mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
Fix visual bell styling.
This commit is contained in:
@@ -124,7 +124,6 @@ const Dactyl = Module("dactyl", {
|
||||
* 'visualbell' option.
|
||||
*/
|
||||
beep: requiresMainThread(function () {
|
||||
dactyl.dumpStack();
|
||||
// FIXME: popups clear the command line
|
||||
if (options["visualbell"]) {
|
||||
// flash the visual bell
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
</keyset>
|
||||
|
||||
<popupset>
|
||||
<panel id="dactyl-visualbell" dactyl:highlight="Bell"/>
|
||||
<panel id="dactyl-visualbell" dactyl:highlight="Bell"
|
||||
noautohide="true" noautofocus="true"/>
|
||||
</popupset>
|
||||
|
||||
<!--this notifies us also of focus events in the XUL
|
||||
|
||||
@@ -69,6 +69,10 @@
|
||||
@-moz-document
|
||||
url-prefix(chrome://) {
|
||||
|
||||
[dactyl|highlight~=Bell] {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
[dactyl|highlight~=CmdLine] {
|
||||
background: inherit;
|
||||
color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user