mirror of https://github.com/zulip/zulip.git
user_status: Track focused element by using the same color as hover.
This commit is contained in:
parent
b9202ee1db
commit
c79f667116
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue