Removes focus style com filter menu compress button.

This commit is contained in:
Mateus Machado Luna 2018-09-14 11:26:27 -03:00
parent 5ba817e6a8
commit ef95f18284
2 changed files with 8 additions and 0 deletions

View File

@ -1311,6 +1311,10 @@
cursor: pointer;
transition: top 0.3s;
&:focus {
outline: none !important;
}
.icon {
margin-top: -1px;
}

View File

@ -1308,6 +1308,10 @@
cursor: pointer;
transition: top 0.3s;
&:focus {
outline: none !important;
}
.icon {
margin-top: -1px;
}