Fix firefox focus ring on links

This commit is contained in:
Dane Everitt 2019-05-27 16:32:27 -07:00
parent 06337e45d8
commit 7e89e1bc00
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -76,6 +76,10 @@
&.router-link-exact-active, &.router-link-active {
@apply .border-primary-500 .cursor-default;
}
&::-moz-focus-inner {
@apply .border-none;
}
}
/**