mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-24 19:37:26 +00:00
[Glitch] fix: Improve status focus indicators
Port fb5b8ae0a5 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -1469,9 +1469,10 @@ body > [data-popper-placement] {
|
||||
}
|
||||
|
||||
.focusable {
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
outline: 0;
|
||||
background: rgba($ui-highlight-color, 0.05);
|
||||
box-shadow: inset 0 0 0 2px $ui-button-focus-outline-color;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1881,7 +1882,7 @@ body > [data-popper-placement] {
|
||||
background: color.mix($ui-base-color, $ui-highlight-color, 95%);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&:focus-visible {
|
||||
.detailed-status,
|
||||
.detailed-status__action-bar {
|
||||
background: color.mix(
|
||||
|
||||
Reference in New Issue
Block a user