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; }