Feature Request
Description
Add the possibility to change the Chackbox toggle background
(as discussed in #391 )
Example
Example rule for that
.ui.toggle.checkbox[class*="red background"] input:checked~.box:before, .ui.toggle.checkbox[class*="red background"] input:checked~label:before {
background-color: red!important;
}
Put that in an each and replace class red with the @color.
Testcase (when possible)
https://jsfiddle.net/pbuok0w5/
Feature Request
Description
Add the possibility to change the Chackbox toggle background
(as discussed in #391 )
Example
Example rule for that
Put that in an
eachand replace classredwith the@color.Testcase (when possible)
https://jsfiddle.net/pbuok0w5/