Bug 1820509 - Tweak compat intervention to use -webkit-box-flex rather than -moz-box-flex. r=webcompat-reviewers,denschub

Use -webkit-box-flex rather than -moz-box-flex, so this doesn't stop
working when we stop supporting the -moz prefixed-properties.

I noticed this while switching our front-end away from -moz-box-flex.

Differential Revision: https://phabricator.services.mozilla.com/D171700
This commit is contained in:
Emilio Cobos Álvarez 2023-03-06 13:59:09 +00:00
parent 2b3f9b4183
commit b3bbbc0fcb

View File

@ -4,8 +4,8 @@
* WebCompat issue #67308 - https://webcompat.com/issues/67308
*
* The site depends on Sencha Touch and should receive some specific
* -moz-box-flex to be working.
* -webkit-box-flex be working.
*/
#home_refresh_var {
-moz-box-flex: 1;
-webkit-box-flex: 1;
}