mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
bug 798843 followup - update property values in the default svg stylesheet. r=roc
This commit is contained in:
parent
f462de7f9f
commit
fa21bde76e
@ -21,13 +21,13 @@ svg:not(:root), symbol, image, marker, pattern, foreignObject {
|
||||
|
||||
@media all and (-moz-is-glyph) {
|
||||
:root {
|
||||
fill: -moz-objectfill;
|
||||
fill-opacity: -moz-objectfillopacity;
|
||||
stroke: -moz-objectstroke;
|
||||
stroke-opacity: -moz-objectstrokeopacity;
|
||||
stroke-width: -moz-objectValue;
|
||||
stroke-dasharray: -moz-objectValue;
|
||||
stroke-dashoffset: -moz-objectValue;
|
||||
fill: context-fill;
|
||||
fill-opacity: context-fill-opacity;
|
||||
stroke: context-stroke;
|
||||
stroke-opacity: context-stroke-opacity;
|
||||
stroke-width: context-value;
|
||||
stroke-dasharray: context-value;
|
||||
stroke-dashoffset: context-value;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user