1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 14:22:27 +01:00

Use opacity:0 rather than visibility:hidden for the visual bell.

This commit is contained in:
Kris Maglione
2010-11-11 12:37:19 -05:00
parent 3d6914c65b
commit babbde6821

View File

@@ -73,7 +73,7 @@
-moz-appearance: none !important;
}
window[dactyl|highlight~=Bell] > * {
visibility: hidden !important;
opacity: 0 !important;
}
[dactyl|highlight~=CmdLine] {