mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Autohide - Navbar erroneous pointer events #1028
This commit is contained in:
parent
ad7babfaa9
commit
7f6a63fb93
1 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@
|
||||||
&, #urlbar {
|
&, #urlbar {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#urlbar {
|
}
|
||||||
// #1028
|
// #1028
|
||||||
pointer-events: auto;
|
#navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar {
|
||||||
}
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue