Fix firefox focus ring on links
This commit is contained in:
parent
06337e45d8
commit
7e89e1bc00
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@
|
|||
&.router-link-exact-active, &.router-link-active {
|
||||
@apply .border-primary-500 .cursor-default;
|
||||
}
|
||||
|
||||
&::-moz-focus-inner {
|
||||
@apply .border-none;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue