Skip to content

Commit

Permalink
docs: remove semantic switch example (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Mar 19, 2020
1 parent 6eb35d0 commit 4997256
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/pages/components/switch.md
Expand Up @@ -78,24 +78,6 @@ The Switch is meant to resemble a physical switch and allow a user to turn a set
</span>
</label>
</div>
<div class="fd-form-item">
<label class="fd-form-label">With Positive</label>
<label class="fd-switch__label">
<span class="fd-switch__text">
<span class="fd-object-status fd-object-status--positive">Positive</span>
</span>
<span class="fd-switch fd-switch--semantic">
<input class="fd-switch__input" checked type="checkbox" name="" value="" id="y21653431">
<div class="fd-switch__wrapper">
<div class="fd-switch__track">
<span class="fd-switch__icon--on fd-switch__icon sap-icon--accept"></span>
<span class="fd-switch__handle" role="presentation"></span>
<span class="fd-switch__icon--off fd-switch__icon sap-icon--decline"></span>
</div>
</div>
</span>
</label>
</div>
<div class="fd-form-item">
<label class="fd-form-label">With Negative</label>
<label class="fd-switch__label">
Expand Down

0 comments on commit 4997256

Please sign in to comment.