mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Bug 331432. Move SVG-specific rule to svg.css, r+sr=bzbarsky
This commit is contained in:
parent
84b26f6769
commit
e0c30c2eab
@ -116,7 +116,7 @@
|
||||
|
||||
/* Miscellaneous */
|
||||
|
||||
*|*::-moz-anonymous-block, *|*::-moz-cell-content, *|*::-moz-svg-foreign-content {
|
||||
*|*::-moz-anonymous-block, *|*::-moz-cell-content {
|
||||
display: block !important;
|
||||
position: static !important;
|
||||
}
|
||||
|
@ -68,3 +68,8 @@ foreignObject {
|
||||
padding: 0 ! important;
|
||||
border: none ! important;
|
||||
}
|
||||
|
||||
*|*::-moz-svg-foreign-content {
|
||||
display: block !important;
|
||||
position: static !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user