Added a setting to define the global color for borders. (#461)

This commit is contained in:
Jas Singh
2024-11-08 18:44:13 -08:00
committed by GitHub
parent 3cc3fa5d42
commit bc96dff485
56 changed files with 446 additions and 397 deletions

View File

@@ -54,7 +54,7 @@
.bar_item_box_visible.volume {
border: if(
$bar-buttons-volume-enableBorder or $bar-buttons-enableBorders,
$bar-buttons-borderSize solid if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-volume-border),
$bar-buttons-borderSize solid if($bar-buttons-monochrome, $bar-buttons-borderColor, $bar-buttons-volume-border),
0em
);
}