Browse Source

Clean checkbox code

pull/291/head
doabit 11 years ago
parent
commit
c63a348b4e
7 changed files with 4 additions and 28 deletions
  1. 8
      build/less/modules/checkbox.less
  2. 2
      build/packaged/css/semantic.min.css
  3. 2
      build/packaged/javascript/semantic.min.js
  4. 8
      rtl/less/modules/checkbox.less
  5. 2
      rtl/packaged/css/semantic.min.css
  6. 2
      rtl/packaged/javascript/semantic.min.js
  7. 8
      src/modules/checkbox.less

8
build/less/modules/checkbox.less

@ -330,20 +330,12 @@
}
/* Off Color */
// .ui.slider.checkbox .box,
// .ui.slider.checkbox label {
// color: #D95C5C !important;
// }
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
background-color: #D95C5C;
}
/* On Color */
// .ui.slider.checkbox input:checked + .box,
// .ui.slider.checkbox input:checked + label {
// color: #89B84C !important;
// }
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
background-color: #89B84C;

2
build/packaged/css/semantic.min.css

@ -8,7 +8,7 @@
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: 10/28/2013
* Released: 10/29/2013
*/
.ui.breadcrumb {

2
build/packaged/javascript/semantic.min.js
File diff suppressed because it is too large
View File

8
rtl/less/modules/checkbox.less

@ -330,20 +330,12 @@
}
/* Off Color */
// .ui.slider.checkbox .box,
// .ui.slider.checkbox label {
// color: #D95C5C !important;
// }
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
background-color: #D95C5C;
}
/* On Color */
// .ui.slider.checkbox input:checked + .box,
// .ui.slider.checkbox input:checked + label {
// color: #89B84C !important;
// }
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
background-color: #89B84C;

2
rtl/packaged/css/semantic.min.css

@ -8,7 +8,7 @@
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: 10/28/2013
* Released: 10/29/2013
*/
.ui.breadcrumb {

2
rtl/packaged/javascript/semantic.min.js
File diff suppressed because it is too large
View File

8
src/modules/checkbox.less

@ -330,20 +330,12 @@
}
/* Off Color */
// .ui.slider.checkbox .box,
// .ui.slider.checkbox label {
// color: #D95C5C !important;
// }
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
background-color: #D95C5C;
}
/* On Color */
// .ui.slider.checkbox input:checked + .box,
// .ui.slider.checkbox input:checked + label {
// color: #89B84C !important;
// }
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
background-color: #89B84C;

Loading…
Cancel
Save