style: improve dropdown default

This commit is contained in:
David Ralph
2026-01-27 20:26:41 +00:00
parent b7097979de
commit 4d8be5774f

View File

@@ -296,6 +296,13 @@
white-space: nowrap;
}
.dropdown-option-default {
@include themed {
color: t($subColor);
opacity: 0.7;
}
}
.dropdown-option-check {
flex-shrink: 0;
font-size: 14px;