mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Hide buffer focus outline
This commit is contained in:
parent
2fb4393f24
commit
4dd1fac002
1 changed files with 4 additions and 0 deletions
|
@ -227,6 +227,10 @@ button.danger:hover {
|
|||
grid-column: 2;
|
||||
}
|
||||
|
||||
#buffer:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#member-list {
|
||||
grid-row: 1 / 4;
|
||||
grid-column: 3;
|
||||
|
|
Loading…
Reference in a new issue