mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
make sure it is outline: 0
not none
to disable dotted inner focus border in firefox #792
This commit is contained in:
parent
9ccf540c43
commit
a8600f6c5a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user