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 17, 2021
1 parent 61be357 commit cf96ebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1529,15 +1529,15 @@ StScrollBar {
&:hover .overview-icon,
&:focus .overview-icon,
&:selected .overview-icon {
background-color: darken($main_dark, 3%);
background-color: lighten($bg_color, 7%);
transition-duration: 0ms;
border-image: none;
background-image: none;
}

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

/* App Folders */
.app-well-app.app-folder {
background-color: $main_dark;
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/gnome-shell.css

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

0 comments on commit cf96ebe

Please sign in to comment.