Browse Source

Added the input element of checkbox to the dom with 0 opacity, so that it ca

This closes issue #103, but the general "element focusing" issue needs to be addressed in a common manner.


Former-commit-id: d3b326a47a
Former-commit-id: 0fd9ada846
pull/258/head
esarbanis 11 years ago
parent
commit
bf363293ba
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; vertical-align: middle;
} }
.ui.checkbox input { .ui.checkbox input {
visibility: hidden;
opacity: 0;
outline: none; outline: none;
} }

Loading…
Cancel
Save