mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 01:52:27 +01:00
Use opacity:0 rather than visibility:hidden for the visual bell.
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
}
|
}
|
||||||
window[dactyl|highlight~=Bell] > * {
|
window[dactyl|highlight~=Bell] > * {
|
||||||
visibility: hidden !important;
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dactyl|highlight~=CmdLine] {
|
[dactyl|highlight~=CmdLine] {
|
||||||
|
|||||||
Reference in New Issue
Block a user