Skip to content

Commit d855c44

Browse files
committed
Fix background hovering effect on Dash to Dock
1 parent 586428c commit d855c44

File tree

2 files changed

+1457
-957
lines changed

2 files changed

+1457
-957
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
#dashtodockContainer #dash {
2-
2+
33
background: transparent !important;
44

55
.dash-background {
6-
background: $main_dark !important;
6+
background: $main_dark !important;
77
border: none;
88
}
99

1010
.dash-item-container {
11-
.app-well-app,
12-
.show-apps {
13-
.overview-icon { background-color: transparent !important; }
1411

15-
&.focused .overview-icon { background-color: lighten($bg_color, 7%) !important; }
12+
.app-well-app,
13+
.show-apps {
14+
.overview-icon.focused .overview-icon {
15+
background-color: lighten($bg_color, 7%) !important;
1616
}
17+
}
1718
}
18-
19-
}
20-
19+
20+
}

0 commit comments

Comments
 (0)