mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome-shell: Improve hover color in icon grid
This commit is contained in:
@@ -1559,7 +1559,7 @@ StScrollBar {
|
|||||||
&:hover .overview-icon,
|
&:hover .overview-icon,
|
||||||
&:focus .overview-icon,
|
&:focus .overview-icon,
|
||||||
&:selected .overview-icon {
|
&:selected .overview-icon {
|
||||||
background-color: darken($_dash_bg, 4%);
|
background-color: lighten($base_color, 7%);
|
||||||
transition-duration: 0ms;
|
transition-duration: 0ms;
|
||||||
border-image: none;
|
border-image: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
@@ -1567,7 +1567,7 @@ StScrollBar {
|
|||||||
|
|
||||||
&:active .overview-icon,
|
&:active .overview-icon,
|
||||||
&:checked .overview-icon {
|
&:checked .overview-icon {
|
||||||
background-color: darken($_dash_bg, 7%);
|
background-color: lighten($base_color, 7%);
|
||||||
box-shadow: inset $depth2;
|
box-shadow: inset $depth2;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
}
|
}
|
||||||
@@ -1593,7 +1593,7 @@ StScrollBar {
|
|||||||
|
|
||||||
/* App Folders */
|
/* App Folders */
|
||||||
.app-well-app.app-folder {
|
.app-well-app.app-folder {
|
||||||
background-color: $_dash_bg;
|
background-color: lighten($base_color, 7%);
|
||||||
}
|
}
|
||||||
// expanded folder
|
// expanded folder
|
||||||
.app-folder-dialog { //style like the dash
|
.app-folder-dialog { //style like the dash
|
||||||
|
|||||||
@@ -1390,7 +1390,7 @@ StScrollBar {
|
|||||||
.grid-search-result:hover .overview-icon,
|
.grid-search-result:hover .overview-icon,
|
||||||
.grid-search-result:focus .overview-icon,
|
.grid-search-result:focus .overview-icon,
|
||||||
.grid-search-result:selected .overview-icon {
|
.grid-search-result:selected .overview-icon {
|
||||||
background-color: black;
|
background-color: #30323b;
|
||||||
transition-duration: 0ms;
|
transition-duration: 0ms;
|
||||||
border-image: none;
|
border-image: none;
|
||||||
background-image: none; }
|
background-image: none; }
|
||||||
@@ -1401,7 +1401,7 @@ StScrollBar {
|
|||||||
.show-apps:checked .overview-icon,
|
.show-apps:checked .overview-icon,
|
||||||
.grid-search-result:active .overview-icon,
|
.grid-search-result:active .overview-icon,
|
||||||
.grid-search-result:checked .overview-icon {
|
.grid-search-result:checked .overview-icon {
|
||||||
background-color: black;
|
background-color: #30323b;
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||||
color: #929ba8; }
|
color: #929ba8; }
|
||||||
|
|
||||||
@@ -1426,7 +1426,7 @@ StScrollBar {
|
|||||||
|
|
||||||
/* App Folders */
|
/* App Folders */
|
||||||
.app-well-app.app-folder {
|
.app-well-app.app-folder {
|
||||||
background-color: #09090b; }
|
background-color: #30323b; }
|
||||||
|
|
||||||
.app-folder-dialog {
|
.app-folder-dialog {
|
||||||
background-color: #09090b; }
|
background-color: #09090b; }
|
||||||
|
|||||||
Reference in New Issue
Block a user