mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-05 12:57:55 +00:00
dark-mode: fix focus and focus-over states for tabs
previously the focus and focus-over states weren't styled so the crisp styling was used, which made them appear too brightly. Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
38db75a471
commit
2afa090a1a
@ -26,6 +26,8 @@
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
.x-keyboard-mode &.x-tab-focus,
|
||||
.x-keyboard-mode &.x-tab-focus.x-tab-over,
|
||||
.x-keyboard-mode &.x-tab-focus.x-tab-active {
|
||||
background-color: $primary-color;
|
||||
border-color: $primary-color;
|
||||
|
Loading…
Reference in New Issue
Block a user