fix(top menu): remove outline when sync button is pressed

This commit is contained in:
Matteo Pagliazzi
2020-06-27 17:04:43 +02:00
parent e42518f427
commit cbc9af4ef5

View File

@@ -674,6 +674,10 @@
}
}
a.item-with-icon:focus {
outline: none;
}
.menu-icon {
margin-left: 24px;
}