Remove redundant code and fix brightness slider color
This commit is contained in:
@@ -361,7 +361,7 @@ const options = mkOptions(OPTIONS, {
|
||||
active: opt(colors.yellow),
|
||||
},
|
||||
slider: {
|
||||
primary: opt(colors.lavender),
|
||||
primary: opt(colors.yellow),
|
||||
background: opt(colors.surface2),
|
||||
backgroundhover: opt(colors.surface1),
|
||||
puck: opt(colors.overlay0)
|
||||
|
||||
@@ -32,14 +32,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.menu-active-slider.brightness {
|
||||
trough {
|
||||
highlight,
|
||||
progress {
|
||||
background: if($bar-menus-monochrome, $bar-menus-slider-primary, $bar-menus-menu-battery-slider-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.brightness-container {
|
||||
padding-bottom: 1em;
|
||||
|
||||
@@ -173,7 +173,7 @@ $bar-menus-menu-battery-listitems-passive: #cdd6f4;
|
||||
$bar-menus-menu-battery-listitems-active: #f9e2af;
|
||||
$bar-menus-menu-battery-icons-passive: #9399b2;
|
||||
$bar-menus-menu-battery-icons-active: #f9e2af;
|
||||
$bar-menus-menu-battery-slider-primary: #b4befe;
|
||||
$bar-menus-menu-battery-slider-primary: #f9e2af;
|
||||
$bar-menus-menu-battery-slider-background: #585b70;
|
||||
$bar-menus-menu-battery-slider-backgroundhover: #45475a;
|
||||
$bar-menus-menu-battery-slider-puck: #6c7086;
|
||||
|
||||
Reference in New Issue
Block a user