mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: renamed text-decoration-width to text-decoration-thickness.
Differential Revision: https://phabricator.services.mozilla.com/D38586
This commit is contained in:
parent
239f2da9d9
commit
6bc1b97a6c
2 changed files with 3 additions and 3 deletions
|
@ -628,7 +628,7 @@ def _remove_common_first_line_and_first_letter_properties(props):
|
|||
props.remove("text-emphasis-color")
|
||||
props.remove("text-indent")
|
||||
props.remove("text-decoration-skip-ink")
|
||||
props.remove("text-decoration-width")
|
||||
props.remove("text-decoration-thickness")
|
||||
props.remove("text-underline-offset")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue