Merge pull request #170 from vanillaSlice/keyboard-control-on-radio-buttons-bug-fix

Keyboard control on radio buttons bug fix
This commit is contained in:
Rhyne 2018-11-18 17:06:19 -05:00 committed by GitHub
commit dc474ed8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,9 +64,9 @@ select {
/* the basic, unchecked style */
input {
border: 0;
display: none;
height: 1px;
margin: -1px;
opacity: 0;
overflow: hidden;
padding: 0;
position: absolute;