💄 ags(style): better style for scrollbar
This commit is contained in:
+8
-1
@@ -193,7 +193,6 @@ scrollbar trough {
|
|||||||
|
|
||||||
background: colors.$bg-translucent;
|
background: colors.$bg-translucent;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 2px;
|
|
||||||
|
|
||||||
& slider {
|
& slider {
|
||||||
@include mixins.reset-props;
|
@include mixins.reset-props;
|
||||||
@@ -201,5 +200,13 @@ scrollbar trough {
|
|||||||
min-width: .45em;
|
min-width: .45em;
|
||||||
background: colors.$bg-tertiary;
|
background: colors.$bg-tertiary;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
|
&:hover, &:active, &:focus {
|
||||||
|
margin: 0 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover, &:active, &:focus {
|
||||||
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user