Keyboard control on radio buttons bug fix

This commit is contained in:
vanillaSlice 2018-11-17 17:46:37 +00:00
parent 6c20a60053
commit 0d51e714b6

View file

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