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:
commit
3f9a8d6066
@ -124,7 +124,8 @@ kbd {
|
||||
}
|
||||
|
||||
.btn:disabled,
|
||||
.btn:hover {
|
||||
.btn:hover,
|
||||
.btn:focus {
|
||||
background: #84ce88;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user