This commit is contained in:
Vince 2021-12-31 10:28:32 +08:00
parent b56ce631bd
commit 023bc95812
2 changed files with 5 additions and 5 deletions

View File

@ -89,18 +89,18 @@
} }
} }
&.dashtodock #dash { background: $dash_bg; } &.dashtodock #dash { background-color: $dash_bg; }
&.opaque #dash { // solid-mode &.opaque #dash { // solid-mode
background: $dash_bg; background-color: $dash_bg;
} }
&.transparent #dash { // translucent-mode &.transparent #dash { // translucent-mode
background: $dash_bg; // does not work background-color: $dash_bg; // does not work
} }
&:overview #dash { // overview-mode #1 &:overview #dash { // overview-mode #1
background: $light_divider_color; background-color: $light_divider_color;
} }
&.opaque:overview, &.opaque:overview,

View File

@ -28,7 +28,7 @@
color: $light_fg_color; color: $light_fg_color;
background-color: $primary_color; background-color: $primary_color;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
border-radius: 1000px; border-radius: $circular_radius;
margin: 2px; margin: 2px;
padding: 0.2em 0.6em; padding: 0.2em 0.6em;
font-weight: bold; font-weight: bold;