mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 14:30:57 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue