fix: Improve status focus indicators (#35150)

This commit is contained in:
diondiondion 2025-06-24 11:34:43 +02:00 committed by GitHub
parent fd902c04f7
commit fb5b8ae0a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1410,9 +1410,10 @@ body > [data-popper-placement] {
} }
.focusable { .focusable {
&:focus { &:focus-visible {
outline: 0; outline: 0;
background: rgba($ui-highlight-color, 0.05); 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%); background: color.mix($ui-base-color, $ui-highlight-color, 95%);
} }
&:focus { &:focus-visible {
.detailed-status, .detailed-status,
.detailed-status__action-bar { .detailed-status__action-bar {
background: color.mix( background: color.mix(