summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrederik.feichtmeier <frederik.feichtmeier@gmail.com>2019-06-15 18:32:18 +0200
committerfrederik.feichtmeier <frederik.feichtmeier@gmail.com>2019-06-15 18:32:18 +0200
commite1b7d77f18e5ba15fa61c178d557bf0bedbe04dd (patch)
treec81a6c73fafeb3ca135ebc1e3604cb38637c6728
parent40340865f70d9089bb729b161b5065efedde2e44 (diff)
downloadgnome-shell-wip/jimmac/frederik-light.tar.gz
Icon tile changeswip/jimmac/frederik-light
- use the medium radius - make checked tiles less hardcore black - adjust folder popup bg color to checked tiles
-rw-r--r--data/theme/gnome-shell-sass/_common.scss7
1 files 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;
}