mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
style: improve dropdown default
This commit is contained in:
@@ -296,6 +296,13 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-option-default {
|
||||||
|
@include themed {
|
||||||
|
color: t($subColor);
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-option-check {
|
.dropdown-option-check {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user