Skip to content

Checkbox : Variations > Colored - #3369

Open
UnderlineWords wants to merge 56 commits into
Semantic-Org:nextfrom
UnderlineWords:UnderlineWords-patch-1
Open

Checkbox : Variations > Colored#3369
UnderlineWords wants to merge 56 commits into
Semantic-Org:nextfrom
UnderlineWords:UnderlineWords-patch-1

Conversation

@UnderlineWords

@UnderlineWords UnderlineWords commented Nov 20, 2015

Copy link
Copy Markdown

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

zuck commented Dec 24, 2015

Copy link
Copy Markdown

+1

@stale

stale Bot commented Mar 20, 2018

Copy link
Copy Markdown

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.