Remove outline.
This commit is contained in:
parent
8f669d36ff
commit
63a9facc66
2 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ export default {
|
|||
}
|
||||
}
|
||||
label {
|
||||
outline: none;
|
||||
position: relative;
|
||||
background: $white;
|
||||
transition: all 150ms linear;
|
||||
|
|
|
|||
|
|
@ -192,6 +192,7 @@ export default {
|
|||
position: absolute;
|
||||
|
||||
+ label {
|
||||
outline: none;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue