fix: Improve status focus indicators (#35150)
This commit is contained in:
parent
fd902c04f7
commit
fb5b8ae0a5
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue