🐛 Fix small interface errors

This commit is contained in:
Eva 2023-11-15 17:04:22 +01:00 committed by Alonso Torres
parent dcd347ab4f
commit 617edd0fa8
42 changed files with 338 additions and 228 deletions

View file

@ -36,7 +36,7 @@
}
.dropdown-element {
@extend .dropdown-element-base;
color: var(--menu-foreground-color);
color: var(--menu-foreground-color-rest);
.label {
flex-grow: 1;
width: 100%;
@ -52,6 +52,7 @@
}
&.is-selected {
color: var(--menu-foreground-color);
.check-icon svg {
stroke: var(--menu-foreground-color);
visibility: visible;