Icon tile changes
- use the medium radius - make checked tiles less hardcore black - adjust folder popup bg color to checked tiles
This commit is contained in:
parent
40340865f7
commit
e1b7d77f18
@ -1485,8 +1485,7 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
&:active .overview-icon,
|
&:active .overview-icon,
|
||||||
&:checked .overview-icon {
|
&:checked .overview-icon {
|
||||||
background-color: transparentize(darken($osd_bg_color,10%),.1);
|
background-color: transparentize(darken($osd_bg_color,10%), 0.5);
|
||||||
box-shadow: inset 0 1px 2px $osd_borders_color;
|
|
||||||
}
|
}
|
||||||
&:hover .overview-icon,
|
&:hover .overview-icon,
|
||||||
&:focus .overview-icon,
|
&:focus .overview-icon,
|
||||||
@ -1507,7 +1506,7 @@ StScrollBar {
|
|||||||
|
|
||||||
%icon_tile {
|
%icon_tile {
|
||||||
color: $osd_fg_color;
|
color: $osd_fg_color;
|
||||||
border-radius: 4px;
|
border-radius: $medium_radius;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
@ -1528,7 +1527,7 @@ StScrollBar {
|
|||||||
// Collections
|
// Collections
|
||||||
.app-folder-popup { //expanded collection
|
.app-folder-popup { //expanded collection
|
||||||
-arrow-border-radius: 8px;
|
-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-base: 24px;
|
||||||
-arrow-rise: 11px;
|
-arrow-rise: 11px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user