We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add outline: 1px solid black; outline-offset: 3px;
outline: 1px solid black;
outline-offset: 3px;
to both .radio input[type="radio"] + .radio-label:before and .radio input[type="radio"]:checked + .radio-label:before
.radio input[type="radio"] + .radio-label:before
.radio input[type="radio"]:checked + .radio-label:before
Remove border: 1px solid #b4b4b4; from .radio input[type="radio"] + .radio-label::before
border: 1px solid #b4b4b4;
.radio input[type="radio"] + .radio-label::before
add hc- prefix to all classes
hc-
The text was updated successfully, but these errors were encountered:
AaronRoss003
No branches or pull requests
Border updates
Add
outline: 1px solid black;
outline-offset: 3px;
to both
.radio input[type="radio"] + .radio-label:before
and
.radio input[type="radio"]:checked + .radio-label:before
Remove
border: 1px solid #b4b4b4;
from.radio input[type="radio"] + .radio-label::before
Naming updates
add
hc-
prefix to all classesThe text was updated successfully, but these errors were encountered: