- checkbox restyle in light mode

This commit is contained in:
Peter Papp
2020-12-21 11:05:12 +01:00
parent 8fb859b441
commit b11bd0e521
3 changed files with 546 additions and 533 deletions

View File

@@ -568,10 +568,10 @@ export default {
}
.select-box-active {
background-color: lighten($dark_mode_foreground, 10%);
background-color: #f4f5f6;
.icon {
stroke: $theme;
stroke: $text;
}
}