less-rails-semantic_ui 2.1.8.2 → 2.2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE.md +15 -0
  3. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.eot +0 -0
  4. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.svg +146 -26
  5. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.ttf +0 -0
  6. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff +0 -0
  7. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff2 +0 -0
  8. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +41 -16
  9. data/assets/javascripts/semantic_ui/definitions/behaviors/colorize.js +233 -227
  10. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +58 -23
  11. data/assets/javascripts/semantic_ui/definitions/behaviors/state.js +20 -7
  12. data/assets/javascripts/semantic_ui/definitions/behaviors/visibility.js +89 -22
  13. data/assets/javascripts/semantic_ui/definitions/behaviors/visit.js +13 -5
  14. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  15. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +20 -6
  16. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +31 -9
  17. data/assets/javascripts/semantic_ui/definitions/modules/dimmer.js +27 -9
  18. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +482 -207
  19. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +50 -13
  20. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +28 -13
  21. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +28 -7
  22. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +136 -76
  23. data/assets/javascripts/semantic_ui/definitions/modules/progress.js +177 -62
  24. data/assets/javascripts/semantic_ui/definitions/modules/rating.js +41 -8
  25. data/assets/javascripts/semantic_ui/definitions/modules/search.js +109 -56
  26. data/assets/javascripts/semantic_ui/definitions/modules/shape.js +52 -19
  27. data/assets/javascripts/semantic_ui/definitions/modules/sidebar.js +21 -7
  28. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +48 -19
  29. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +57 -27
  30. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +24 -8
  31. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -2
  32. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +42 -36
  33. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +12 -5
  34. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +50 -6
  35. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +20 -1
  36. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +16 -3
  37. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +184 -40
  38. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +1 -2
  39. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +1 -3
  40. data/assets/stylesheets/semantic_ui/definitions/elements/flag.less +1 -2
  41. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +2 -2
  42. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +1 -2
  43. data/assets/stylesheets/semantic_ui/definitions/elements/image.less +6 -1
  44. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +14 -14
  45. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +3 -3
  46. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +29 -16
  47. data/assets/stylesheets/semantic_ui/definitions/elements/loader.less +72 -9
  48. data/assets/stylesheets/semantic_ui/definitions/elements/rail.less +21 -2
  49. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +2 -3
  50. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +44 -3
  51. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +28 -8
  52. data/assets/stylesheets/semantic_ui/definitions/globals/reset.less +1 -2
  53. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +0 -1
  54. data/assets/stylesheets/semantic_ui/definitions/modules/accordion.less +0 -1
  55. data/assets/stylesheets/semantic_ui/definitions/modules/checkbox.less +9 -10
  56. data/assets/stylesheets/semantic_ui/definitions/modules/dimmer.less +1 -2
  57. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +39 -21
  58. data/assets/stylesheets/semantic_ui/definitions/modules/embed.less +0 -1
  59. data/assets/stylesheets/semantic_ui/definitions/modules/modal.less +0 -1
  60. data/assets/stylesheets/semantic_ui/definitions/modules/nag.less +1 -2
  61. data/assets/stylesheets/semantic_ui/definitions/modules/popup.less +344 -2
  62. data/assets/stylesheets/semantic_ui/definitions/modules/progress.less +0 -1
  63. data/assets/stylesheets/semantic_ui/definitions/modules/rating.less +0 -1
  64. data/assets/stylesheets/semantic_ui/definitions/modules/search.less +1 -1
  65. data/assets/stylesheets/semantic_ui/definitions/modules/shape.less +1 -2
  66. data/assets/stylesheets/semantic_ui/definitions/modules/sidebar.less +1 -2
  67. data/assets/stylesheets/semantic_ui/definitions/modules/sticky.less +1 -2
  68. data/assets/stylesheets/semantic_ui/definitions/modules/tab.less +1 -2
  69. data/assets/stylesheets/semantic_ui/definitions/modules/transition.less +1 -2
  70. data/assets/stylesheets/semantic_ui/definitions/views/card.less +20 -2
  71. data/assets/stylesheets/semantic_ui/definitions/views/comment.less +1 -2
  72. data/assets/stylesheets/semantic_ui/definitions/views/feed.less +0 -1
  73. data/assets/stylesheets/semantic_ui/definitions/views/item.less +1 -2
  74. data/assets/stylesheets/semantic_ui/definitions/views/statistic.less +18 -19
  75. data/assets/stylesheets/semantic_ui/themes/basic/globals/reset.overrides +1 -1
  76. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +4 -5
  77. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +13 -0
  78. data/assets/stylesheets/semantic_ui/themes/default/collections/message.variables +47 -1
  79. data/assets/stylesheets/semantic_ui/themes/default/collections/table.variables +7 -2
  80. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -0
  81. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +263 -76
  82. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.variables +3 -1
  83. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +2 -4
  84. data/assets/stylesheets/semantic_ui/themes/default/elements/list.variables +2 -1
  85. data/assets/stylesheets/semantic_ui/themes/default/elements/loader.variables +17 -5
  86. data/assets/stylesheets/semantic_ui/themes/default/elements/rail.variables +2 -2
  87. data/assets/stylesheets/semantic_ui/themes/default/elements/step.variables +1 -1
  88. data/assets/stylesheets/semantic_ui/themes/default/globals/reset.overrides +1 -6
  89. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +170 -46
  90. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +15 -12
  91. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +41 -3
  92. data/assets/stylesheets/semantic_ui/themes/default/modules/rating.overrides +2 -2
  93. data/assets/stylesheets/semantic_ui/themes/default/modules/sticky.variables +1 -1
  94. data/assets/stylesheets/semantic_ui/themes/default/views/card.variables +11 -0
  95. data/assets/stylesheets/semantic_ui/themes/material/collections/menu.variables +1 -1
  96. data/lib/less/rails/semantic_ui/version.rb +1 -1
  97. metadata +4 -3
@@ -3,16 +3,22 @@
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
  *
10
9
  */
11
10
 
12
- ;(function ( $, window, document, undefined ) {
11
+ ;(function ($, window, document, undefined) {
13
12
 
14
13
  "use strict";
15
14
 
15
+ window = (typeof window != 'undefined' && window.Math == Math)
16
+ ? window
17
+ : (typeof self != 'undefined' && self.Math == Math)
18
+ ? self
19
+ : Function('return this')()
20
+ ;
21
+
16
22
  $.fn.transition = function() {
17
23
  var
18
24
  $allModules = $(this),
@@ -828,7 +834,12 @@ $.fn.transition = function() {
828
834
  $.extend(true, settings, name);
829
835
  }
830
836
  else if(value !== undefined) {
831
- settings[name] = value;
837
+ if($.isPlainObject(settings[name])) {
838
+ $.extend(true, settings[name], value);
839
+ }
840
+ else {
841
+ settings[name] = value;
842
+ }
832
843
  }
833
844
  else {
834
845
  return settings[name];
@@ -846,7 +857,7 @@ $.fn.transition = function() {
846
857
  }
847
858
  },
848
859
  debug: function() {
849
- if(settings.debug) {
860
+ if(!settings.silent && settings.debug) {
850
861
  if(settings.performance) {
851
862
  module.performance.log(arguments);
852
863
  }
@@ -857,7 +868,7 @@ $.fn.transition = function() {
857
868
  }
858
869
  },
859
870
  verbose: function() {
860
- if(settings.verbose && settings.debug) {
871
+ if(!settings.silent && settings.verbose && settings.debug) {
861
872
  if(settings.performance) {
862
873
  module.performance.log(arguments);
863
874
  }
@@ -868,8 +879,10 @@ $.fn.transition = function() {
868
879
  }
869
880
  },
870
881
  error: function() {
871
- module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
872
- module.error.apply(console, arguments);
882
+ if(!settings.silent) {
883
+ module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
884
+ module.error.apply(console, arguments);
885
+ }
873
886
  },
874
887
  performance: {
875
888
  log: function(message) {
@@ -1001,6 +1014,9 @@ $.fn.transition.settings = {
1001
1014
  // module info
1002
1015
  name : 'Transition',
1003
1016
 
1017
+ // hide all output from this component regardless of other settings
1018
+ silent : false,
1019
+
1004
1020
  // debug content outputted to console
1005
1021
  debug : false,
1006
1022
 
@@ -1062,7 +1078,7 @@ $.fn.transition.settings = {
1062
1078
 
1063
1079
  // possible errors
1064
1080
  error: {
1065
- noAnimation : 'Element is no longer attached to DOM. Unable to animate.',
1081
+ noAnimation : 'Element is no longer attached to DOM. Unable to animate. Use silent setting to surpress this warning in production.',
1066
1082
  repeated : 'That animation is already occurring, cancelling repeated animation',
1067
1083
  method : 'The method you called is not defined',
1068
1084
  support : 'This browser does not support CSS animations'
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -130,4 +129,4 @@
130
129
  font-size: @massive;
131
130
  }
132
131
 
133
- .loadUIOverrides();
132
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -28,7 +27,6 @@
28
27
 
29
28
  @import (multiple) 'semantic_ui/theme.config';
30
29
 
31
-
32
30
  /*******************************
33
31
  Elements
34
32
  *******************************/
@@ -66,7 +64,7 @@
66
64
 
67
65
  .ui.form .fields .field {
68
66
  clear: both;
69
- margin: @fieldMargin;
67
+ margin: 0em;
70
68
  }
71
69
 
72
70
 
@@ -332,7 +330,7 @@
332
330
  .ui.form ::-webkit-input-placeholder {
333
331
  color: @inputPlaceholderColor;
334
332
  }
335
- .ui.form ::-ms-input-placeholder {
333
+ .ui.form :-ms-input-placeholder {
336
334
  color: @inputPlaceholderColor;
337
335
  }
338
336
  .ui.form ::-moz-placeholder {
@@ -342,7 +340,7 @@
342
340
  .ui.form :focus::-webkit-input-placeholder {
343
341
  color: @inputPlaceholderFocusColor;
344
342
  }
345
- .ui.form :focus::-ms-input-placeholder {
343
+ .ui.form :focus:-ms-input-placeholder {
346
344
  color: @inputPlaceholderFocusColor;
347
345
  }
348
346
  .ui.form :focus::-moz-placeholder {
@@ -353,8 +351,8 @@
353
351
  .ui.form .error ::-webkit-input-placeholder {
354
352
  color: @inputErrorPlaceholderColor;
355
353
  }
356
- .ui.form .error ::-ms-input-placeholder {
357
- color: @inputErrorPlaceholderColor;
354
+ .ui.form .error :-ms-input-placeholder {
355
+ color: @inputErrorPlaceholderColor !important;
358
356
  }
359
357
  .ui.form .error ::-moz-placeholder {
360
358
  color: @inputErrorPlaceholderColor;
@@ -363,8 +361,8 @@
363
361
  .ui.form .error :focus::-webkit-input-placeholder {
364
362
  color: @inputErrorPlaceholderFocusColor;
365
363
  }
366
- .ui.form .error :focus::-ms-input-placeholder {
367
- color: @inputErrorPlaceholderFocusColor;
364
+ .ui.form .error :focus:-ms-input-placeholder {
365
+ color: @inputErrorPlaceholderFocusColor !important;
368
366
  }
369
367
  .ui.form .error :focus::-moz-placeholder {
370
368
  color: @inputErrorPlaceholderFocusColor;
@@ -410,6 +408,9 @@
410
408
  .ui.form.success .success.message:not(:empty) {
411
409
  display: block;
412
410
  }
411
+ .ui.form.success .compact.success.message:not(:empty) {
412
+ display: inline-block;
413
+ }
413
414
  .ui.form.success .icon.success.message:not(:empty) {
414
415
  display: flex;
415
416
  }
@@ -422,6 +423,9 @@
422
423
  .ui.form.warning .warning.message:not(:empty) {
423
424
  display: block;
424
425
  }
426
+ .ui.form.warning .compact.warning.message:not(:empty) {
427
+ display: inline-block;
428
+ }
425
429
  .ui.form.warning .icon.warning.message:not(:empty) {
426
430
  display: flex;
427
431
  }
@@ -434,6 +438,9 @@
434
438
  .ui.form.error .error.message:not(:empty) {
435
439
  display: block;
436
440
  }
441
+ .ui.form.error .compact.error.message:not(:empty) {
442
+ display: inline-block;
443
+ }
437
444
  .ui.form.error .icon.error.message:not(:empty) {
438
445
  display: flex;
439
446
  }
@@ -701,7 +708,12 @@
701
708
  .ui.form .inverted.segment .ui.checkbox label,
702
709
  .ui.form .inverted.segment .ui.checkbox .box,
703
710
  .ui.inverted.form .ui.checkbox label,
704
- .ui.inverted.form .ui.checkbox .box {
711
+ .ui.inverted.form .ui.checkbox .box,
712
+ .ui.inverted.form .inline.fields > label,
713
+ .ui.inverted.form .inline.fields .field > label,
714
+ .ui.inverted.form .inline.fields .field > p,
715
+ .ui.inverted.form .inline.field > label,
716
+ .ui.inverted.form .inline.field > p {
705
717
  color: @invertedLabelColor;
706
718
  }
707
719
 
@@ -760,6 +772,7 @@
760
772
  .ui.form .fields {
761
773
  display: flex;
762
774
  flex-direction: row;
775
+ margin: @fieldsMargin;
763
776
  }
764
777
  .ui.form .fields > .field {
765
778
  flex: 0 1 auto;
@@ -814,6 +827,9 @@
814
827
  .ui.form .fields {
815
828
  flex-wrap: wrap;
816
829
  }
830
+
831
+ .ui[class*="equal width"].form .fields > .field,
832
+ .ui.form [class*="equal width"].fields > .field,
817
833
  .ui.form .two.fields > .fields,
818
834
  .ui.form .two.fields > .field,
819
835
  .ui.form .three.fields > .fields,
@@ -833,19 +849,10 @@
833
849
  .ui.form .ten.fields > .fields,
834
850
  .ui.form .ten.fields > .field {
835
851
  width: @oneColumn !important;
836
- margin: @fieldMargin;
837
- padding-left: 0%;
838
- padding-right: 0%;
852
+ margin: 0em 0em @rowDistance;
839
853
  }
840
854
  }
841
855
 
842
- .ui.form .fields .field:first-child {
843
- padding-left: 0%;
844
- }
845
- .ui.form .fields .field:last-child {
846
- padding-right: 0%;
847
- }
848
-
849
856
 
850
857
  /* Sizing Combinations */
851
858
  .ui.form .fields .wide.field {
@@ -853,12 +860,6 @@
853
860
  padding-left: (@gutterWidth / 2);
854
861
  padding-right: (@gutterWidth / 2);
855
862
  }
856
- .ui.form .fields .wide.field:first-child {
857
- padding-left: 0%;
858
- }
859
- .ui.form .fields .wide.field:last-child {
860
- padding-right: 0%;
861
- }
862
863
 
863
864
  .ui.form .one.wide.field {
864
865
  width: @oneWide !important;
@@ -935,9 +936,9 @@
935
936
  .ui.form .fields > .fifteen.wide.field,
936
937
  .ui.form .fields > .sixteen.wide.field {
937
938
  width: @oneColumn !important;
938
- margin: @fieldMargin;
939
- padding-left: 0%;
940
- padding-right: 0%;
939
+ }
940
+ .ui.form .fields {
941
+ margin-bottom: 0em;
941
942
  }
942
943
  }
943
944
 
@@ -1026,24 +1027,29 @@
1026
1027
  Sizes
1027
1028
  ---------------------*/
1028
1029
 
1029
- /* Standard */
1030
+ .ui.mini.form {
1031
+ font-size: @mini;
1032
+ }
1033
+ .ui.tiny.form {
1034
+ font-size: @tiny;
1035
+ }
1030
1036
  .ui.small.form {
1031
1037
  font-size: @small;
1032
1038
  }
1033
-
1034
- /* Medium */
1035
1039
  .ui.form {
1036
1040
  font-size: @medium;
1037
1041
  }
1038
-
1039
- /* Large */
1040
1042
  .ui.large.form {
1041
1043
  font-size: @large;
1042
1044
  }
1043
-
1044
- /* Huge */
1045
+ .ui.big.form {
1046
+ font-size: @big;
1047
+ }
1045
1048
  .ui.huge.form {
1046
1049
  font-size: @huge;
1047
1050
  }
1051
+ .ui.massive.form {
1052
+ font-size: @massive;
1053
+ }
1048
1054
 
1049
1055
  .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -962,9 +961,9 @@
962
961
  text-align: center;
963
962
  justify-content: center;
964
963
  }
965
- .ui.centered.grid > .column:not(.aligned):not(.row),
966
- .ui.centered.grid > .row > .column:not(.aligned),
967
- .ui.grid .centered.row > .column:not(.aligned) {
964
+ .ui.centered.grid > .column:not(.aligned):not(:justified):not(.row),
965
+ .ui.centered.grid > .row > .column:not(.aligned):not(:justified),
966
+ .ui.grid .centered.row > .column:not(.aligned):not(:justified) {
968
967
  text-align: left;
969
968
  }
970
969
 
@@ -1056,12 +1055,20 @@
1056
1055
  margin-bottom: 0em;
1057
1056
  }
1058
1057
 
1058
+
1059
+
1059
1060
  /* No divider on first column on row */
1060
1061
  .ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
1061
1062
  .ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1062
1063
  box-shadow: none;
1063
1064
  }
1064
1065
 
1066
+ /* No space on top of first row */
1067
+ .ui[class*="vertically divided"].grid > .row:first-child > .column {
1068
+ margin-top: 0em;
1069
+ }
1070
+
1071
+
1065
1072
  /* Divided Row */
1066
1073
  .ui.grid > .divided.row > .column {
1067
1074
  box-shadow: @dividedBorder;
@@ -1624,7 +1631,7 @@
1624
1631
  }
1625
1632
  }
1626
1633
 
1627
- /* Mobily Only */
1634
+ /* Mobile Only */
1628
1635
  @media only screen and (max-width: @largestMobileScreen) {
1629
1636
  .ui.grid > .doubling.row,
1630
1637
  .ui.doubling.grid > .row {
@@ -548,7 +548,6 @@ Floated Menu / Item
548
548
  width: 100%;
549
549
  height: @dividerSize;
550
550
  background: @verticalDividerBackground;
551
- height: 1px;
552
551
  }
553
552
 
554
553
  .ui.vertical.menu .item:first-child:before {
@@ -649,7 +648,9 @@ Floated Menu / Item
649
648
  .ui.tabular.menu + .attached:not(.top).segment,
650
649
  .ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
651
650
  border-top: none;
652
- margin: 0px;
651
+ margin-left: 0px;
652
+ margin-top: 0px;
653
+ margin-right: 0px;
653
654
  width: 100%;
654
655
  }
655
656
  .top.attached.segment + .ui.bottom.tabular.menu {
@@ -1009,10 +1010,12 @@ Floated Menu / Item
1009
1010
  }
1010
1011
 
1011
1012
  /* Hover */
1012
- .ui.secondary.inverted.pointing.menu .item:hover {
1013
+ .ui.secondary.inverted.pointing.menu .link.item:hover,
1014
+ .ui.secondary.inverted.pointing.menu a.item:hover {
1013
1015
  color: @secondaryPointingInvertedItemHoverTextColor;
1014
1016
  }
1015
1017
 
1018
+
1016
1019
  /* Active */
1017
1020
  .ui.secondary.inverted.pointing.menu .active.item {
1018
1021
  border-color: @secondaryPointingInvertedActiveBorderColor;
@@ -1080,6 +1083,8 @@ Floated Menu / Item
1080
1083
  }
1081
1084
  .ui.vertical.text.menu .item {
1082
1085
  margin: @textVerticalMenuItemMargin;
1086
+ padding-left: 0em;
1087
+ padding-right: 0em;
1083
1088
  }
1084
1089
  .ui.vertical.text.menu .item > i.icon {
1085
1090
  float: @textVerticalMenuIconFloat;
@@ -1240,7 +1245,15 @@ Floated Menu / Item
1240
1245
  width: 100%;
1241
1246
  height: @dividerSize;
1242
1247
  background: @verticalDividerBackground;
1243
- height: 1px;
1248
+ }
1249
+
1250
+ .ui.stackable.menu .left.menu,
1251
+ .ui.stackable.menu .left.item {
1252
+ margin-right: 0 !important;
1253
+ }
1254
+ .ui.stackable.menu .right.menu,
1255
+ .ui.stackable.menu .right.item {
1256
+ margin-left: 0 !important;
1244
1257
  }
1245
1258
  }
1246
1259
 
@@ -1374,8 +1387,7 @@ Floated Menu / Item
1374
1387
 
1375
1388
  /*--- Pressed ---*/
1376
1389
  .ui.inverted.menu a.item:active,
1377
- .ui.inverted.menu .link.item:active,
1378
- .ui.inverted.menu a.item:active {
1390
+ .ui.inverted.menu .link.item:active{
1379
1391
  background: @invertedMenuPressedBackground;
1380
1392
  color: @invertedMenuPressedColor;
1381
1393
  }
@@ -1903,6 +1915,22 @@ Floated Menu / Item
1903
1915
  Sizes
1904
1916
  ---------------*/
1905
1917
 
1918
+ /* Mini */
1919
+ .ui.mini.menu {
1920
+ font-size: @mini;
1921
+ }
1922
+ .ui.mini.vertical.menu {
1923
+ width: @miniWidth;
1924
+ }
1925
+
1926
+ /* Tiny */
1927
+ .ui.tiny.menu {
1928
+ font-size: @tiny;
1929
+ }
1930
+ .ui.tiny.vertical.menu {
1931
+ width: @tinyWidth;
1932
+ }
1933
+
1906
1934
  /* Small */
1907
1935
  .ui.small.menu {
1908
1936
  font-size: @small;
@@ -1935,4 +1963,20 @@ Floated Menu / Item
1935
1963
  width: @hugeWidth;
1936
1964
  }
1937
1965
 
1966
+ /* Big */
1967
+ .ui.big.menu {
1968
+ font-size: @big;
1969
+ }
1970
+ .ui.big.vertical.menu {
1971
+ width: @bigWidth;
1972
+ }
1973
+
1974
+ /* Massive */
1975
+ .ui.massive.menu {
1976
+ font-size: @massive;
1977
+ }
1978
+ .ui.massive.vertical.menu {
1979
+ width: @massiveWidth;
1980
+ }
1981
+
1938
1982
  .loadUIOverrides();