🐛 Fix problem with icons in select

This commit is contained in:
alonso.torres 2024-01-05 11:27:03 +01:00 committed by Andrey Antukh
parent 3702c054a8
commit 1f712c82bf
2 changed files with 34 additions and 29 deletions

View file

@ -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;