Skip to content

Commit

Permalink
Gnome-shell: Improve hover color in icon grid
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Nov 20, 2021
1 parent 77e1171 commit 5850b81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gnome-shell/v40/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1559,15 +1559,15 @@ StScrollBar {
&:hover .overview-icon,
&:focus .overview-icon,
&:selected .overview-icon {
background-color: darken($_dash_bg, 4%);
background-color: lighten($bg_color, 7%);
transition-duration: 0ms;
border-image: none;
background-image: none;
}

&:active .overview-icon,
&:checked .overview-icon {
background-color: darken($_dash_bg, 7%);
background-color: lighten($bg_color, 7%);
box-shadow: inset $depth2;
color: $fg_color;
}
Expand All @@ -1593,7 +1593,7 @@ StScrollBar {

/* App Folders */
.app-well-app.app-folder {
background-color: $_dash_bg;
background-color: lighten($bg_color, 7%);
}
// expanded folder
.app-folder-dialog { //style like the dash
Expand Down
6 changes: 3 additions & 3 deletions gnome-shell/v40/gnome-shell.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5850b81

Please sign in to comment.