Skip to content

Commit

Permalink
Work around for design system radio button bug
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe authored and VirginiaDooley committed Feb 7, 2022
1 parent 706b613 commit 6fef1fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions polling_stations/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,9 @@ body.embed {
.ds-status-message a {
color: $white;
}

// TODO: see https://github.com/DemocracyClub/design-system/issues/38
input[type="radio"] {
visibility: unset;
opacity: 0;
}

0 comments on commit 6fef1fe

Please sign in to comment.