make sure it is outline: 0 not none to disable dotted inner focus border in firefox #792

This commit is contained in:
Kevin Ross 2015-12-24 11:36:39 -06:00
parent 9ccf540c43
commit a8600f6c5a

View File

@ -11,7 +11,7 @@
cursor: pointer;
background-color: transparent;
border: 0;
outline: none;
outline: 0;
box-shadow: none;
transition: box-shadow 0.2s $mdb-animation-curve-fast-out-linear-in, background-color 0.2s $mdb-animation-curve-default, color 0.2s $mdb-animation-curve-default;
will-change: box-shadow, transform;