mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
fix(top menu): remove outline when sync button is pressed
This commit is contained in:
parent
e42518f427
commit
cbc9af4ef5
1 changed files with 4 additions and 0 deletions
|
|
@ -674,6 +674,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
a.item-with-icon:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue