fix: Remove focus highlight when status is clicked in light mode (#35251)

pull/35288/head
diondiondion 5 months ago committed by Claire
parent 878e1e65eb
commit 921af5d27d

@ -101,7 +101,7 @@
}
// Change the background colors of statuses
.focusable:focus {
.focusable:focus-visible {
background: lighten($white, 4%);
}

Loading…
Cancel
Save