MOBILE-3401 style: Some fix on darkmode
parent
5e9e9e7ba0
commit
e9e8605003
|
@ -46,6 +46,12 @@ ion-app.app-root addon-mod-quiz-index {
|
||||||
background-color: $blue-dark;
|
background-color: $blue-dark;
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item.addon-mod_quiz-highlighted.activated,
|
||||||
|
.item.addon-mod_quiz-highlighted.activated p {
|
||||||
|
background-color: $blue;
|
||||||
|
color: $blue-light;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -441,6 +441,18 @@ ion-app.app-root {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@include darkmode() {
|
||||||
|
@each $color-name, $color-base, $color-contrast in get-colors($colors-dark) {
|
||||||
|
&.select-md-#{$color-name},
|
||||||
|
&.select-ios-#{$color-name} {
|
||||||
|
color: $color-base;
|
||||||
|
|
||||||
|
.select-icon .select-icon-inner {
|
||||||
|
color: $color-base;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-label-stacked ion-select[multiple="true"] {
|
.item-label-stacked ion-select[multiple="true"] {
|
||||||
|
|
Loading…
Reference in New Issue