mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 14:37:22 +02:00
🐛 Fix small interface errors
This commit is contained in:
parent
dcd347ab4f
commit
617edd0fa8
42 changed files with 338 additions and 228 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue