Skip to content

Commit

Permalink
docs: remove second semantic switch example (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Mar 19, 2020
1 parent 62840b0 commit bcaab0c
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 Negative</label>
<label class="fd-switch__label">
<span class="fd-switch__text">
<span class="fd-object-status fd-object-status--negative">Negative</span>
</span>
<span class="fd-switch fd-switch--semantic">
<input class="fd-switch__input" 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>

{% endcapture %}
Expand Down

0 comments on commit bcaab0c

Please sign in to comment.