From 69b098b6bdd4d5157b608145ffb1fb84920ef340 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Wed, 23 Jul 2025 20:37:23 -0300 Subject: [PATCH] :lipstick: chore(style): also fix some global styles --- ags/style.scss | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ags/style.scss b/ags/style.scss index 903fd40..7192751 100644 --- a/ags/style.scss +++ b/ags/style.scss @@ -121,10 +121,6 @@ entry { &:hover { background: colors.$bg-secondary; } - - &:focus { - box-shadow: inset 0 0 0 1px colors.$fg-primary; - } } & icon.close { @@ -162,8 +158,6 @@ entry { padding: 6px; & button.action { - @include mixins.hover-shadow; - border-radius: 4px; background: colors.$bg-secondary; padding: 6px; @@ -173,6 +167,10 @@ entry { font-weight: 600; } + &:hover { + background: colors.$bg-tertiary; + } + &:first-child { border-top-left-radius: 12px; border-bottom-left-radius: 12px; @@ -261,7 +259,7 @@ selection { } trough { - background: functions.toRGB(color.adjust($color: wal.$color1, $lightness: -20%)); + background: color.adjust($color: colors.$bg-primary, $lightness: -5%); border-radius: 8px; margin: 2px 0; }