diff --git a/app/javascript/flavours/glitch/styles/mastodon/components.scss b/app/javascript/flavours/glitch/styles/mastodon/components.scss index 0ac2884eb9..8ce00051ac 100644 --- a/app/javascript/flavours/glitch/styles/mastodon/components.scss +++ b/app/javascript/flavours/glitch/styles/mastodon/components.scss @@ -2913,7 +2913,7 @@ a.account__display-name { cursor: default; &:focus { - color: rgb(from var(--color-text-disabled) r g b / 70%); + color: var(--color-text-on-disabled); background: var(--color-bg-disabled); outline: 0; } @@ -4059,8 +4059,8 @@ a.account__display-name { box-sizing: border-box; &:hover, - &:focus, - &:active { + &:active, + &:focus-visible { color: var(--color-text-primary); } @@ -4078,14 +4078,7 @@ a.account__display-name { } &--logo { - background: transparent; padding: 10px; - - &:hover, - &:focus, - &:active { - background: transparent; - } } }