mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Make fullscreen modal
As per https://github.com/w3c/csswg-drafts/issues/7311. Differential Revision: https://phabricator.services.mozilla.com/D150335
This commit is contained in:
parent
c49a49d7a5
commit
b0693b2f4d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ macro_rules! apply_non_ts_list {
|
|||
("-moz-devtools-highlighted", MozDevtoolsHighlighted, DEVTOOLS_HIGHLIGHTED, PSEUDO_CLASS_ENABLED_IN_UA_SHEETS),
|
||||
("-moz-styleeditor-transitioning", MozStyleeditorTransitioning, STYLEEDITOR_TRANSITIONING, PSEUDO_CLASS_ENABLED_IN_UA_SHEETS),
|
||||
("fullscreen", Fullscreen, FULLSCREEN, _),
|
||||
("modal", Modal, MODAL_DIALOG, _),
|
||||
("modal", Modal, MODAL, _),
|
||||
("-moz-topmost-modal", MozTopmostModal, TOPMOST_MODAL, PSEUDO_CLASS_ENABLED_IN_UA_SHEETS),
|
||||
("-moz-broken", MozBroken, BROKEN, _),
|
||||
("-moz-loading", MozLoading, LOADING, _),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue