💄 ags(style): add styles for slider marks and more improvements

This commit is contained in:
retrozinndev
2025-04-14 18:27:47 -03:00
parent f0bf0bd5b6
commit c0ba7adadc
4 changed files with 41 additions and 21 deletions
+16
View File
@@ -210,3 +210,19 @@ scrollbar trough {
padding: 0 2px;
}
}
slider, scale {
& marks mark {
& indicator {
color: colors.$fg-disabled;
min-width: 1px;
min-height: 6px;
}
& label {
font-size: 11px;
font-weight: 400;
color: colors.$fg-disabled;
}
}
}