mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-17 00:49:52 +01:00
Gnome-shell: Improve hover color in icon grid
This commit is contained in:
@@ -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: #0a0c0d;
|
||||
background-color: #2e353a;
|
||||
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: #040404;
|
||||
background-color: #2e353a;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
color: #76777A; }
|
||||
|
||||
@@ -1426,7 +1426,7 @@ StScrollBar {
|
||||
|
||||
/* App Folders */
|
||||
.app-well-app.app-folder {
|
||||
background-color: #131618; }
|
||||
background-color: #2e353a; }
|
||||
|
||||
.app-folder-dialog {
|
||||
background-color: #131618; }
|
||||
|
||||
Reference in New Issue
Block a user