Merge pull request #1871 from thelounge/astorije/focus-buttons

Add visual feedback on focused buttons, for example when tabbing to it
This commit is contained in:
Jérémie Astori 2017-12-21 16:56:02 -05:00 committed by GitHub
commit 3f9a8d6066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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