Skip to content

Conversation

@UnderlineWords
Copy link

@UnderlineWords UnderlineWords commented Nov 20, 2015

Colors for checkbox module (slider/toggle/checkbox/radio)
semantic

<!-- checkbox : teal -->
<div class="ui teal checkbox">
  <input type="checkbox">
  <label>Label</label>
</div>

<!-- toggle checkbox : red -->
<div class="ui red toggle checkbox">
  <input type="checkbox">
  <label>Label</label>
</div>

<!-- slider checkbox : brown -->
<div class="ui brown slider checkbox">
  <input type="checkbox">
  <label>Label</label>
</div>

<!-- radio checkbox : purple -->
<div class="ui purple radio checkbox">
  <input type="radio" name="radio" checked="checked">
  <label>Radio choice</label>
</div>

jlukic and others added 30 commits September 13, 2015 15:50
Fixes license to use known SPDX string version of license
Fix Syntax Error in bower.json
Call onSearchQuery whether or not results are cached
 - @largest* should only be used by max-width queries
 - @*Breakpoint should only be used by min-width queries
…fferent scroll container than and when the container's is not 0 on init.
@zuck
Copy link

zuck commented Dec 24, 2015

+1

@stale
Copy link

stale bot commented Mar 20, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 20, 2018
@stale stale bot removed the stale label Mar 20, 2018
@y0hami y0hami added this to the 2.x Changes milestone Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.