From e1b7d77f18e5ba15fa61c178d557bf0bedbe04dd Mon Sep 17 00:00:00 2001 From: "frederik.feichtmeier" Date: Sat, 15 Jun 2019 18:32:18 +0200 Subject: [PATCH] Icon tile changes - use the medium radius - make checked tiles less hardcore black - adjust folder popup bg color to checked tiles --- data/theme/gnome-shell-sass/_common.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 73b284ef9..988628550 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1485,8 +1485,7 @@ StScrollBar { } &:active .overview-icon, &:checked .overview-icon { - background-color: transparentize(darken($osd_bg_color,10%),.1); - box-shadow: inset 0 1px 2px $osd_borders_color; + background-color: transparentize(darken($osd_bg_color,10%), 0.5); } &:hover .overview-icon, &:focus .overview-icon, @@ -1507,7 +1506,7 @@ StScrollBar { %icon_tile { color: $osd_fg_color; - border-radius: 4px; + border-radius: $medium_radius; padding: 6px; border: 1px solid transparent; transition-duration: 100ms; @@ -1528,7 +1527,7 @@ StScrollBar { // Collections .app-folder-popup { //expanded collection -arrow-border-radius: 8px; - -arrow-background-color: transparentize($osd_bg_color,0.7); + -arrow-background-color: transparentize(darken($osd_bg_color,10%), 0.5); -arrow-base: 24px; -arrow-rise: 11px; }