Skip to content

Commit

Permalink
fix: Fix the inner circle of radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Oct 31, 2024
1 parent 5a98887 commit 4542d36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/stylesheets/components/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,8 @@ input[type="radio"]:checked + label::after {
}

input[type="radio"]:checked + label::after {
top: 1rem;

height: 1.5rem;
margin-top: 1rem;

background-color: var(--color-text);
border-top: var(--width-border) solid var(--color-text);
Expand Down

0 comments on commit 4542d36

Please sign in to comment.