Skip to content

Commit 825f90e

Browse files
authored
Merge pull request #194 from ran-dall/add-dash-to-dock-support
dash: Fix background hovering effect
2 parents 586428c + d855c44 commit 825f90e

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)