user_status: Track focused element by using the same color as hover.

This commit is contained in:
Aman Agrawal 2023-11-06 15:15:38 +00:00 committed by Tim Abbott
parent b9202ee1db
commit c79f667116
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@
padding-top: 15px;
padding-left: 2px;
& button.user-status-value:hover {
& button.user-status-value:hover,
& button.user-status-value:focus {
/* Important is required for generic night them styling to not
have precedence over this. */
color: hsl(200deg 100% 40%) !important;