fix: Remove focus highlight when status is clicked in light mode (#35251)
This commit is contained in:
parent
878e1e65eb
commit
921af5d27d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Change the background colors of statuses
|
// Change the background colors of statuses
|
||||||
.focusable:focus {
|
.focusable:focus-visible {
|
||||||
background: lighten($white, 4%);
|
background: lighten($white, 4%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue