nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク

Home Page:https://nostalgic-css.github.io/NES.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select `is-dark` is Missing States

HiKaylum opened this issue · comments

Describe the bug
The select component is missing the states is-error, is-warning & is-success when is-dark.

To Reproduce

  1. Add
<div class="nes-select is-dark">
    <select required>
        <option value="" disabled selected hidden>Select...</option>
        <option value="0">To be</option>
        <option value="1">Not to be</option>
    </select>
</div>
  1. Try add a class is-error, is-warning or is-success

Expected behavior
Select should show select state when is-dark.

Screenshots
N/A

Environment:
N/A

Suggestion(s) for fixing this issue
N/A

Additional context
N/A

Found the issue, have a fix will wait till #385 goes through.

Reopening, Closed it and the PR due to confusion.