[Glitch] fix: Remove focus highlight when status is clicked in light mode

Port 921af5d27d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-07-03 09:51:12 +02:00
committed by Claire
parent 385dd5ea37
commit 6cac651ff2

View File

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