Adjusted the checkbox visibility

This commit is contained in:
Christopher Allford 2020-11-24 10:19:24 -08:00
parent 9d61226987
commit fa47b11816
1 changed files with 3 additions and 4 deletions

View File

@ -1441,7 +1441,7 @@ a.reset_variations {
&:checked + label {
&::before {
background: var(--global--color-background);
background: var(--global--color-border);
}
}
}
@ -1582,7 +1582,6 @@ a.reset_variations {
button[name="apply_coupon"] {
padding: 0.5rem;
}
}
@ -1906,7 +1905,7 @@ a.reset_variations {
&:checked + label {
&::before {
background: var(--global--color-background);
background: var(--global--color-border);
}
}
}
@ -2072,7 +2071,7 @@ a.reset_variations {
&:checked + label {
&::before {
background: var(--global--color-background);
background: var(--global--color-border);
}
}
}