This commit is contained in:
Vince 2022-11-11 18:45:23 +08:00
parent 716ffe53f9
commit d5035a622f
2 changed files with 11 additions and 11 deletions

View file

@ -7,23 +7,23 @@ StScrollView {
StScrollBar { StScrollBar {
padding: 0; padding: 0;
margin: 6px;
StScrollView & { StScrollView & {
min-width: 16px; min-width: 8px;
min-height: 16px; min-height: 8px;
} }
StBin#trough { StBin#trough {
margin: 6px; border-radius: $circular_radius;
border-radius: 100px;
background-color: $divider_color; background-color: $divider_color;
} }
StButton#vhandle, StButton#hhandle { StButton#vhandle, StButton#hhandle {
border-radius: 100px; border-radius: $circular_radius;
background-color: $hint_fg_color; background-color: $hint_fg_color;
//border: 4px solid transparent; //would be nice to margin or at least to transparent border: 4px solid transparent; //would be nice to margin or at least to transparent
margin: 6px;
&:hover { background-color: $alt_fg_color; } &:hover { background-color: $alt_fg_color; }
&:active { background-color: $fg_color; } &:active { background-color: $fg_color; }
} }

View file

@ -56,13 +56,13 @@
width: 24px; width: 24px;
height: 24px; height: 24px;
border-radius: $circular_radius; border-radius: $circular_radius;
color: $light_fg_color !important; color: $light_fg_color;
background-color: $light_fill_color !important; // background-color: $light_fill_color;
} }
&:insensitive > StIcon { &:insensitive > StIcon {
backround-color: transparent; backround-color: transparent !important;
color: transparent; color: transparent !important;
} }
&:hover > StIcon { &:hover > StIcon {