💄 ags(style): better styles for control-center, fixed scrollbar hover

This commit is contained in:
retrozinndev
2025-04-22 22:01:53 -03:00
parent 8f0f40d728
commit eac82dd227
2 changed files with 65 additions and 43 deletions
+3 -3
View File
@@ -287,16 +287,16 @@ scrollbar trough {
border-radius: 12px;
&:hover, &:active, &:focus {
margin: 0 2px;
margin: 2px;
}
}
&:hover, &:active, &:focus {
padding: 0 2px;
padding: 2px;
}
}
slider, scale {
scale {
& marks mark {
& indicator {
color: colors.$fg-disabled;