nwg-panel: disable the green border hover for *all* items

This commit is contained in:
Colin 2024-06-14 08:01:41 +00:00
parent 02fdc91237
commit c00cccd429

View File

@ -67,6 +67,10 @@ button {
}
/* default config highlights selected items with a green border */
widget:selected {
box-shadow: none;
background-color: @accent-g0;
}
#controls-window widget:selected {
box-shadow: none;
background-color: @accent-r0;