Gnome-shell: Improve hover color in icon grid

This commit is contained in:
EliverLara
2021-11-20 13:12:11 -06:00
parent 9eebdbe10b
commit 9e9b408c95
3 changed files with 59 additions and 108 deletions

View File

@@ -1390,7 +1390,7 @@ StScrollBar {
.grid-search-result:hover .overview-icon,
.grid-search-result:focus .overview-icon,
.grid-search-result:selected .overview-icon {
background-color: #0b0c12;
background-color: #252a3e;
transition-duration: 0ms;
border-image: none;
background-image: none; }
@@ -1401,7 +1401,7 @@ StScrollBar {
.show-apps:checked .overview-icon,
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: #050508;
background-color: #252a3e;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
color: #98abb2; }
@@ -1426,7 +1426,7 @@ StScrollBar {
/* App Folders */
.app-well-app.app-folder {
background-color: #12151e; }
background-color: #252a3e; }
.app-folder-dialog {
background-color: #12151e; }