semantic-ui-sass 0.16.1.0 → 0.19.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +1 -1
  4. data/app/assets/javascripts/semantic-ui/accordion.js +15 -5
  5. data/app/assets/javascripts/semantic-ui/behavior/api.js +1 -1
  6. data/app/assets/javascripts/semantic-ui/behavior/colorize.js +1 -1
  7. data/app/assets/javascripts/semantic-ui/behavior/form.js +2 -2
  8. data/app/assets/javascripts/semantic-ui/behavior/state.js +1 -1
  9. data/app/assets/javascripts/semantic-ui/chatroom.js +1 -1
  10. data/app/assets/javascripts/semantic-ui/checkbox.js +1 -1
  11. data/app/assets/javascripts/semantic-ui/dimmer.js +1 -1
  12. data/app/assets/javascripts/semantic-ui/dropdown.js +79 -5
  13. data/app/assets/javascripts/semantic-ui/modal.js +113 -74
  14. data/app/assets/javascripts/semantic-ui/nag.js +1 -1
  15. data/app/assets/javascripts/semantic-ui/popup.js +13 -3
  16. data/app/assets/javascripts/semantic-ui/rating.js +1 -1
  17. data/app/assets/javascripts/semantic-ui/search.js +2 -2
  18. data/app/assets/javascripts/semantic-ui/shape.js +1 -1
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +1 -1
  20. data/app/assets/javascripts/semantic-ui/tab.js +1 -1
  21. data/app/assets/javascripts/semantic-ui/transition.js +1 -1
  22. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  23. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +96 -41
  24. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +37 -109
  25. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +9 -7
  26. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +5 -1
  28. data/app/assets/stylesheets/semantic-ui/elements/_basic.icon.scss +6 -6
  29. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1 -1
  30. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  32. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +6 -6
  33. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +2 -2
  36. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/elements/_progress.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +23 -2
  41. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +9 -4
  42. data/app/assets/stylesheets/semantic-ui/modules/_chatroom.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +76 -2
  46. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +152 -0
  55. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +2 -2
  57. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +2 -2
  58. data/app/assets/stylesheets/semantic-ui/views/_item.scss +2 -2
  59. data/app/assets/stylesheets/semantic-ui/views/_list.scss +3 -3
  60. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +2 -2
  61. data/lib/semantic/ui/sass/version.rb +2 -2
  62. data/tasks/converter.rb +1 -1
  63. metadata +2 -2
@@ -4,7 +4,7 @@
4
4
  * http://github.com/jlukic/semantic-ui/
5
5
  *
6
6
  *
7
- * Copyright 2013 Contributors
7
+ * Copyright 2014 Contributors
8
8
  * Released under the MIT license
9
9
  * http://opensource.org/licenses/MIT
10
10
  *
@@ -166,6 +166,8 @@
166
166
  rgba(0, 0, 0, 0.05) 100%);
167
167
  }
168
168
 
169
+ /*rtl:ignore*/
170
+
169
171
  .ui.menu > .menu:not(.right):first-child > .item:first-child:before,
170
172
  .ui.menu .item:first-child:before {
171
173
  display: none;
@@ -1418,7 +1420,7 @@
1418
1420
  }
1419
1421
 
1420
1422
  .ui.inverted.green.pointing.menu .active.item:after {
1421
- background-color: #A1CF64;
1423
+ background-color: #B3D782;
1422
1424
  }
1423
1425
 
1424
1426
  .ui.inverted.red.menu {
@@ -1426,7 +1428,7 @@
1426
1428
  }
1427
1429
 
1428
1430
  .ui.inverted.red.pointing.menu .active.item:after {
1429
- background-color: #F16883;
1431
+ background-color: #DF7C7C;
1430
1432
  }
1431
1433
 
1432
1434
  .ui.inverted.blue.menu {
@@ -1434,7 +1436,7 @@
1434
1436
  }
1435
1437
 
1436
1438
  .ui.inverted.blue.pointing.menu .active.item:after {
1437
- background-color: #6ECFF5;
1439
+ background-color: #8AD7F6;
1438
1440
  }
1439
1441
 
1440
1442
  .ui.inverted.purple.menu {
@@ -1442,7 +1444,7 @@
1442
1444
  }
1443
1445
 
1444
1446
  .ui.inverted.purple.pointing.menu .active.item:after {
1445
- background-color: #564F8A;
1447
+ background-color: #7771A0;
1446
1448
  }
1447
1449
 
1448
1450
  .ui.inverted.orange.menu {
@@ -1450,7 +1452,7 @@
1450
1452
  }
1451
1453
 
1452
1454
  .ui.inverted.orange.pointing.menu .active.item:after {
1453
- background-color: #F05940;
1455
+ background-color: #F27966;
1454
1456
  }
1455
1457
 
1456
1458
  .ui.inverted.teal.menu {
@@ -1458,7 +1460,7 @@
1458
1460
  }
1459
1461
 
1460
1462
  .ui.inverted.teal.pointing.menu .active.item:after {
1461
- background-color: #00B5AD;
1463
+ background-color: #33C3BC;
1462
1464
  }
1463
1465
 
1464
1466
  /*--------------
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -337,6 +337,10 @@
337
337
  Column Count
338
338
  ---------------*/
339
339
 
340
+ .ui.column.table {
341
+ table-layout: fixed;
342
+ }
343
+
340
344
  .ui.two.column.table td {
341
345
  width: 50%;
342
346
  }
@@ -4,7 +4,7 @@
4
4
  * http://github.com/jlukic/semantic-ui/
5
5
  *
6
6
  *
7
- * Copyright 2013 Contributors
7
+ * Copyright 2014 Contributors
8
8
  * Released under the MIT license
9
9
  * http://opensource.org/licenses/MIT
10
10
  *
@@ -16,11 +16,11 @@
16
16
 
17
17
  @font-face {
18
18
  font-family: 'Basic Icons';
19
- src: font-url("semantic-ui/basic.icons.eot");
20
- src: font-url("semantic-ui/basic.icons.eot?#iefix") format('embedded-opentype'),
21
- font-url("semantic-ui/basic.icons.svg#basic.icons") format('svg'),
22
- font-url("semantic-ui/basic.icons.woff") format('woff'),
23
- font-url("semantic-ui/basic.icons.ttf") format('truetype');
19
+ src: url("semantic-ui/basic.icons.eot");
20
+ src: url("semantic-ui/basic.icons.eot?#iefix") format('embedded-opentype'),
21
+ url("semantic-ui/basic.icons.svg#basic.icons") format('svg'),
22
+ url("semantic-ui/basic.icons.woff") format('woff'),
23
+ url("semantic-ui/basic.icons.ttf") format('truetype');
24
24
  font-style: normal;
25
25
  font-weight: normal;
26
26
  font-variant: normal;
@@ -4,7 +4,7 @@
4
4
  * http://github.com/jlukic/semantic-ui/
5
5
  *
6
6
  *
7
- * Copyright 2013 Contributors
7
+ * Copyright 2014 Contributors
8
8
  * Released under the MIT license
9
9
  * http://opensource.org/licenses/MIT
10
10
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -4,7 +4,7 @@
4
4
  * http://github.com/jlukic/semantic-ui/
5
5
  *
6
6
  *
7
- * Copyright 2013 Contributors
7
+ * Copyright 2014 Contributors
8
8
  * Released under the MIT license
9
9
  * http://opensource.org/licenses/MIT
10
10
  *
@@ -29,11 +29,11 @@
29
29
 
30
30
  @font-face {
31
31
  font-family: 'Icons';
32
- src: font-url("semantic-ui/icons.eot");
33
- src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'),
34
- font-url("semantic-ui/icons.svg#icons") format('svg'),
35
- font-url("semantic-ui/icons.woff") format('woff'),
36
- font-url("semantic-ui/icons.ttf") format('truetype');
32
+ src: url("semantic-ui/icons.eot");
33
+ src: url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'),
34
+ url("semantic-ui/icons.svg#icons") format('svg'),
35
+ url("semantic-ui/icons.woff") format('woff'),
36
+ url("semantic-ui/icons.ttf") format('truetype');
37
37
  font-style: normal;
38
38
  font-weight: normal;
39
39
  font-variant: normal;
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -4,7 +4,7 @@
4
4
  * http://github.com/jlukic/semantic-ui/
5
5
  *
6
6
  *
7
- * Copyright 2013 Contributors
7
+ * Copyright 2014 Contributors
8
8
  * Released under the MIT license
9
9
  * http://opensource.org/licenses/MIT
10
10
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -299,7 +299,7 @@ a.ui.label:hover:before {
299
299
  left: auto;
300
300
  right: 0em;
301
301
  width: auto;
302
- border-radius: 4px 0em 4px 0em;
302
+ border-radius: 0px 4px 0px 4px;
303
303
  }
304
304
 
305
305
  /*-------------------
@@ -4,7 +4,7 @@
4
4
  * http://github.com/jlukic/semantic-ui/
5
5
  *
6
6
  *
7
- * Copyright 2013 Contributors
7
+ * Copyright 2014 Contributors
8
8
  * Released under the MIT license
9
9
  * http://opensource.org/licenses/MIT
10
10
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -319,9 +319,14 @@
319
319
  Sizes
320
320
  *******************************/
321
321
 
322
+ .ui.mini.step,
323
+ .ui.mini.steps .step {
324
+ font-size: 0.8rem;
325
+ }
326
+
322
327
  .ui.small.step,
323
328
  .ui.small.steps .step {
324
- font-size: 0.8rem;
329
+ font-size: 0.875rem;
325
330
  }
326
331
 
327
332
  .ui.step,
@@ -331,5 +336,21 @@
331
336
 
332
337
  .ui.large.step,
333
338
  .ui.large.steps .step {
339
+ font-size: 1.125rem;
340
+ }
341
+
342
+ .ui.big.step,
343
+ .ui.big.steps .step {
334
344
  font-size: 1.25rem;
345
+ }
346
+
347
+ .ui.huge.step,
348
+ .ui.huge.steps .step {
349
+ font-size: 1.375rem;
350
+ }
351
+
352
+ .ui.massive.step,
353
+ .ui.massive.steps .step {
354
+ font-size: 1.5rem;
355
+ font-weight: bold;
335
356
  }
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -35,14 +35,15 @@
35
35
  transition: background-color 0.2s ease-out;
36
36
  }
37
37
 
38
- .ui.accordion .title:first-child,
39
- .ui.accordion .accordion .title:first-child {
38
+ .ui.accordion > .title:first-child,
39
+ .ui.accordion .accordion > .title:first-child {
40
40
  border-top: none;
41
41
  }
42
42
 
43
43
  /* Content */
44
44
 
45
- .ui.accordion .content,
45
+ .ui.accordion > .content,
46
+ .ui.accordion .content > .content,
46
47
  .ui.accordion .accordion .content {
47
48
  display: none;
48
49
  margin: 0em;
@@ -85,6 +86,10 @@
85
86
  padding: 0em;
86
87
  }
87
88
 
89
+ .ui.accordion.menu .content {
90
+ display: none;
91
+ }
92
+
88
93
  /*******************************
89
94
  Types
90
95
  *******************************/
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -3,7 +3,7 @@
3
3
  * http://github.com/jlukic/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2013 Contributors
6
+ * Copyright 2014 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -177,6 +177,17 @@
177
177
  z-index: 12;
178
178
  }
179
179
 
180
+ /*--------------------
181
+ Selected
182
+ ----------------------*/
183
+
184
+ /* Menu Item Selected */
185
+
186
+ .ui.dropdown .menu .item.selected {
187
+ background-color: rgba(0, 0, 0, 0.02);
188
+ z-index: 12;
189
+ }
190
+
180
191
  /*--------------------
181
192
  Active
182
193
  ----------------------*/
@@ -369,6 +380,69 @@
369
380
  margin-right: 0.5em;
370
381
  }
371
382
 
383
+ /*--------------------
384
+ Error
385
+ ----------------------*/
386
+
387
+ .ui.selection.dropdown.error,
388
+ .ui.selection.dropdown.error .item {
389
+ background-color: #FFFAFA;
390
+ color: #D95C5C;
391
+ }
392
+
393
+ .ui.selection.dropdown.error {
394
+ -webkit-box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
395
+ box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
396
+ }
397
+
398
+ .ui.selection.dropdown.error .menu {
399
+ -webkit-box-shadow: 0px 1px 0px 1px #E7BEBE;
400
+ box-shadow: 0px 1px 0px 1px #E7BEBE;
401
+ border-radius: 0px 0px 0.325em 0.325em;
402
+ }
403
+
404
+ /* Menu Item Active */
405
+
406
+ .ui.selection.dropdown.error .menu .active.item {
407
+ background-color: #FDCFCF !important;
408
+ }
409
+
410
+ /* Hover */
411
+
412
+ .ui.selection.dropdown:hover {
413
+ -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
414
+ box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
415
+ }
416
+
417
+ .ui.selection.dropdown:hover .menu {
418
+ -webkit-box-shadow: 0px 1px 0px 1px #D3D3D3;
419
+ box-shadow: 0px 1px 0px 1px #D3D3D3;
420
+ }
421
+
422
+ .ui.selection.dropdown:hover > .dropdown.icon {
423
+ opacity: 1;
424
+ }
425
+
426
+ .ui.selection.dropdown.error:hover {
427
+ -webkit-box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
428
+ box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
429
+ }
430
+
431
+ .ui.selection.dropdown.error:hover .menu {
432
+ -webkit-box-shadow: 0px 1px 0px 1px #E7BEBE;
433
+ box-shadow: 0px 1px 0px 1px #E7BEBE;
434
+ }
435
+
436
+ .ui.selection.dropdown.error .menu .item:hover {
437
+ background-color: #FFF2F2;
438
+ }
439
+
440
+ /* Selected */
441
+
442
+ .ui.selection.dropdown.error .menu .item.selected {
443
+ background-color: #FFF2F2;
444
+ }
445
+
372
446
  /* Visible */
373
447
 
374
448
  .ui.visible.selection.dropdown {
@@ -458,7 +532,7 @@
458
532
  -webkit-transform: rotate(45deg);
459
533
  -ms-transform: rotate(45deg);
460
534
  transform: rotate(45deg);
461
- z-index: 2;
535
+ z-index: 12;
462
536
  }
463
537
 
464
538
  .ui.pointing.dropdown .menu .active.item:first-child {