Skip to content

Commit

Permalink
Fix yaru show apps
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg99 committed Sep 20, 2024
1 parent 0d14d78 commit 84d53f1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,19 @@
}

#dashtopanelScrollview .overview-tile:hover .dtp-container,
#dashtopanelScrollview .overview-tile:focus .dtp-container {
background-color: rgba(238, 238, 236, 0.1);
#dashtopanelScrollview .overview-tile:focus .dtp-container,
.dashtopanelMainPanel .dash-item-container .show-apps:hover {
background-color: rgba(238, 238, 238, 0.1);
}

.dashtopanelMainPanel .dash-item-container .show-apps .overview-icon {
color: #FFF;
}

#dashtopanelTaskbar .dash-item-container .overview-tile:hover,
#dashtopanelTaskbar .dash-item-container .overview-tile .dtp-container .overview-icon,
#dashtopanelScrollview .overview-tile:hover .dtp-container.animate-appicon-hover,
.dashtopanelMainPanel .dash-item-container .show-apps .overview-icon {
.dashtopanelMainPanel .dash-item-container .show-apps:hover .overview-icon {
background: none;
}

Expand Down

0 comments on commit 84d53f1

Please sign in to comment.