feat(customizerMenu): change color of active filter button

This commit is contained in:
Johannes Millan 2025-10-17 19:07:58 +02:00
parent 1c4b12531d
commit aaf731652f

View file

@ -144,8 +144,8 @@ import { KeyboardConfig } from '../../../features/config/keyboard-config.model';
}
&.isCustomized {
box-shadow: 0px -2px 3px 0px var(--separator-alpha);
background: var(--c-accent);
color: var(--c-accent);
box-shadow: none;
}
&:hover:not(.isCustomized):not(:disabled) {