Remove focused button border in firefox
This commit is contained in:
parent
12c8b8e3eb
commit
7e249202e5
@ -19,6 +19,10 @@ button.moco-bx-btn {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover:not(:disabled) {
|
&:hover:not(:disabled) {
|
||||||
background-color: $green-dark;
|
background-color: $green-dark;
|
||||||
border-color: $green-dark;
|
border-color: $green-dark;
|
||||||
|
Loading…
Reference in New Issue
Block a user