|
29 | 29 | <button class="ui basic button">Basic Unclassed</button> |
30 | 30 | <button class="ui primary button">Primary</button> |
31 | 31 | <button class="ui basic primary button">Basic Primary</button> |
32 | | - <button class="ui negative button">Negative</button> |
33 | | - <button class="ui basic negative button">Basic Negative</button> |
34 | | - <button class="ui positive button">Positive</button> |
35 | | - <button class="ui basic positive button">Basic Positive</button> |
36 | 32 | </li> |
37 | 33 | <li class="sample-group"> |
38 | 34 | <h2>Recommended colors:</h2> |
39 | 35 | <button class="ui red button">Red</button> |
40 | 36 | <button class="ui basic red button">Basic Red</button> |
41 | | - <button class="ui primary button">Green</button> |
42 | | - <button class="ui basic primary button">Basic Green</button> |
43 | | - <button class="ui blue button">Blue</button> |
44 | | - <button class="ui basic blue button">Basic Blue</button> |
45 | | - <button class="ui orange button">Orange</button> |
46 | | - <button class="ui basic orange button">Basic Orange</button> |
47 | | - <button class="ui yellow button">Yellow</button> |
48 | | - <button class="ui basic yellow button">Basic Yellow</button> |
49 | | - </li> |
50 | | - <li class="sample-group"> |
51 | | - <h2>Supported but not recommended:</h2> |
52 | | - <p>Do not use if there is no strong requirement. Do not use grey/black buttons, they don't work well with dark theme.</p> |
53 | | - <button class="ui secondary button">Secondary</button> |
54 | | - <button class="ui basic secondary button">Basic Secondary</button> |
55 | | - <button class="ui olive button">Olive</button> |
56 | | - <button class="ui basic olive button">Basic Olive</button> |
57 | | - <button class="ui teal button">Teal</button> |
58 | | - <button class="ui basic teal button">Basic Teal</button> |
59 | | - <button class="ui violet button">Violet</button> |
60 | | - <button class="ui basic violet button">Basic Violet</button> |
61 | | - <button class="ui purple button">Purple</button> |
62 | | - <button class="ui basic purple button">Basic Purple</button> |
63 | | - <button class="ui pink button">Pink</button> |
64 | | - <button class="ui basic pink button">Basic Pink</button> |
65 | | - <button class="ui brown button">Brown</button> |
66 | | - <button class="ui basic brown button">Basic Brown</button> |
| 37 | + <button class="ui green button">Green</button> |
| 38 | + <button class="ui basic green button">Basic Green</button> |
67 | 39 | </li> |
68 | 40 | <li class="sample-group"> |
69 | 41 | <h2>Inline / Plain:</h2> |
|
198 | 170 | <button class="ui basic button">labeled button</button> |
199 | 171 | <a class="ui basic label">123</a> |
200 | 172 | </div> |
201 | | - <button class="ui yellow button">{{svg "octicon-x" 16}} button with very very very very very very very very long text</button> |
| 173 | + <button class="ui button">{{svg "octicon-x" 16}} button with very very very very very very very very long text</button> |
202 | 174 | </div> |
203 | 175 |
|
204 | 176 | <h2>Input with SVG</h2> |
|
271 | 243 | <span class="text">button dropdown</span> |
272 | 244 | {{svg "octicon-triangle-down" 14 "dropdown icon"}} |
273 | 245 | </div> |
274 | | - <div class="ui dropdown large button"> |
275 | | - <span class="text">large dropdown</span> |
276 | | - {{svg "octicon-triangle-down" 14 "dropdown icon"}} |
277 | | - </div> |
278 | 246 | </div> |
279 | 247 |
|
280 | 248 | <div> |
|
290 | 258 | <span class="text">button compact</span> |
291 | 259 | {{svg "octicon-triangle-down" 14 "dropdown icon"}} |
292 | 260 | </div> |
293 | | - <div class="ui dropdown large compact button"> |
294 | | - <span class="text">large compact</span> |
295 | | - {{svg "octicon-triangle-down" 14 "dropdown icon"}} |
296 | | - </div> |
297 | 261 | </div> |
298 | 262 |
|
299 | 263 | <div> |
|
0 commit comments