mirror of
https://github.com/directus/directus.git
synced 2026-01-29 18:27:55 -05:00
fix icon color
This commit is contained in:
@@ -46,6 +46,7 @@ body {
|
||||
#{$this} {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
--v-icon-color: var(--v-list-item-icon-color);
|
||||
&:not(:only-child) {
|
||||
&:first-child {
|
||||
margin-right: 8px;
|
||||
@@ -68,8 +69,8 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.large) #{$this} .v-icon {
|
||||
--v-icon-color: var(--v-list-item-icon-color);
|
||||
&.large #{$this} .v-icon {
|
||||
--v-icon-color: none;
|
||||
}
|
||||
|
||||
&.disabled #{$this} .v-icon {
|
||||
|
||||
Reference in New Issue
Block a user