mirror of https://github.com/zulip/zulip.git
css: Add `:focus` rule for `.new-style .button.btn-warning`.
Same as the `:hover` rule similar to other buttons.
This commit is contained in:
parent
09791b9c29
commit
c6b50fbba6
|
@ -131,7 +131,8 @@
|
|||
color: hsl(35, 70%, 56%);
|
||||
border-color: hsl(35, 98%, 84%);
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
border-color: hsl(35, 55%, 70%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue