mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 15:24:11 +01:00
[bootstrap] Fix highlighting the statusline and visual bell after rehash.
--HG-- branch : bootstrapped
This commit is contained in:
@@ -26,7 +26,7 @@ var StatusLine = Module("statusline", {
|
||||
|
||||
let _commandline = "if (window.dactyl) return dactyl.modules.commandline";
|
||||
let prepend = <e4x xmlns={XUL} xmlns:dactyl={NS}>
|
||||
<statusbar id="status-bar" highlight="StatusLine StatusNormal">
|
||||
<statusbar id="status-bar" highlight="StatusLine StatusLineNormal">
|
||||
<!-- insertbefore="dactyl.statusBefore;" insertafter="dactyl.statusAfter;" -->
|
||||
<hbox style="background: inherit;" key="container" flex="1" hidden="false" align="center">
|
||||
<stack orient="horizontal" align="stretch" flex="1" class="dactyl-container" highlight="CmdLine StatusCmdLine">
|
||||
|
||||
Reference in New Issue
Block a user