Add visual feedback on focused buttons, for example when tabbing to it

This commit is contained in:
Jérémie Astori 2017-12-21 13:22:45 -05:00
parent 56b5a13abc
commit 98cab94f9b
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -124,7 +124,8 @@ kbd {
}
.btn:disabled,
.btn:hover {
.btn:hover,
.btn:focus {
background: #84ce88;
color: #fff;
opacity: 1;