Skip to content

Commit

Permalink
fixing a bug with display:inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Culpepper committed May 21, 2020
1 parent 5d8b51b commit 62de77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toggle-radios.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://github.com/adamculpepper/toggle-radios
/* //////////////////////////
CORE STYLES BELOW - NO TOUCHY
////////////////////////// */
.toggle-radio {display:inline-block;}
.toggle-radio {display:inline-block; vertical-align:middle;}
.toggle-radio > input[type='radio'] {display:none;}
.toggle-radio > input[disabled] + label {opacity:0.50;}
.toggle-radio > input[disabled] + label:hover {cursor:not-allowed;}
Expand Down

0 comments on commit 62de77b

Please sign in to comment.