Merge pull request #314 from Safelite/CSR-269-fix-outline-issue
Remove outline.
This commit is contained in:
commit
b9a61ca64a
2 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
outline: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $white;
|
background: $white;
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
|
|
|
||||||
|
|
@ -192,6 +192,7 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
+ label {
|
+ label {
|
||||||
|
outline: none;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue