From de520969d7d6fe05ec3da846ff1da2af1df3e80e Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 10 Apr 2025 16:35:45 -0300 Subject: [PATCH] :lipstick: ags(style): better style for scrollbar --- ags/style.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ags/style.scss b/ags/style.scss index ad150b7..6c40c5e 100644 --- a/ags/style.scss +++ b/ags/style.scss @@ -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; } }