mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1067634: Wrap "will-change" decl in @supports rule, to prevent browser console spam while it's disabled by default. r=heycam
This commit is contained in:
parent
de3832a78f
commit
af148676ec
@ -21,6 +21,14 @@
|
||||
clip: initial !important;
|
||||
transform: initial !important;
|
||||
/* FIXME: do we need to worry about 'overflow'? */
|
||||
will-change: initial !important;
|
||||
}
|
||||
|
||||
/* XXXdholbert This '@supports' wrapper should be removed once we remove
|
||||
support for the pref 'layout.css.will-change.enabled'. (This CSS rule should
|
||||
then be merged with the main rule up above.) */
|
||||
@supports (will-change: initial) {
|
||||
*|*:-moz-full-screen-ancestor {
|
||||
will-change: initial !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user