Remove focused button border in firefox

This commit is contained in:
manubo 2019-10-17 18:51:53 +02:00
parent 12c8b8e3eb
commit 7e249202e5

View File

@ -19,6 +19,10 @@ button.moco-bx-btn {
outline: none;
}
&::-moz-focus-inner {
border: 0;
}
&:hover:not(:disabled) {
background-color: $green-dark;
border-color: $green-dark;