diff options
Diffstat (limited to 'components/dropdown/dropdown-disabled.html')
-rw-r--r-- | components/dropdown/dropdown-disabled.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/components/dropdown/dropdown-disabled.html b/components/dropdown/dropdown-disabled.html deleted file mode 100644 index 9e0bd86..0000000 --- a/components/dropdown/dropdown-disabled.html +++ /dev/null @@ -1,11 +0,0 @@ -<div class="sdc-dropdown"> - <label class="sdc-dropdown__label">DropDown example</label> - <button class="sdc-dropdown__header disabled">Please choose option</button> - <!--[This part won't be created on disabled drop-down]--> - <ul class="sdc-dropdown__options-list"> - <li class="sdc-dropdown__option selected">First Option</li> - <li class="sdc-dropdown__option">Second Option</li> - <li class="sdc-dropdown__option">Third Option</li> - </ul> - <!--[...]--> -</div> |