mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1244166: Don't ignore stroke/fill properties in high-contrast mode, since doing so can produce icons that are invisible or whose colors are unrelated to the user's chosen high-contrast colors. r=longsonr
This commit is contained in:
parent
944a14d8e2
commit
36c1224fd8
@ -3960,8 +3960,7 @@ CSS_PROP_SVG(
|
||||
fill,
|
||||
fill,
|
||||
Fill,
|
||||
CSS_PROPERTY_PARSE_FUNCTION |
|
||||
CSS_PROPERTY_IGNORED_WHEN_COLORS_DISABLED,
|
||||
CSS_PROPERTY_PARSE_FUNCTION,
|
||||
"",
|
||||
0,
|
||||
kContextPatternKTable,
|
||||
@ -4218,8 +4217,7 @@ CSS_PROP_SVG(
|
||||
stroke,
|
||||
stroke,
|
||||
Stroke,
|
||||
CSS_PROPERTY_PARSE_FUNCTION |
|
||||
CSS_PROPERTY_IGNORED_WHEN_COLORS_DISABLED,
|
||||
CSS_PROPERTY_PARSE_FUNCTION,
|
||||
"",
|
||||
0,
|
||||
kContextPatternKTable,
|
||||
|
Loading…
Reference in New Issue
Block a user