mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
- checkbox restyle in dark mode
This commit is contained in:
@@ -564,14 +564,14 @@ export default {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
.select-box {
|
||||
background-color: $dark_mode_foreground;
|
||||
background-color: lighten($dark_mode_foreground, 10%);
|
||||
}
|
||||
|
||||
.select-box-active {
|
||||
background-color: $theme;
|
||||
background-color: lighten($dark_mode_foreground, 10%);
|
||||
|
||||
.icon {
|
||||
stroke: $text;
|
||||
stroke: $theme;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user