Use the variables for dash-to-dock

dash-to-dock on gnome 42 was not transparent and has a border
This commit is contained in:
Rob Theriault 2022-07-06 15:02:34 -04:00
parent 91ff3963d8
commit 063611eb08

View file

@ -244,7 +244,8 @@ $osd_fg_color: #eeeeec;
}
#dashtodockContainer.dashtodock #dash .dash-background {
background: #2e3436;
background: $dash_background_color;
border-width: 0;
}
#dashtodockContainer.dashtodock .progress-bar {
@ -256,7 +257,7 @@ $osd_fg_color: #eeeeec;
#dashtodockContainer.top #dash .placeholder,
#dashtodockContainer.bottom #dash .placeholder {
width: 32px;
width: $dash_placeholder_size;
height: 1px;
}