Skip to content

Commit

Permalink
Fixed an issue that would prevent the volume menu border color from b…
Browse files Browse the repository at this point in the history
…eing set. (Jas-SinghFSU#641)
  • Loading branch information
Jas-SinghFSU authored Dec 27, 2024
1 parent dd931f4 commit 5163095
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/scss/style/menus/audiomenu.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.menu-items.audio {
border-color: if($bar-menus-monochrome, $bar-menus-border-color, $bar-menus-menu-volume-border-color);
opacity: $bar-menus-opacity * 0.01;
}

.menu-items-container.audio {
min-width: 18em * $bar-menus-menu-volume-scaling * 0.01;

Expand All @@ -9,11 +14,6 @@

background: if($bar-menus-monochrome, $bar-menus-background, $bar-menus-menu-volume-background-color);

.menu-items {
border-color: if($bar-menus-monochrome, $bar-menus-border-color, $bar-menus-menu-volume-border-color);
opacity: $bar-menus-opacity * 0.01;
}

.menu-dropdown-label.audio {
color: if($bar-menus-monochrome, $bar-menus-label, $bar-menus-menu-volume-label-color);
}
Expand Down

0 comments on commit 5163095

Please sign in to comment.