mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 05:37:12 +02:00
🐛 Fix problem with icons in select
This commit is contained in:
parent
3702c054a8
commit
1f712c82bf
2 changed files with 34 additions and 29 deletions
|
@ -22,6 +22,10 @@
|
|||
color: var(--menu-foreground-color);
|
||||
cursor: pointer;
|
||||
|
||||
&.icon {
|
||||
grid-template-columns: auto 1fr auto;
|
||||
}
|
||||
|
||||
.current-icon {
|
||||
@include flexCenter;
|
||||
height: $s-24;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue