Skip to content

Commit a283b5f

Browse files
authored
Added indeterminate state support
1 parent c28c478 commit a283b5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/bootstrap-toggle.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
.toggle.off .toggle-group {
3535
left: -100%;
3636
}
37+
.toggle.indeterminate .toggle-group {
38+
left: -50%;
39+
}
3740
.toggle-on {
3841
position: absolute;
3942
top: 0;

0 commit comments

Comments
 (0)