Skip to content

Commit

Permalink
Fixed panel background issue when taskbar color is on
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Sep 23, 2020
1 parent 9def99b commit 974ca18
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/css/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ body[data-transparent="true"][data-acrylic="true"][data-use-native-animation="fa
background: var(--tray-background-blur-start) !important;
}
}
body[data-transparent="true"][data-acrylic="true"][data-use-native-animation="false"][data-acrylic-show="true"] {
body[data-transparent="true"][data-acrylic="true"][data-use-native-animation="false"][data-colored-taskbar="true"] {
.window-base {
//--tray-background: var(--tray-background-blur-start) !important;
background: var(--system-accent-transparent) !important;
}
}
body[data-transparent="true"][data-acrylic="true"][data-use-native-animation="false"][data-acrylic-show="true"], body[data-transparent="true"][data-acrylic="true"][data-use-native-animation="false"][data-acrylic-show="true"][data-colored-taskbar="true"] {
.window-base {
background: var(--tray-background-blur) !important;
background: transparent !important;
Expand Down

0 comments on commit 974ca18

Please sign in to comment.