From c79f667116b9ec05ea73154af1ded42703a3bb26 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 6 Nov 2023 15:15:38 +0000 Subject: [PATCH] user_status: Track focused element by using the same color as hover. --- web/styles/user_status.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/user_status.css b/web/styles/user_status.css index 8260789be3..8370c6471c 100644 --- a/web/styles/user_status.css +++ b/web/styles/user_status.css @@ -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;