css: Add `:focus` rule for `.new-style .button.btn-warning`.

Same as the `:hover` rule similar to other buttons.
This commit is contained in:
Vaibhav 2019-06-03 19:15:27 +05:30 committed by Tim Abbott
parent 09791b9c29
commit c6b50fbba6
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@
color: hsl(35, 70%, 56%);
border-color: hsl(35, 98%, 84%);
&:hover {
&:hover,
&:focus {
border-color: hsl(35, 55%, 70%);
}