semantic-ui-sass 2.1.8.0 → 2.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/app/assets/javascripts/semantic-ui.js +21465 -24
  4. data/app/assets/javascripts/semantic-ui/accordion.js +20 -6
  5. data/app/assets/javascripts/semantic-ui/api.js +41 -16
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +31 -9
  7. data/app/assets/javascripts/semantic-ui/colorize.js +233 -227
  8. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -9
  9. data/app/assets/javascripts/semantic-ui/dropdown.js +485 -207
  10. data/app/assets/javascripts/semantic-ui/embed.js +50 -13
  11. data/app/assets/javascripts/semantic-ui/form.js +58 -23
  12. data/app/assets/javascripts/semantic-ui/modal.js +28 -13
  13. data/app/assets/javascripts/semantic-ui/nag.js +28 -7
  14. data/app/assets/javascripts/semantic-ui/popup.js +136 -76
  15. data/app/assets/javascripts/semantic-ui/progress.js +177 -62
  16. data/app/assets/javascripts/semantic-ui/rating.js +41 -8
  17. data/app/assets/javascripts/semantic-ui/search.js +109 -56
  18. data/app/assets/javascripts/semantic-ui/shape.js +52 -19
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -7
  20. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +20 -7
  22. data/app/assets/javascripts/semantic-ui/sticky.js +48 -19
  23. data/app/assets/javascripts/semantic-ui/tab.js +57 -27
  24. data/app/assets/javascripts/semantic-ui/transition.js +24 -8
  25. data/app/assets/javascripts/semantic-ui/video.js +6 -14
  26. data/app/assets/javascripts/semantic-ui/visibility.js +89 -22
  27. data/app/assets/javascripts/semantic-ui/visit.js +13 -5
  28. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +4 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +91 -85
  30. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +41 -37
  31. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +138 -94
  32. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +74 -55
  33. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +80 -68
  34. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +458 -305
  35. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -2
  36. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -4
  37. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -3
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +46 -46
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +812 -252
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +7 -3
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +35 -35
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +127 -127
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +37 -25
  44. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +101 -38
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +24 -4
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +9 -6
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +92 -51
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +42 -23
  49. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -6
  50. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +7 -9
  51. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +7 -6
  52. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -37
  53. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +7 -8
  54. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +107 -88
  55. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -7
  56. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -10
  57. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +6 -7
  58. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +415 -36
  59. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +47 -48
  60. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +12 -13
  61. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +21 -21
  62. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +11 -8
  63. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +31 -14
  64. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +2 -3
  65. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -2
  67. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/views/_card.scss +62 -42
  69. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +2 -3
  70. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  71. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -12
  72. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +44 -45
  73. data/app/helpers/semantic_icon_helper.rb +6 -3
  74. data/lib/semantic/ui/sass/engine.rb +5 -1
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. data/spec/helpers/semantic_icon_helper_spec.rb +22 -10
  77. metadata +3 -3
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Grid
2
+ * # Semantic UI 2.2.0 - Grid
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -980,9 +979,9 @@
980
979
  -ms-flex-pack: center;
981
980
  justify-content: center;
982
981
  }
983
- .ui.centered.grid > .column:not(.aligned):not(.row),
984
- .ui.centered.grid > .row > .column:not(.aligned),
985
- .ui.grid .centered.row > .column:not(.aligned) {
982
+ .ui.centered.grid > .column:not(.aligned):not(:justified):not(.row),
983
+ .ui.centered.grid > .row > .column:not(.aligned):not(:justified),
984
+ .ui.grid .centered.row > .column:not(.aligned):not(:justified) {
986
985
  text-align: left;
987
986
  }
988
987
  .ui.grid > .centered.column,
@@ -1076,6 +1075,11 @@
1076
1075
  box-shadow: none;
1077
1076
  }
1078
1077
 
1078
+ /* No space on top of first row */
1079
+ .ui[class*="vertically divided"].grid > .row:first-child > .column {
1080
+ margin-top: 0em;
1081
+ }
1082
+
1079
1083
  /* Divided Row */
1080
1084
  .ui.grid > .divided.row > .column {
1081
1085
  box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
@@ -1142,17 +1146,17 @@
1142
1146
  .ui.celled.grid {
1143
1147
  width: 100%;
1144
1148
  margin: 1em 0em;
1145
- box-shadow: 0px 0px 0px 1px #d4d4d5;
1149
+ box-shadow: 0px 0px 0px 1px #D4D4D5;
1146
1150
  }
1147
1151
  .ui.celled.grid > .row {
1148
1152
  width: 100% !important;
1149
1153
  margin: 0em;
1150
1154
  padding: 0em;
1151
- box-shadow: 0px -1px 0px 0px #d4d4d5;
1155
+ box-shadow: 0px -1px 0px 0px #D4D4D5;
1152
1156
  }
1153
1157
  .ui.celled.grid > .column:not(.row),
1154
1158
  .ui.celled.grid > .row > .column {
1155
- box-shadow: -1px 0px 0px 0px #d4d4d5;
1159
+ box-shadow: -1px 0px 0px 0px #D4D4D5;
1156
1160
  }
1157
1161
  .ui.celled.grid > .column:first-child,
1158
1162
  .ui.celled.grid > .row > .column:first-child {
@@ -1356,88 +1360,88 @@
1356
1360
  .ui.grid > .red.row,
1357
1361
  .ui.grid > .red.column,
1358
1362
  .ui.grid > .row > .red.column {
1359
- background-color: #db2828 !important;
1360
- color: #ffffff;
1363
+ background-color: #DB2828 !important;
1364
+ color: #FFFFFF;
1361
1365
  }
1362
1366
 
1363
1367
  /* Orange */
1364
1368
  .ui.grid > .orange.row,
1365
1369
  .ui.grid > .orange.column,
1366
1370
  .ui.grid > .row > .orange.column {
1367
- background-color: #f2711c !important;
1368
- color: #ffffff;
1371
+ background-color: #F2711C !important;
1372
+ color: #FFFFFF;
1369
1373
  }
1370
1374
 
1371
1375
  /* Yellow */
1372
1376
  .ui.grid > .yellow.row,
1373
1377
  .ui.grid > .yellow.column,
1374
1378
  .ui.grid > .row > .yellow.column {
1375
- background-color: #fbbd08 !important;
1376
- color: #ffffff;
1379
+ background-color: #FBBD08 !important;
1380
+ color: #FFFFFF;
1377
1381
  }
1378
1382
 
1379
1383
  /* Olive */
1380
1384
  .ui.grid > .olive.row,
1381
1385
  .ui.grid > .olive.column,
1382
1386
  .ui.grid > .row > .olive.column {
1383
- background-color: #b5cc18 !important;
1384
- color: #ffffff;
1387
+ background-color: #B5CC18 !important;
1388
+ color: #FFFFFF;
1385
1389
  }
1386
1390
 
1387
1391
  /* Green */
1388
1392
  .ui.grid > .green.row,
1389
1393
  .ui.grid > .green.column,
1390
1394
  .ui.grid > .row > .green.column {
1391
- background-color: #21ba45 !important;
1392
- color: #ffffff;
1395
+ background-color: #21BA45 !important;
1396
+ color: #FFFFFF;
1393
1397
  }
1394
1398
 
1395
1399
  /* Teal */
1396
1400
  .ui.grid > .teal.row,
1397
1401
  .ui.grid > .teal.column,
1398
1402
  .ui.grid > .row > .teal.column {
1399
- background-color: #00b5ad !important;
1400
- color: #ffffff;
1403
+ background-color: #00B5AD !important;
1404
+ color: #FFFFFF;
1401
1405
  }
1402
1406
 
1403
1407
  /* Blue */
1404
1408
  .ui.grid > .blue.row,
1405
1409
  .ui.grid > .blue.column,
1406
1410
  .ui.grid > .row > .blue.column {
1407
- background-color: #2185d0 !important;
1408
- color: #ffffff;
1411
+ background-color: #2185D0 !important;
1412
+ color: #FFFFFF;
1409
1413
  }
1410
1414
 
1411
1415
  /* Violet */
1412
1416
  .ui.grid > .violet.row,
1413
1417
  .ui.grid > .violet.column,
1414
1418
  .ui.grid > .row > .violet.column {
1415
- background-color: #6435c9 !important;
1416
- color: #ffffff;
1419
+ background-color: #6435C9 !important;
1420
+ color: #FFFFFF;
1417
1421
  }
1418
1422
 
1419
1423
  /* Purple */
1420
1424
  .ui.grid > .purple.row,
1421
1425
  .ui.grid > .purple.column,
1422
1426
  .ui.grid > .row > .purple.column {
1423
- background-color: #a333c8 !important;
1424
- color: #ffffff;
1427
+ background-color: #A333C8 !important;
1428
+ color: #FFFFFF;
1425
1429
  }
1426
1430
 
1427
1431
  /* Pink */
1428
1432
  .ui.grid > .pink.row,
1429
1433
  .ui.grid > .pink.column,
1430
1434
  .ui.grid > .row > .pink.column {
1431
- background-color: #e03997 !important;
1432
- color: #ffffff;
1435
+ background-color: #E03997 !important;
1436
+ color: #FFFFFF;
1433
1437
  }
1434
1438
 
1435
1439
  /* Brown */
1436
1440
  .ui.grid > .brown.row,
1437
1441
  .ui.grid > .brown.column,
1438
1442
  .ui.grid > .row > .brown.column {
1439
- background-color: #a5673f !important;
1440
- color: #ffffff;
1443
+ background-color: #A5673F !important;
1444
+ color: #FFFFFF;
1441
1445
  }
1442
1446
 
1443
1447
  /* Grey */
@@ -1445,15 +1449,15 @@
1445
1449
  .ui.grid > .grey.column,
1446
1450
  .ui.grid > .row > .grey.column {
1447
1451
  background-color: #767676 !important;
1448
- color: #ffffff;
1452
+ color: #FFFFFF;
1449
1453
  }
1450
1454
 
1451
1455
  /* Black */
1452
1456
  .ui.grid > .black.row,
1453
1457
  .ui.grid > .black.column,
1454
1458
  .ui.grid > .row > .black.column {
1455
- background-color: #1b1c1d !important;
1456
- color: #ffffff;
1459
+ background-color: #1B1C1D !important;
1460
+ color: #FFFFFF;
1457
1461
  }
1458
1462
 
1459
1463
  /*----------------------
@@ -1523,7 +1527,7 @@
1523
1527
 
1524
1528
  /* Celled Reversed */
1525
1529
  .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
1526
- box-shadow: -1px 0px 0px 0px #d4d4d5;
1530
+ box-shadow: -1px 0px 0px 0px #D4D4D5;
1527
1531
  }
1528
1532
  .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
1529
1533
  box-shadow: none;
@@ -1569,7 +1573,7 @@
1569
1573
 
1570
1574
  /* Celled Reversed */
1571
1575
  .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
1572
- box-shadow: -1px 0px 0px 0px #d4d4d5;
1576
+ box-shadow: -1px 0px 0px 0px #D4D4D5;
1573
1577
  }
1574
1578
  .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
1575
1579
  box-shadow: none;
@@ -1615,7 +1619,7 @@
1615
1619
 
1616
1620
  /* Celled Reversed */
1617
1621
  .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
1618
- box-shadow: -1px 0px 0px 0px #d4d4d5;
1622
+ box-shadow: -1px 0px 0px 0px #D4D4D5;
1619
1623
  }
1620
1624
  .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
1621
1625
  box-shadow: none;
@@ -1722,7 +1726,7 @@
1722
1726
  }
1723
1727
  }
1724
1728
 
1725
- /* Mobily Only */
1729
+ /* Mobile Only */
1726
1730
  @media only screen and (max-width: 767px) {
1727
1731
  .ui.grid > .doubling.row,
1728
1732
  .ui.doubling.grid > .row {
@@ -26,7 +26,7 @@
26
26
  display: flex;
27
27
  margin: 1rem 0em;
28
28
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
29
- background: #ffffff;
29
+ background: #FFFFFF;
30
30
  font-weight: normal;
31
31
  border: 1px solid rgba(34, 36, 38, 0.15);
32
32
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
@@ -95,7 +95,7 @@
95
95
  color: rgba(0, 0, 0, 0.87);
96
96
  font-weight: normal;
97
97
  -webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
98
- transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
98
+ transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
99
99
  }
100
100
  .ui.menu > .item:first-child {
101
101
  border-radius: 0.28571429rem 0px 0px 0.28571429rem;
@@ -150,8 +150,8 @@
150
150
  position: relative;
151
151
  top: 0em;
152
152
  margin: -0.5em 0em;
153
- padding-bottom: 0.71428571em;
154
- padding-top: 0.71428571em;
153
+ padding-bottom: 0.78571429em;
154
+ padding-top: 0.78571429em;
155
155
  font-size: 1em;
156
156
  }
157
157
 
@@ -239,7 +239,7 @@
239
239
  left: 0px;
240
240
  min-width: calc(100% - 1px);
241
241
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
242
- background: #ffffff;
242
+ background: #FFFFFF;
243
243
  margin: 0em 0px 0px;
244
244
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
245
245
  -webkit-box-orient: vertical !important;
@@ -254,14 +254,14 @@
254
254
  margin: 0;
255
255
  text-align: left;
256
256
  font-size: 1em !important;
257
- padding: 0.71428571em 1.14285714em !important;
257
+ padding: 0.78571429em 1.14285714em !important;
258
258
  background: transparent !important;
259
259
  color: rgba(0, 0, 0, 0.87) !important;
260
260
  text-transform: none !important;
261
261
  font-weight: normal !important;
262
262
  box-shadow: none !important;
263
263
  -webkit-transition: none !important;
264
- transition: none !important;
264
+ transition: none !important;
265
265
  }
266
266
  .ui.menu .ui.dropdown .menu > .item:hover {
267
267
  background: rgba(0, 0, 0, 0.05) !important;
@@ -337,19 +337,19 @@
337
337
 
338
338
  .ui.menu .item > .label {
339
339
  background: #999999;
340
- color: #ffffff;
340
+ color: #FFFFFF;
341
341
  margin-left: 1em;
342
- padding: 0.3em 0.71428571em;
342
+ padding: 0.3em 0.78571429em;
343
343
  }
344
344
  .ui.vertical.menu .item > .label {
345
345
  background: #999999;
346
- color: #ffffff;
346
+ color: #FFFFFF;
347
347
  margin-top: -0.15em;
348
348
  margin-bottom: -0.15em;
349
- padding: 0.3em 0.71428571em;
349
+ padding: 0.3em 0.78571429em;
350
350
  }
351
351
  .ui.menu .item > .floating.label {
352
- padding: 0.3em 0.71428571em;
352
+ padding: 0.3em 0.78571429em;
353
353
  }
354
354
 
355
355
  /*--------------
@@ -519,7 +519,7 @@ Floated Menu / Item
519
519
  -webkit-flex-direction: column;
520
520
  -ms-flex-direction: column;
521
521
  flex-direction: column;
522
- background: #ffffff;
522
+ background: #FFFFFF;
523
523
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
524
524
  }
525
525
 
@@ -565,8 +565,8 @@ Floated Menu / Item
565
565
  top: 0%;
566
566
  left: 0px;
567
567
  width: 100%;
568
- background: rgba(34, 36, 38, 0.1);
569
568
  height: 1px;
569
+ background: rgba(34, 36, 38, 0.1);
570
570
  }
571
571
  .ui.vertical.menu .item:first-child:before {
572
572
  display: none !important;
@@ -624,7 +624,7 @@ Floated Menu / Item
624
624
  box-shadow: none !important;
625
625
  border: none;
626
626
  background: none transparent;
627
- border-bottom: 1px solid #d4d4d5;
627
+ border-bottom: 1px solid #D4D4D5;
628
628
  }
629
629
  .ui.tabular.fluid.menu {
630
630
  width: calc(100% + 2px ) !important;
@@ -650,10 +650,10 @@ Floated Menu / Item
650
650
 
651
651
  /* Active */
652
652
  .ui.tabular.menu .active.item {
653
- background: none #ffffff;
653
+ background: none #FFFFFF;
654
654
  color: rgba(0, 0, 0, 0.95);
655
655
  border-top-width: 1px;
656
- border-color: #d4d4d5;
656
+ border-color: #D4D4D5;
657
657
  font-weight: bold;
658
658
  margin-bottom: -1px;
659
659
  box-shadow: none;
@@ -664,7 +664,9 @@ Floated Menu / Item
664
664
  .ui.tabular.menu + .attached:not(.top).segment,
665
665
  .ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
666
666
  border-top: none;
667
- margin: 0px;
667
+ margin-left: 0px;
668
+ margin-top: 0px;
669
+ margin-right: 0px;
668
670
  width: 100%;
669
671
  }
670
672
  .top.attached.segment + .ui.bottom.tabular.menu {
@@ -679,7 +681,7 @@ Floated Menu / Item
679
681
  border-radius: 0em;
680
682
  box-shadow: none !important;
681
683
  border-bottom: none;
682
- border-top: 1px solid #d4d4d5;
684
+ border-top: 1px solid #D4D4D5;
683
685
  }
684
686
  .ui.bottom.tabular.menu .item {
685
687
  background: none;
@@ -689,9 +691,9 @@ Floated Menu / Item
689
691
  border-top: none;
690
692
  }
691
693
  .ui.bottom.tabular.menu .active.item {
692
- background: none #ffffff;
694
+ background: none #FFFFFF;
693
695
  color: rgba(0, 0, 0, 0.95);
694
- border-color: #d4d4d5;
696
+ border-color: #D4D4D5;
695
697
  margin: -1px 0px 0px 0px;
696
698
  border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
697
699
  }
@@ -702,7 +704,7 @@ Floated Menu / Item
702
704
  border-radius: 0em;
703
705
  box-shadow: none !important;
704
706
  border-bottom: none;
705
- border-right: 1px solid #d4d4d5;
707
+ border-right: 1px solid #D4D4D5;
706
708
  }
707
709
  .ui.vertical.tabular.menu .item {
708
710
  background: none;
@@ -712,9 +714,9 @@ Floated Menu / Item
712
714
  border-right: none;
713
715
  }
714
716
  .ui.vertical.tabular.menu .active.item {
715
- background: none #ffffff;
717
+ background: none #FFFFFF;
716
718
  color: rgba(0, 0, 0, 0.95);
717
- border-color: #d4d4d5;
719
+ border-color: #D4D4D5;
718
720
  margin: 0px -1px 0px 0px;
719
721
  border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
720
722
  }
@@ -726,7 +728,7 @@ Floated Menu / Item
726
728
  box-shadow: none !important;
727
729
  border-bottom: none;
728
730
  border-right: none;
729
- border-left: 1px solid #d4d4d5;
731
+ border-left: 1px solid #D4D4D5;
730
732
  }
731
733
  .ui.vertical.right.tabular.menu .item {
732
734
  background: none;
@@ -736,9 +738,9 @@ Floated Menu / Item
736
738
  border-left: none;
737
739
  }
738
740
  .ui.vertical.right.tabular.menu .active.item {
739
- background: none #ffffff;
741
+ background: none #FFFFFF;
740
742
  color: rgba(0, 0, 0, 0.95);
741
- border-color: #d4d4d5;
743
+ border-color: #D4D4D5;
742
744
  margin: 0px 0px 0px -1px;
743
745
  border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
744
746
  }
@@ -810,11 +812,11 @@ Floated Menu / Item
810
812
  align-self: center;
811
813
  box-shadow: none;
812
814
  border: none;
813
- padding: 0.71428571em 0.92857143em;
815
+ padding: 0.78571429em 0.92857143em;
814
816
  margin: 0em 0.35714286em;
815
817
  background: none;
816
818
  -webkit-transition: color 0.1s ease;
817
- transition: color 0.1s ease;
819
+ transition: color 0.1s ease;
818
820
  border-radius: 0.28571429rem;
819
821
  }
820
822
 
@@ -938,7 +940,7 @@ Floated Menu / Item
938
940
  padding: 0.85714286em 1.14285714em;
939
941
  border-bottom-width: 2px;
940
942
  -webkit-transition: color 0.1s ease;
941
- transition: color 0.1s ease;
943
+ transition: color 0.1s ease;
942
944
  }
943
945
 
944
946
  /* Item Types */
@@ -972,14 +974,14 @@ Floated Menu / Item
972
974
  .ui.secondary.pointing.menu .active.item {
973
975
  background-color: transparent;
974
976
  box-shadow: none;
975
- border-color: #1b1c1d;
977
+ border-color: #1B1C1D;
976
978
  font-weight: bold;
977
979
  color: rgba(0, 0, 0, 0.95);
978
980
  }
979
981
 
980
982
  /* Active Hover */
981
983
  .ui.secondary.pointing.menu .active.item:hover {
982
- border-color: #1b1c1d;
984
+ border-color: #1B1C1D;
983
985
  color: rgba(0, 0, 0, 0.95);
984
986
  }
985
987
 
@@ -1006,7 +1008,7 @@ Floated Menu / Item
1006
1008
 
1007
1009
  /* Vertical Active */
1008
1010
  .ui.secondary.vertical.pointing.menu .active.item {
1009
- border-color: #1b1c1d;
1011
+ border-color: #1B1C1D;
1010
1012
  }
1011
1013
 
1012
1014
  /* Inverted */
@@ -1021,17 +1023,18 @@ Floated Menu / Item
1021
1023
  color: rgba(255, 255, 255, 0.9);
1022
1024
  }
1023
1025
  .ui.secondary.inverted.pointing.menu .header.item {
1024
- color: #ffffff !important;
1026
+ color: #FFFFFF !important;
1025
1027
  }
1026
1028
 
1027
1029
  /* Hover */
1028
- .ui.secondary.inverted.pointing.menu .item:hover {
1030
+ .ui.secondary.inverted.pointing.menu .link.item:hover,
1031
+ .ui.secondary.inverted.pointing.menu a.item:hover {
1029
1032
  color: rgba(0, 0, 0, 0.95);
1030
1033
  }
1031
1034
 
1032
1035
  /* Active */
1033
1036
  .ui.secondary.inverted.pointing.menu .active.item {
1034
- border-color: #ffffff;
1037
+ border-color: #FFFFFF;
1035
1038
  color: #ffffff;
1036
1039
  }
1037
1040
 
@@ -1057,7 +1060,7 @@ Floated Menu / Item
1057
1060
  font-weight: normal;
1058
1061
  color: rgba(0, 0, 0, 0.6);
1059
1062
  -webkit-transition: opacity 0.1s ease;
1060
- transition: opacity 0.1s ease;
1063
+ transition: opacity 0.1s ease;
1061
1064
  }
1062
1065
 
1063
1066
  /* Border */
@@ -1100,6 +1103,8 @@ Floated Menu / Item
1100
1103
  }
1101
1104
  .ui.vertical.text.menu .item {
1102
1105
  margin: 0.57142857em 0em;
1106
+ padding-left: 0em;
1107
+ padding-right: 0em;
1103
1108
  }
1104
1109
  .ui.vertical.text.menu .item > i.icon {
1105
1110
  float: none;
@@ -1178,7 +1183,7 @@ Floated Menu / Item
1178
1183
  .ui.icon.menu .item {
1179
1184
  height: auto;
1180
1185
  text-align: center;
1181
- color: #1b1c1d;
1186
+ color: #1B1C1D;
1182
1187
  }
1183
1188
 
1184
1189
  /* Icon */
@@ -1208,7 +1213,7 @@ Floated Menu / Item
1208
1213
 
1209
1214
  /* Inverted */
1210
1215
  .ui.inverted.icon.menu .item {
1211
- color: #ffffff;
1216
+ color: #FFFFFF;
1212
1217
  }
1213
1218
 
1214
1219
  /*--------------
@@ -1272,8 +1277,16 @@ Floated Menu / Item
1272
1277
  bottom: 0px;
1273
1278
  left: 0px;
1274
1279
  width: 100%;
1275
- background: rgba(34, 36, 38, 0.1);
1276
1280
  height: 1px;
1281
+ background: rgba(34, 36, 38, 0.1);
1282
+ }
1283
+ .ui.stackable.menu .left.menu,
1284
+ .ui.stackable.menu .left.item {
1285
+ margin-right: 0 !important;
1286
+ }
1287
+ .ui.stackable.menu .right.menu,
1288
+ .ui.stackable.menu .right.item {
1289
+ margin-left: 0 !important;
1277
1290
  }
1278
1291
  }
1279
1292
 
@@ -1286,58 +1299,58 @@ Floated Menu / Item
1286
1299
 
1287
1300
  .ui.menu .red.active.item,
1288
1301
  .ui.red.menu .active.item {
1289
- border-color: #db2828 !important;
1290
- color: #db2828 !important;
1302
+ border-color: #DB2828 !important;
1303
+ color: #DB2828 !important;
1291
1304
  }
1292
1305
  .ui.menu .orange.active.item,
1293
1306
  .ui.orange.menu .active.item {
1294
- border-color: #f2711c !important;
1295
- color: #f2711c !important;
1307
+ border-color: #F2711C !important;
1308
+ color: #F2711C !important;
1296
1309
  }
1297
1310
  .ui.menu .yellow.active.item,
1298
1311
  .ui.yellow.menu .active.item {
1299
- border-color: #fbbd08 !important;
1300
- color: #fbbd08 !important;
1312
+ border-color: #FBBD08 !important;
1313
+ color: #FBBD08 !important;
1301
1314
  }
1302
1315
  .ui.menu .olive.active.item,
1303
1316
  .ui.olive.menu .active.item {
1304
- border-color: #b5cc18 !important;
1305
- color: #b5cc18 !important;
1317
+ border-color: #B5CC18 !important;
1318
+ color: #B5CC18 !important;
1306
1319
  }
1307
1320
  .ui.menu .green.active.item,
1308
1321
  .ui.green.menu .active.item {
1309
- border-color: #21ba45 !important;
1310
- color: #21ba45 !important;
1322
+ border-color: #21BA45 !important;
1323
+ color: #21BA45 !important;
1311
1324
  }
1312
1325
  .ui.menu .teal.active.item,
1313
1326
  .ui.teal.menu .active.item {
1314
- border-color: #00b5ad !important;
1315
- color: #00b5ad !important;
1327
+ border-color: #00B5AD !important;
1328
+ color: #00B5AD !important;
1316
1329
  }
1317
1330
  .ui.menu .blue.active.item,
1318
1331
  .ui.blue.menu .active.item {
1319
- border-color: #2185d0 !important;
1320
- color: #2185d0 !important;
1332
+ border-color: #2185D0 !important;
1333
+ color: #2185D0 !important;
1321
1334
  }
1322
1335
  .ui.menu .violet.active.item,
1323
1336
  .ui.violet.menu .active.item {
1324
- border-color: #6435c9 !important;
1325
- color: #6435c9 !important;
1337
+ border-color: #6435C9 !important;
1338
+ color: #6435C9 !important;
1326
1339
  }
1327
1340
  .ui.menu .purple.active.item,
1328
1341
  .ui.purple.menu .active.item {
1329
- border-color: #a333c8 !important;
1330
- color: #a333c8 !important;
1342
+ border-color: #A333C8 !important;
1343
+ color: #A333C8 !important;
1331
1344
  }
1332
1345
  .ui.menu .pink.active.item,
1333
1346
  .ui.pink.menu .active.item {
1334
- border-color: #e03997 !important;
1335
- color: #e03997 !important;
1347
+ border-color: #E03997 !important;
1348
+ color: #E03997 !important;
1336
1349
  }
1337
1350
  .ui.menu .brown.active.item,
1338
1351
  .ui.brown.menu .active.item {
1339
- border-color: #a5673f !important;
1340
- color: #a5673f !important;
1352
+ border-color: #A5673F !important;
1353
+ color: #A5673F !important;
1341
1354
  }
1342
1355
  .ui.menu .grey.active.item,
1343
1356
  .ui.grey.menu .active.item {
@@ -1351,7 +1364,7 @@ Floated Menu / Item
1351
1364
 
1352
1365
  .ui.inverted.menu {
1353
1366
  border: 0px solid transparent;
1354
- background: #1b1c1d;
1367
+ background: #1B1C1D;
1355
1368
  box-shadow: none;
1356
1369
  }
1357
1370
 
@@ -1411,8 +1424,7 @@ Floated Menu / Item
1411
1424
  /*--- Pressed ---*/
1412
1425
 
1413
1426
  .ui.inverted.menu a.item:active,
1414
- .ui.inverted.menu .link.item:active,
1415
- .ui.inverted.menu a.item:active {
1427
+ .ui.inverted.menu .link.item:active {
1416
1428
  background: rgba(255, 255, 255, 0.08);
1417
1429
  color: #ffffff;
1418
1430
  }
@@ -1425,10 +1437,10 @@ Floated Menu / Item
1425
1437
  }
1426
1438
  .ui.inverted.vertical.menu .item .menu .active.item {
1427
1439
  background: transparent;
1428
- color: #ffffff;
1440
+ color: #FFFFFF;
1429
1441
  }
1430
1442
  .ui.inverted.pointing.menu .active.item:after {
1431
- background: #3d3e3f !important;
1443
+ background: #3D3E3F !important;
1432
1444
  margin: 0em !important;
1433
1445
  box-shadow: none !important;
1434
1446
  border: none !important;
@@ -1438,10 +1450,10 @@ Floated Menu / Item
1438
1450
 
1439
1451
  .ui.inverted.menu .active.item:hover {
1440
1452
  background: rgba(255, 255, 255, 0.15);
1441
- color: #ffffff !important;
1453
+ color: #FFFFFF !important;
1442
1454
  }
1443
1455
  .ui.inverted.pointing.menu .active.item:hover:after {
1444
- background: #3d3e3f !important;
1456
+ background: #3D3E3F !important;
1445
1457
  }
1446
1458
 
1447
1459
  /*--------------
@@ -1468,7 +1480,7 @@ Floated Menu / Item
1468
1480
  /* Red */
1469
1481
  .ui.inverted.menu .red.active.item,
1470
1482
  .ui.inverted.red.menu {
1471
- background-color: #db2828;
1483
+ background-color: #DB2828;
1472
1484
  }
1473
1485
  .ui.inverted.red.menu .item:before {
1474
1486
  background-color: rgba(34, 36, 38, 0.1);
@@ -1480,7 +1492,7 @@ Floated Menu / Item
1480
1492
  /* Orange */
1481
1493
  .ui.inverted.menu .orange.active.item,
1482
1494
  .ui.inverted.orange.menu {
1483
- background-color: #f2711c;
1495
+ background-color: #F2711C;
1484
1496
  }
1485
1497
  .ui.inverted.orange.menu .item:before {
1486
1498
  background-color: rgba(34, 36, 38, 0.1);
@@ -1492,7 +1504,7 @@ Floated Menu / Item
1492
1504
  /* Yellow */
1493
1505
  .ui.inverted.menu .yellow.active.item,
1494
1506
  .ui.inverted.yellow.menu {
1495
- background-color: #fbbd08;
1507
+ background-color: #FBBD08;
1496
1508
  }
1497
1509
  .ui.inverted.yellow.menu .item:before {
1498
1510
  background-color: rgba(34, 36, 38, 0.1);
@@ -1504,7 +1516,7 @@ Floated Menu / Item
1504
1516
  /* Olive */
1505
1517
  .ui.inverted.menu .olive.active.item,
1506
1518
  .ui.inverted.olive.menu {
1507
- background-color: #b5cc18;
1519
+ background-color: #B5CC18;
1508
1520
  }
1509
1521
  .ui.inverted.olive.menu .item:before {
1510
1522
  background-color: rgba(34, 36, 38, 0.1);
@@ -1516,7 +1528,7 @@ Floated Menu / Item
1516
1528
  /* Green */
1517
1529
  .ui.inverted.menu .green.active.item,
1518
1530
  .ui.inverted.green.menu {
1519
- background-color: #21ba45;
1531
+ background-color: #21BA45;
1520
1532
  }
1521
1533
  .ui.inverted.green.menu .item:before {
1522
1534
  background-color: rgba(34, 36, 38, 0.1);
@@ -1528,7 +1540,7 @@ Floated Menu / Item
1528
1540
  /* Teal */
1529
1541
  .ui.inverted.menu .teal.active.item,
1530
1542
  .ui.inverted.teal.menu {
1531
- background-color: #00b5ad;
1543
+ background-color: #00B5AD;
1532
1544
  }
1533
1545
  .ui.inverted.teal.menu .item:before {
1534
1546
  background-color: rgba(34, 36, 38, 0.1);
@@ -1540,7 +1552,7 @@ Floated Menu / Item
1540
1552
  /* Blue */
1541
1553
  .ui.inverted.menu .blue.active.item,
1542
1554
  .ui.inverted.blue.menu {
1543
- background-color: #2185d0;
1555
+ background-color: #2185D0;
1544
1556
  }
1545
1557
  .ui.inverted.blue.menu .item:before {
1546
1558
  background-color: rgba(34, 36, 38, 0.1);
@@ -1552,7 +1564,7 @@ Floated Menu / Item
1552
1564
  /* Violet */
1553
1565
  .ui.inverted.menu .violet.active.item,
1554
1566
  .ui.inverted.violet.menu {
1555
- background-color: #6435c9;
1567
+ background-color: #6435C9;
1556
1568
  }
1557
1569
  .ui.inverted.violet.menu .item:before {
1558
1570
  background-color: rgba(34, 36, 38, 0.1);
@@ -1564,7 +1576,7 @@ Floated Menu / Item
1564
1576
  /* Purple */
1565
1577
  .ui.inverted.menu .purple.active.item,
1566
1578
  .ui.inverted.purple.menu {
1567
- background-color: #a333c8;
1579
+ background-color: #A333C8;
1568
1580
  }
1569
1581
  .ui.inverted.purple.menu .item:before {
1570
1582
  background-color: rgba(34, 36, 38, 0.1);
@@ -1576,7 +1588,7 @@ Floated Menu / Item
1576
1588
  /* Pink */
1577
1589
  .ui.inverted.menu .pink.active.item,
1578
1590
  .ui.inverted.pink.menu {
1579
- background-color: #e03997;
1591
+ background-color: #E03997;
1580
1592
  }
1581
1593
  .ui.inverted.pink.menu .item:before {
1582
1594
  background-color: rgba(34, 36, 38, 0.1);
@@ -1588,7 +1600,7 @@ Floated Menu / Item
1588
1600
  /* Brown */
1589
1601
  .ui.inverted.menu .brown.active.item,
1590
1602
  .ui.inverted.brown.menu {
1591
- background-color: #a5673f;
1603
+ background-color: #A5673F;
1592
1604
  }
1593
1605
  .ui.inverted.brown.menu .item:before {
1594
1606
  background-color: rgba(34, 36, 38, 0.1);
@@ -1814,11 +1826,11 @@ Floated Menu / Item
1814
1826
  width: 0.57142857em;
1815
1827
  height: 0.57142857em;
1816
1828
  border: none;
1817
- border-bottom: 1px solid #d4d4d5;
1818
- border-right: 1px solid #d4d4d5;
1829
+ border-bottom: 1px solid #D4D4D5;
1830
+ border-right: 1px solid #D4D4D5;
1819
1831
  z-index: 2;
1820
1832
  -webkit-transition: background 0.1s ease;
1821
- transition: background 0.1s ease;
1833
+ transition: background 0.1s ease;
1822
1834
  }
1823
1835
  .ui.vertical.pointing.menu .item:after {
1824
1836
  position: absolute;
@@ -1831,8 +1843,8 @@ Floated Menu / Item
1831
1843
  transform: translateX(50%) translateY(-50%) rotate(45deg);
1832
1844
  margin: 0em -0.5px 0em 0em;
1833
1845
  border: none;
1834
- border-top: 1px solid #d4d4d5;
1835
- border-right: 1px solid #d4d4d5;
1846
+ border-top: 1px solid #D4D4D5;
1847
+ border-right: 1px solid #D4D4D5;
1836
1848
  }
1837
1849
 
1838
1850
  /* Active */
@@ -1851,22 +1863,22 @@ Floated Menu / Item
1851
1863
 
1852
1864
  /* Colors */
1853
1865
  .ui.pointing.menu .active.item:hover:after {
1854
- background-color: #f2f2f2;
1866
+ background-color: #F2F2F2;
1855
1867
  }
1856
1868
  .ui.pointing.menu .active.item:after {
1857
- background-color: #f2f2f2;
1869
+ background-color: #F2F2F2;
1858
1870
  }
1859
1871
  .ui.pointing.menu .active.item:hover:after {
1860
- background-color: #f2f2f2;
1872
+ background-color: #F2F2F2;
1861
1873
  }
1862
1874
  .ui.vertical.pointing.menu .active.item:hover:after {
1863
- background-color: #f2f2f2;
1875
+ background-color: #F2F2F2;
1864
1876
  }
1865
1877
  .ui.vertical.pointing.menu .active.item:after {
1866
- background-color: #f2f2f2;
1878
+ background-color: #F2F2F2;
1867
1879
  }
1868
1880
  .ui.vertical.pointing.menu .menu .active.item:after {
1869
- background-color: #ffffff;
1881
+ background-color: #FFFFFF;
1870
1882
  }
1871
1883
 
1872
1884
  /*--------------
@@ -1923,7 +1935,7 @@ Floated Menu / Item
1923
1935
 
1924
1936
  /* Tabular Attached */
1925
1937
  .ui.attached.menu:not(.tabular) {
1926
- border: 1px solid #d4d4d5;
1938
+ border: 1px solid #D4D4D5;
1927
1939
  }
1928
1940
  .ui.attached.inverted.menu {
1929
1941
  border: none;
@@ -1939,6 +1951,22 @@ Floated Menu / Item
1939
1951
  ---------------*/
1940
1952
 
1941
1953
 
1954
+ /* Mini */
1955
+ .ui.mini.menu {
1956
+ font-size: 0.78571429rem;
1957
+ }
1958
+ .ui.mini.vertical.menu {
1959
+ width: 9rem;
1960
+ }
1961
+
1962
+ /* Tiny */
1963
+ .ui.tiny.menu {
1964
+ font-size: 0.85714286rem;
1965
+ }
1966
+ .ui.tiny.vertical.menu {
1967
+ width: 11rem;
1968
+ }
1969
+
1942
1970
  /* Small */
1943
1971
  .ui.small.menu {
1944
1972
  font-size: 0.92857143rem;
@@ -1957,7 +1985,7 @@ Floated Menu / Item
1957
1985
 
1958
1986
  /* Large */
1959
1987
  .ui.large.menu {
1960
- font-size: 1.14285714rem;
1988
+ font-size: 1.07142857rem;
1961
1989
  }
1962
1990
  .ui.large.vertical.menu {
1963
1991
  width: 18rem;
@@ -1965,12 +1993,28 @@ Floated Menu / Item
1965
1993
 
1966
1994
  /* Huge */
1967
1995
  .ui.huge.menu {
1968
- font-size: 1.42857143rem;
1996
+ font-size: 1.14285714rem;
1969
1997
  }
1970
1998
  .ui.huge.vertical.menu {
1971
1999
  width: 20rem;
1972
2000
  }
1973
2001
 
2002
+ /* Big */
2003
+ .ui.big.menu {
2004
+ font-size: 1.21428571rem;
2005
+ }
2006
+ .ui.big.vertical.menu {
2007
+ width: 22rem;
2008
+ }
2009
+
2010
+ /* Massive */
2011
+ .ui.massive.menu {
2012
+ font-size: 1.28571429rem;
2013
+ }
2014
+ .ui.massive.vertical.menu {
2015
+ width: 25rem;
2016
+ }
2017
+
1974
2018
 
1975
2019
  /*******************************
1976
2020
  Theme Overrides