We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 586428c + d855c44 commit 825f90eCopy full SHA for 825f90e
gnome-shell/extensions/_dash-to-dock.scss
@@ -1,20 +1,20 @@
1
#dashtodockContainer #dash {
2
-
+
3
background: transparent !important;
4
5
.dash-background {
6
- background: $main_dark !important;
+ background: $main_dark !important;
7
border: none;
8
}
9
10
.dash-item-container {
11
- .app-well-app,
12
- .show-apps {
13
- .overview-icon { background-color: transparent !important; }
14
15
- &.focused .overview-icon { background-color: lighten($bg_color, 7%) !important; }
+ .app-well-app,
+ .show-apps {
+ .overview-icon.focused .overview-icon {
+ background-color: lighten($bg_color, 7%) !important;
16
17
+ }
18
19
-}
20
+}
0 commit comments