Add visual feedback on focused buttons, for example when tabbing to it
This commit is contained in:
parent
56b5a13abc
commit
98cab94f9b
@ -124,7 +124,8 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn:disabled,
|
.btn:disabled,
|
||||||
.btn:hover {
|
.btn:hover,
|
||||||
|
.btn:focus {
|
||||||
background: #84ce88;
|
background: #84ce88;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user