mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Remove the moz-focus-outer code.
This pseudo does nothing and we successfully removed it in bug 1655859 (firefox 81). Differential Revision: https://phabricator.services.mozilla.com/D101289
This commit is contained in:
parent
7ddd46aba4
commit
ad8ac70ae8
1 changed files with 0 additions and 3 deletions
|
@ -161,9 +161,6 @@ impl PseudoElement {
|
||||||
/// Whether this pseudo-element is enabled for all content.
|
/// Whether this pseudo-element is enabled for all content.
|
||||||
pub fn enabled_in_content(&self) -> bool {
|
pub fn enabled_in_content(&self) -> bool {
|
||||||
match *self {
|
match *self {
|
||||||
PseudoElement::MozFocusOuter => {
|
|
||||||
static_prefs::pref!("layout.css.moz-focus-outer.enabled")
|
|
||||||
},
|
|
||||||
PseudoElement::FileSelectorButton => {
|
PseudoElement::FileSelectorButton => {
|
||||||
static_prefs::pref!("layout.css.file-selector-button.enabled")
|
static_prefs::pref!("layout.css.file-selector-button.enabled")
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue