From c9d3b8e3a55b016166f0f78f5edc63b3d71e2693 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 17 Jun 2025 19:54:23 +0200 Subject: [PATCH] [Glitch] fix: Tweak focus style & spacing of list/hashtags expand/collapse button Port 474464ffffca696f3e0d304337697363479906bd to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index e75f7b1e92..be124d7b40 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -294,7 +294,7 @@ &:hover, &:active, - &:focus { + &:focus-visible { color: lighten($action-button-color, 7%); background-color: rgba($action-button-color, 0.15); } @@ -314,7 +314,7 @@ &:hover, &:active, - &:focus { + &:focus-visible { color: darken($lighter-text-color, 7%); background-color: rgba($lighter-text-color, 0.15); } @@ -334,7 +334,7 @@ &:hover, &:active, - &:focus { + &:focus-visible { color: $highlight-text-color; background-color: transparent; } @@ -3540,6 +3540,7 @@ a.account__display-name { &__header { display: flex; align-items: center; + padding-inline-end: 4px; &__sep { width: 0;