💄 ags(style): better style for scrollbar

This commit is contained in:
retrozinndev
2025-04-10 16:35:45 -03:00
parent e69589a14a
commit de520969d7
+8 -1
View File
@@ -193,7 +193,6 @@ scrollbar trough {
background: colors.$bg-translucent;
border-radius: 8px;
padding: 2px;
& slider {
@include mixins.reset-props;
@@ -201,5 +200,13 @@ scrollbar trough {
min-width: .45em;
background: colors.$bg-tertiary;
border-radius: 12px;
&:hover, &:active, &:focus {
margin: 0 2px;
}
}
&:hover, &:active, &:focus {
padding: 0 2px;
}
}