Remove outline to fix rounded corners issue.
This commit is contained in:
parent
e0a2647c30
commit
44dfb7cadb
1 changed files with 3 additions and 2 deletions
|
|
@ -219,13 +219,13 @@ export default {
|
||||||
box-shadow: 0 0 0 2.5px $blue;
|
box-shadow: 0 0 0 2.5px $blue;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked {
|
&:checked {
|
||||||
&:focus + label {
|
&:focus + label {
|
||||||
box-shadow: 0 0 0 2.5px $blue;
|
box-shadow: 0 0 0 2.5px $blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
p {
|
p {
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
@ -331,6 +331,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
+ label {
|
+ label {
|
||||||
|
outline: none;
|
||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue