mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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.
|
||||
pub fn enabled_in_content(&self) -> bool {
|
||||
match *self {
|
||||
PseudoElement::MozFocusOuter => {
|
||||
static_prefs::pref!("layout.css.moz-focus-outer.enabled")
|
||||
},
|
||||
PseudoElement::FileSelectorButton => {
|
||||
static_prefs::pref!("layout.css.file-selector-button.enabled")
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue