Remove switch labels (Closes #666)
parent
02c4a4afde
commit
fbbe7ce63a
|
@ -1,4 +1,4 @@
|
|||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="switch-2">
|
||||
<input type="checkbox" id="switch-2" class="mdl-switch__input" />
|
||||
<span class="mdl-switch__label">Switch me</span>
|
||||
<span class="mdl-switch__label"></span>
|
||||
</label>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="switch-1">
|
||||
<input type="checkbox" id="switch-1" class="mdl-switch__input" checked />
|
||||
<span class="mdl-switch__label">Switch me</span>
|
||||
<span class="mdl-switch__label"></span>
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue