File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
addon/mod/quiz/components/index Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ ion-app.app-root addon-mod-quiz-index {
4646 background-color : $blue-dark ;
4747 color : $blue-light ;
4848 }
49+
50+ .item.addon-mod_quiz-highlighted.activated ,
51+ .item.addon-mod_quiz-highlighted.activated p {
52+ background-color : $blue ;
53+ color : $blue-light ;
54+ }
4955 }
5056 }
5157}
Original file line number Diff line number Diff line change @@ -441,6 +441,18 @@ ion-app.app-root {
441441 }
442442 }
443443 }
444+ @include darkmode () {
445+ @each $color-name , $color-base , $color-contrast in get-colors ($colors-dark ) {
446+ & .select-md-#{$color-name } ,
447+ & .select-ios-#{$color-name } {
448+ color : $color-base ;
449+
450+ .select-icon .select-icon-inner {
451+ color : $color-base ;
452+ }
453+ }
454+ }
455+ }
444456 }
445457
446458 .item-label-stacked ion-select [multiple = " true" ] {
You can’t perform that action at this time.
0 commit comments