mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
fix: Improve status focus indicators (#35150)
This commit is contained in:
parent
fd902c04f7
commit
fb5b8ae0a5
|
@ -1410,9 +1410,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1815,7 +1816,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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user