Browse Source

Merge pull request #115 from esarbanis/103

Added the input element of checkbox to the dom with 0 opacity.

Former-commit-id: e58e5038fc
Former-commit-id: 823a0d134a
pull/258/head
Jack Lukic 11 years ago
parent
commit
7b708b897e
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