suppress hover over buttons used as info

This commit is contained in:
Ladd 2026-01-03 23:52:35 -06:00
parent 4eec03dd1f
commit 5e0f9783a3

View File

@ -122,7 +122,7 @@ div.lhg-toolbar-header > * {
display: inline-block;
}
div.lhg-tool .lhg-tool-info {
div.lhg-tool .lhg-tool-info, div.lhg-tool .lhg-tool-info:hover {
background-color: #111;
border-color: #000;
border-width: 2px;