fix icon color

This commit is contained in:
Nitwel
2020-10-05 18:37:57 +02:00
parent 15e8c1cc39
commit 33814b1131

View File

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