Removes focus style com filter menu compress button.
This commit is contained in:
parent
5ba817e6a8
commit
ef95f18284
|
@ -1311,6 +1311,10 @@
|
|||
cursor: pointer;
|
||||
transition: top 0.3s;
|
||||
|
||||
&:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
|
|
@ -1308,6 +1308,10 @@
|
|||
cursor: pointer;
|
||||
transition: top 0.3s;
|
||||
|
||||
&:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue