style: added text-decoration-thickness to the text-decoration shorthands.

Differential Revision: https://phabricator.services.mozilla.com/D40335
This commit is contained in:
Charlie Marlow 2019-08-07 17:42:15 +00:00 committed by Emilio Cobos Álvarez
parent 29f6db4d16
commit ad1d028e40
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
3 changed files with 19 additions and 4 deletions

View file

@ -653,7 +653,6 @@ def _remove_common_first_line_and_first_letter_properties(props, engine):
props.remove("text-emphasis-style")
props.remove("text-emphasis-color")
props.remove("text-decoration-skip-ink")
props.remove("text-decoration-thickness")
props.remove("text-underline-offset")
props.remove("overflow-wrap")