mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove -moz-user-disabled.
We treat it exactly the same as -moz-broken. The pseudo-class is not exposed to content, so I don't think we have a reason to keep it around. Differential Revision: https://phabricator.services.mozilla.com/D89904
This commit is contained in:
parent
768db078ef
commit
19c24075b4
3 changed files with 0 additions and 5 deletions
|
@ -53,8 +53,6 @@ bitflags! {
|
|||
const IN_MOZ_UI_INVALID_STATE = 1 << 13;
|
||||
/// Non-standard: https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-broken
|
||||
const IN_BROKEN_STATE = 1 << 14;
|
||||
/// Non-standard: https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-user-disabled
|
||||
const IN_USER_DISABLED_STATE = 1 << 15;
|
||||
/// Non-standard: https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-suppressed
|
||||
const IN_SUPPRESSED_STATE = 1 << 16;
|
||||
/// Non-standard: https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-loading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue