Skip to content

Commit

Permalink
Fix display bug on radio inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-stripe committed Nov 7, 2017
1 parent 4c0cf10 commit 297c624
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions server/public/stylesheets/rocketrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,6 @@ fieldset {
animation: slide-in-vertical 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both 0.65s;
}

.form input[type="radio"] {
display: none;
width: 15px;
}

.options label {
padding: 0 40px;
}
Expand Down Expand Up @@ -668,6 +663,7 @@ form a.button {
}

.pilot-option input {
display: none;
height: 0;
width: 0;
appearance: none;
Expand Down

0 comments on commit 297c624

Please sign in to comment.