Fix link firefox button hover transition
This commit is contained in:
parent
b05de8632f
commit
950d9adb79
@ -31,3 +31,10 @@ button,
|
|||||||
box-shadow: inset 0 0 0 1px $color-red-darkest;
|
box-shadow: inset 0 0 0 1px $color-red-darkest;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.usa-button, a.usa-button:hover {
|
||||||
|
-moz-transition: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
-o-transition: color 0 ease-in;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user