Browse Source

Merge pull request #115 from esarbanis/103

Added the input element of checkbox to the dom with 0 opacity.
pull/120/head
Jack Lukic 11 years ago
parent
commit
e58e5038fc
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/checkbox.less

2
src/modules/checkbox.less

@ -28,7 +28,7 @@
vertical-align: middle;
}
.ui.checkbox input {
visibility: hidden;
opacity: 0;
outline: none;
}

Loading…
Cancel
Save