fomantic-ui-sass 2.9.0 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  22. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  24. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  25. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  26. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  27. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  28. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  29. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  30. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  31. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  32. data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
  33. data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
  34. data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
  35. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  36. data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
  37. data/app/assets/javascripts/semantic-ui/progress.js +944 -998
  38. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  39. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  40. data/app/assets/javascripts/semantic-ui/shape.js +762 -811
  41. data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
  42. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  43. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  44. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  45. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  46. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  47. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  48. data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
  49. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  50. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  51. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
  52. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
  53. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
  54. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  55. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  56. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  57. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  59. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
  60. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  61. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  62. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  63. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  64. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
  65. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  66. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  67. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  68. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  69. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  70. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  71. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
  72. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  73. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
  74. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  75. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
  76. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  77. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  78. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
  79. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  80. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
  81. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
  82. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  83. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  84. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  85. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
  86. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  87. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  88. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  89. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  90. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  91. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
  92. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  93. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  94. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  95. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  96. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  97. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  98. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  99. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  100. data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
  101. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  102. data/lib/fomantic/ui/sass/version.rb +2 -2
  103. data/tasks/converter.rb +1 -1
  104. metadata +17 -1
@@ -1,11 +1,10 @@
1
- /*
2
- * # Fomantic - Menu
3
- * http://github.com/fomantic/Fomantic-UI/
1
+ /*!
2
+ * # Fomantic-UI 2.9.2 - Menu
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributor
7
6
  * Released under the MIT license
8
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
9
8
  *
10
9
  */
11
10
 
@@ -15,26 +14,22 @@
15
14
  *******************************/
16
15
 
17
16
 
18
- /*--------------
17
+ /* --------------
19
18
  Menu
20
- ---------------*/
21
-
19
+ --------------- */
22
20
  .ui.menu {
23
- display: -webkit-box;
24
- display: -ms-flexbox;
25
21
  display: flex;
26
22
  margin: 1rem 0;
27
- font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28
- background: #FFFFFF;
23
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
24
+ background: #fff;
29
25
  font-weight: normal;
30
26
  border: 1px solid rgba(34, 36, 38, 0.15);
31
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
32
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
27
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
33
28
  border-radius: 0.28571429rem;
34
29
  min-height: 2.85714286em;
35
30
  }
36
31
  .ui.menu::after {
37
- content: '';
32
+ content: "";
38
33
  display: block;
39
34
  height: 0;
40
35
  clear: both;
@@ -47,30 +42,22 @@
47
42
  margin-bottom: 0;
48
43
  }
49
44
 
50
- /*--------------
45
+ /* --------------
51
46
  Sub-Menu
52
- ---------------*/
53
-
47
+ --------------- */
54
48
  .ui.menu .menu {
55
49
  margin: 0;
56
50
  }
57
51
  .ui.menu:not(.vertical) > .menu {
58
- display: -webkit-box;
59
- display: -ms-flexbox;
60
52
  display: flex;
61
53
  }
62
54
 
63
- /*--------------
55
+ /* --------------
64
56
  Item
65
- ---------------*/
66
-
57
+ --------------- */
67
58
  .ui.menu:not(.vertical) .item {
68
- display: -webkit-box;
69
- display: -ms-flexbox;
70
59
  display: flex;
71
- -webkit-box-align: center;
72
- -ms-flex-align: center;
73
- align-items: center;
60
+ align-items: center;
74
61
  }
75
62
  .ui.menu .item {
76
63
  position: relative;
@@ -78,11 +65,8 @@
78
65
  line-height: 1;
79
66
  text-decoration: none;
80
67
  -webkit-tap-highlight-color: transparent;
81
- -webkit-box-flex: 0;
82
- -ms-flex: 0 0 auto;
83
- flex: 0 0 auto;
68
+ flex: 0 0 auto;
84
69
  -webkit-user-select: none;
85
- -moz-user-select: none;
86
70
  -ms-user-select: none;
87
71
  user-select: none;
88
72
  background: none;
@@ -90,10 +74,7 @@
90
74
  text-transform: none;
91
75
  color: rgba(0, 0, 0, 0.87);
92
76
  font-weight: normal;
93
- -webkit-transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
94
- transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
95
77
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
96
- transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
97
78
  }
98
79
  .ui.menu > .item:first-child {
99
80
  border-radius: 0.28571429rem 0 0 0.28571429rem;
@@ -102,7 +83,7 @@
102
83
  /* Border */
103
84
  .ui.menu .item::before {
104
85
  position: absolute;
105
- content: '';
86
+ content: "";
106
87
  top: 0;
107
88
  right: 0;
108
89
  height: 100%;
@@ -110,15 +91,13 @@
110
91
  background: rgba(34, 36, 38, 0.1);
111
92
  }
112
93
 
113
- /*--------------
94
+ /* --------------
114
95
  Text Content
115
- ---------------*/
116
-
96
+ --------------- */
117
97
  .ui.menu .text.item > *,
118
98
  .ui.menu .item > a:not(.ui),
119
99
  .ui.menu .item > p:only-child {
120
100
  -webkit-user-select: text;
121
- -moz-user-select: text;
122
101
  -ms-user-select: text;
123
102
  user-select: text;
124
103
  line-height: 1.3;
@@ -130,20 +109,18 @@
130
109
  margin-bottom: 0;
131
110
  }
132
111
 
133
- /*--------------
112
+ /* --------------
134
113
  Icons
135
- ---------------*/
136
-
114
+ --------------- */
137
115
  .ui.menu .item > i.icon {
138
116
  opacity: 0.9;
139
117
  float: none;
140
118
  margin: 0 0.35714286em 0 0;
141
119
  }
142
120
 
143
- /*--------------
121
+ /* --------------
144
122
  Button
145
- ---------------*/
146
-
123
+ --------------- */
147
124
  .ui.menu:not(.vertical) .item > .button {
148
125
  position: relative;
149
126
  top: 0;
@@ -153,28 +130,19 @@
153
130
  font-size: 1em;
154
131
  }
155
132
 
156
- /*----------------
133
+ /* ----------------
157
134
  Grid / Container
158
- -----------------*/
159
-
135
+ ----------------- */
160
136
  .ui.menu > .grid,
161
137
  .ui.menu > .container {
162
- display: -webkit-box;
163
- display: -ms-flexbox;
164
138
  display: flex;
165
- -webkit-box-align: inherit;
166
- -ms-flex-align: inherit;
167
- align-items: inherit;
168
- -webkit-box-orient: inherit;
169
- -webkit-box-direction: inherit;
170
- -ms-flex-direction: inherit;
171
- flex-direction: inherit;
139
+ align-items: inherit;
140
+ flex-direction: inherit;
172
141
  }
173
142
 
174
- /*--------------
143
+ /* --------------
175
144
  Inputs
176
- ---------------*/
177
-
145
+ --------------- */
178
146
  .ui.menu .item > .input {
179
147
  width: 100%;
180
148
  }
@@ -189,14 +157,13 @@
189
157
  padding-bottom: 0.57142857em;
190
158
  }
191
159
 
192
- /*--------------
160
+ /* --------------
193
161
  Header
194
- ---------------*/
195
-
162
+ --------------- */
196
163
  .ui.menu .header.item,
197
164
  .ui.vertical.menu .header.item {
198
165
  margin: 0;
199
- background: '';
166
+ background: "";
200
167
  text-transform: normal;
201
168
  font-weight: bold;
202
169
  }
@@ -206,10 +173,9 @@
206
173
  font-weight: bold;
207
174
  }
208
175
 
209
- /*--------------
176
+ /* --------------
210
177
  Dropdowns
211
- ---------------*/
212
-
178
+ --------------- */
213
179
 
214
180
  /* Dropdown Icon */
215
181
  .ui.menu .item > i.dropdown.icon {
@@ -222,16 +188,12 @@
222
188
  .ui.menu .dropdown.item .menu {
223
189
  min-width: calc(100% - 1px);
224
190
  border-radius: 0 0 0.28571429rem 0.28571429rem;
225
- background: #FFFFFF;
191
+ background: #fff;
226
192
  margin: 0 0 0;
227
- -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
228
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
193
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
229
194
  }
230
195
  .ui.menu .dropdown.item:not(.column) .menu {
231
- -webkit-box-orient: vertical;
232
- -webkit-box-direction: normal;
233
- -ms-flex-direction: column;
234
- flex-direction: column;
196
+ flex-direction: column;
235
197
  }
236
198
 
237
199
  /* Menu Items */
@@ -244,9 +206,7 @@
244
206
  color: rgba(0, 0, 0, 0.87) !important;
245
207
  text-transform: none !important;
246
208
  font-weight: normal !important;
247
- -webkit-box-shadow: none !important;
248
- box-shadow: none !important;
249
- -webkit-transition: none !important;
209
+ box-shadow: none !important;
250
210
  transition: none !important;
251
211
  }
252
212
  .ui.menu .ui.dropdown .menu > .item:hover {
@@ -303,11 +263,9 @@
303
263
  /* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
304
264
  min-width: 0;
305
265
  min-width: -webkit-max-content;
306
- min-width: -moz-max-content;
307
266
  min-width: max-content;
308
267
  margin: 0 0 0 0;
309
- -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
310
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
268
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
311
269
  border-radius: 0 0.28571429rem 0.28571429rem 0.28571429rem;
312
270
  }
313
271
  .ui.vertical.menu .dropdown.item.upward .menu {
@@ -321,8 +279,7 @@
321
279
  border-bottom-right-radius: 0;
322
280
  }
323
281
  .ui.vertical.menu .dropdown.active.item {
324
- -webkit-box-shadow: none;
325
- box-shadow: none;
282
+ box-shadow: none;
326
283
  }
327
284
 
328
285
  /* Evenly Divided */
@@ -330,10 +287,9 @@
330
287
  width: 100%;
331
288
  }
332
289
 
333
- /*--------------
290
+ /* --------------
334
291
  Labels
335
- ---------------*/
336
-
292
+ --------------- */
337
293
  .ui.menu .item > .label:not(.floating) {
338
294
  margin-left: 1em;
339
295
  padding: 0.3em 0.78571429em;
@@ -347,18 +303,17 @@
347
303
  padding: 0.3em 0.78571429em;
348
304
  }
349
305
  .ui.menu .item > .label {
350
- background: #999999;
351
- color: #FFFFFF;
306
+ background: #999;
307
+ color: #fff;
352
308
  }
353
309
  .ui.menu .item > .image.label img {
354
310
  margin: -0.2833em 0.8em -0.2833em -0.8em;
355
311
  height: 1.5666em;
356
312
  }
357
313
 
358
- /*--------------
314
+ /* --------------
359
315
  Images
360
- ---------------*/
361
-
316
+ --------------- */
362
317
  .ui.menu .item > img:not(.ui) {
363
318
  display: inline-block;
364
319
  vertical-align: middle;
@@ -377,20 +332,18 @@
377
332
  *******************************/
378
333
 
379
334
 
380
- /*--------------
335
+ /* --------------
381
336
  List
382
- ---------------*/
383
-
337
+ --------------- */
384
338
 
385
339
  /* Menu divider shouldn't apply */
386
340
  .ui.menu .list .item::before {
387
341
  background: none !important;
388
342
  }
389
343
 
390
- /*--------------
391
- Sidebar
392
- ---------------*/
393
-
344
+ /* --------------
345
+ Sidebar
346
+ --------------- */
394
347
 
395
348
  /* Show vertical dividers below last */
396
349
  .ui.vertical.sidebar.menu > .item:first-child::before {
@@ -401,10 +354,9 @@
401
354
  bottom: 0;
402
355
  }
403
356
 
404
- /*--------------
357
+ /* --------------
405
358
  Container
406
- ---------------*/
407
-
359
+ --------------- */
408
360
  @media only screen and (max-width: 767.98px) {
409
361
  .ui.menu > .ui.container {
410
362
  width: 100% !important;
@@ -428,10 +380,9 @@
428
380
  *******************************/
429
381
 
430
382
 
431
- /*--------------
383
+ /* --------------
432
384
  Hover
433
- ---------------*/
434
-
385
+ --------------- */
435
386
  .ui.link.menu .item:hover,
436
387
  .ui.menu .dropdown.item:hover,
437
388
  .ui.menu .link.item:hover,
@@ -441,10 +392,9 @@
441
392
  color: rgba(0, 0, 0, 0.95);
442
393
  }
443
394
 
444
- /*--------------
395
+ /* --------------
445
396
  Pressed
446
- ---------------*/
447
-
397
+ --------------- */
448
398
  .ui.link.menu .item:active,
449
399
  .ui.menu .link.item:active,
450
400
  .ui.menu a.item:active {
@@ -452,35 +402,31 @@
452
402
  color: rgba(0, 0, 0, 0.95);
453
403
  }
454
404
 
455
- /*--------------
405
+ /* --------------
456
406
  Active
457
- ---------------*/
458
-
407
+ --------------- */
459
408
  .ui.menu .active.item {
460
409
  background: rgba(0, 0, 0, 0.05);
461
410
  color: rgba(0, 0, 0, 0.95);
462
411
  font-weight: normal;
463
- -webkit-box-shadow: none;
464
- box-shadow: none;
412
+ box-shadow: none;
465
413
  }
466
414
  .ui.menu .active.item > i.icon {
467
415
  opacity: 1;
468
416
  }
469
417
 
470
- /*--------------
418
+ /* --------------
471
419
  Active Hover
472
- ---------------*/
473
-
420
+ --------------- */
474
421
  .ui.menu .active.item:hover,
475
422
  .ui.vertical.menu .active.item:hover {
476
423
  background-color: rgba(0, 0, 0, 0.05);
477
424
  color: rgba(0, 0, 0, 0.95);
478
425
  }
479
426
 
480
- /*--------------
427
+ /* --------------
481
428
  Disabled
482
- ---------------*/
483
-
429
+ --------------- */
484
430
  .ui.ui.menu .item.disabled {
485
431
  cursor: default;
486
432
  background-color: transparent;
@@ -494,16 +440,13 @@
494
440
  *******************************/
495
441
 
496
442
 
497
- /*------------------
443
+ /* ------------------
498
444
  Floated Menu / Item
499
- -------------------*/
500
-
445
+ ------------------- */
501
446
 
502
447
  /* Left Floated */
503
448
  .ui.menu:not(.vertical) .left.item,
504
449
  .ui.menu:not(.vertical) .left.menu {
505
- display: -webkit-box;
506
- display: -ms-flexbox;
507
450
  display: flex;
508
451
  margin-right: auto !important;
509
452
  }
@@ -511,8 +454,6 @@ Floated Menu / Item
511
454
  /* Right Floated */
512
455
  .ui.menu:not(.vertical) .right.item,
513
456
  .ui.menu:not(.vertical) .right.menu {
514
- display: -webkit-box;
515
- display: -ms-flexbox;
516
457
  display: flex;
517
458
  margin-left: auto !important;
518
459
  }
@@ -524,8 +465,6 @@ Floated Menu / Item
524
465
  /* Center */
525
466
  .ui.menu:not(.vertical) .center.item,
526
467
  .ui.menu:not(.vertical) .center.menu {
527
- display: -webkit-box;
528
- display: -ms-flexbox;
529
468
  display: flex;
530
469
  margin-left: auto !important;
531
470
  margin-right: auto !important;
@@ -544,23 +483,17 @@ Floated Menu / Item
544
483
  display: none;
545
484
  }
546
485
 
547
- /*--------------
548
- Vertical
549
- ---------------*/
550
-
486
+ /* --------------
487
+ Vertical
488
+ --------------- */
551
489
  .ui.vertical.menu {
552
490
  display: block;
553
- -webkit-box-orient: vertical;
554
- -webkit-box-direction: normal;
555
- -ms-flex-direction: column;
556
- flex-direction: column;
557
- background: #FFFFFF;
558
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
559
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
491
+ flex-direction: column;
492
+ background: #fff;
493
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
560
494
  }
561
495
 
562
- /*--- Item ---*/
563
-
496
+ /* --- Item --- */
564
497
  .ui.vertical.menu .item {
565
498
  display: block;
566
499
  background: none;
@@ -574,15 +507,13 @@ Floated Menu / Item
574
507
  border-radius: 0 0 0.28571429rem 0.28571429rem;
575
508
  }
576
509
 
577
- /*--- Label ---*/
578
-
510
+ /* --- Label --- */
579
511
  .ui.vertical.menu .item > .label {
580
512
  float: right;
581
513
  text-align: center;
582
514
  }
583
515
 
584
- /*--- Icon ---*/
585
-
516
+ /* --- Icon --- */
586
517
  .ui.vertical.menu .item > i.icon,
587
518
  .ui.vertical.menu .item > i.icons {
588
519
  width: 1.18em;
@@ -594,11 +525,10 @@ Floated Menu / Item
594
525
  margin: 0 0.5em 0 0;
595
526
  }
596
527
 
597
- /*--- Border ---*/
598
-
528
+ /* --- Border --- */
599
529
  .ui.vertical.menu .item::before {
600
530
  position: absolute;
601
- content: '';
531
+ content: "";
602
532
  top: 0;
603
533
  left: 0;
604
534
  width: 100%;
@@ -609,8 +539,7 @@ Floated Menu / Item
609
539
  display: none !important;
610
540
  }
611
541
 
612
- /*--- Sub Menu ---*/
613
-
542
+ /* --- Sub Menu --- */
614
543
  .ui.vertical.menu .item > .menu {
615
544
  margin: 0.5em -1.14285714em 0;
616
545
  }
@@ -632,8 +561,7 @@ Floated Menu / Item
632
561
  .ui.vertical.menu .active.item {
633
562
  background: rgba(0, 0, 0, 0.05);
634
563
  border-radius: 0;
635
- -webkit-box-shadow: none;
636
- box-shadow: none;
564
+ box-shadow: none;
637
565
  }
638
566
  .ui.vertical.menu > .active.item:first-child {
639
567
  border-radius: 0.28571429rem 0.28571429rem 0 0;
@@ -653,17 +581,15 @@ Floated Menu / Item
653
581
  color: rgba(0, 0, 0, 0.95);
654
582
  }
655
583
 
656
- /*--------------
657
- Tabular
658
- ---------------*/
659
-
584
+ /* --------------
585
+ Tabular
586
+ --------------- */
660
587
  .ui.tabular.menu {
661
588
  border-radius: 0;
662
- -webkit-box-shadow: none !important;
663
- box-shadow: none !important;
589
+ box-shadow: none !important;
664
590
  border: none;
665
591
  background: none transparent;
666
- border-bottom: 1px solid #D4D4D5;
592
+ border-bottom: 1px solid #d4d4d5;
667
593
  }
668
594
  .ui.tabular.fluid.menu {
669
595
  width: calc(100% + 2px) !important;
@@ -689,14 +615,13 @@ Floated Menu / Item
689
615
 
690
616
  /* Active */
691
617
  .ui.tabular.menu .active.item {
692
- background: none #FFFFFF;
618
+ background: none #fff;
693
619
  color: rgba(0, 0, 0, 0.95);
694
620
  border-top-width: 1px;
695
- border-color: #D4D4D5;
621
+ border-color: #d4d4d5;
696
622
  font-weight: bold;
697
623
  margin-bottom: -1px;
698
- -webkit-box-shadow: none;
699
- box-shadow: none;
624
+ box-shadow: none;
700
625
  border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
701
626
  }
702
627
  .ui.tabular.menu .active.item:hover {
@@ -721,10 +646,9 @@ Floated Menu / Item
721
646
  .ui.bottom.tabular.menu {
722
647
  background: none transparent;
723
648
  border-radius: 0;
724
- -webkit-box-shadow: none !important;
725
- box-shadow: none !important;
649
+ box-shadow: none !important;
726
650
  border-bottom: none;
727
- border-top: 1px solid #D4D4D5;
651
+ border-top: 1px solid #d4d4d5;
728
652
  }
729
653
  .ui.bottom.tabular.menu .item {
730
654
  background: none;
@@ -734,9 +658,9 @@ Floated Menu / Item
734
658
  border-top: none;
735
659
  }
736
660
  .ui.bottom.tabular.menu .active.item {
737
- background: none #FFFFFF;
661
+ background: none #fff;
738
662
  color: rgba(0, 0, 0, 0.95);
739
- border-color: #D4D4D5;
663
+ border-color: #d4d4d5;
740
664
  margin: -1px 0 0 0;
741
665
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
742
666
  }
@@ -745,10 +669,9 @@ Floated Menu / Item
745
669
  .ui.vertical.tabular.menu {
746
670
  background: none transparent;
747
671
  border-radius: 0;
748
- -webkit-box-shadow: none !important;
749
- box-shadow: none !important;
672
+ box-shadow: none !important;
750
673
  border-bottom: none;
751
- border-right: 1px solid #D4D4D5;
674
+ border-right: 1px solid #d4d4d5;
752
675
  }
753
676
  .ui.vertical.tabular.menu .item {
754
677
  background: none;
@@ -758,9 +681,9 @@ Floated Menu / Item
758
681
  border-right: none;
759
682
  }
760
683
  .ui.vertical.tabular.menu .active.item {
761
- background: none #FFFFFF;
684
+ background: none #fff;
762
685
  color: rgba(0, 0, 0, 0.95);
763
- border-color: #D4D4D5;
686
+ border-color: #d4d4d5;
764
687
  margin: 0 -1px 0 0;
765
688
  border-radius: 0.28571429rem 0 0 0.28571429rem !important;
766
689
  }
@@ -769,11 +692,10 @@ Floated Menu / Item
769
692
  .ui.vertical.right.tabular.menu {
770
693
  background: none transparent;
771
694
  border-radius: 0;
772
- -webkit-box-shadow: none !important;
773
- box-shadow: none !important;
695
+ box-shadow: none !important;
774
696
  border-bottom: none;
775
697
  border-right: none;
776
- border-left: 1px solid #D4D4D5;
698
+ border-left: 1px solid #d4d4d5;
777
699
  }
778
700
  .ui.vertical.right.tabular.menu .item {
779
701
  background: none;
@@ -783,9 +705,9 @@ Floated Menu / Item
783
705
  border-left: none;
784
706
  }
785
707
  .ui.vertical.right.tabular.menu .active.item {
786
- background: none #FFFFFF;
708
+ background: none #fff;
787
709
  color: rgba(0, 0, 0, 0.95);
788
- border-color: #D4D4D5;
710
+ border-color: #d4d4d5;
789
711
  margin: 0 0 0 -1px;
790
712
  border-radius: 0 0.28571429rem 0.28571429rem 0 !important;
791
713
  }
@@ -800,8 +722,8 @@ Floated Menu / Item
800
722
  }
801
723
  .ui.inverted.tabular.menu .active.item,
802
724
  .ui.inverted.tabular.menu .active.item:hover {
803
- background: none #1B1C1D;
804
- border-color: #555555;
725
+ background: none #1b1c1d;
726
+ border-color: #555;
805
727
  }
806
728
  .ui.inverted.tabular.menu .item:not(.active):hover {
807
729
  color: #ffffff;
@@ -809,14 +731,11 @@ Floated Menu / Item
809
731
  cursor: pointer;
810
732
  }
811
733
 
812
- /*--------------
813
- Pagination
814
- ---------------*/
815
-
734
+ /* --------------
735
+ Pagination
736
+ --------------- */
816
737
  .ui.pagination.menu {
817
738
  margin: 0;
818
- display: -webkit-inline-box;
819
- display: -ms-inline-flexbox;
820
739
  display: inline-flex;
821
740
  vertical-align: middle;
822
741
  }
@@ -826,7 +745,7 @@ Floated Menu / Item
826
745
  .ui.compact.menu .item:last-child {
827
746
  border-radius: 0 0.28571429rem 0.28571429rem 0;
828
747
  }
829
- .ui.pagination.menu .item:last-child::before {
748
+ .ui.pagination.menu:not(.wrapping) .item:last-child::before {
830
749
  display: none;
831
750
  }
832
751
  .ui.pagination.menu .item {
@@ -843,35 +762,29 @@ Floated Menu / Item
843
762
  padding-top: 0.92857143em;
844
763
  background-color: rgba(0, 0, 0, 0.05);
845
764
  color: rgba(0, 0, 0, 0.95);
846
- -webkit-box-shadow: none;
847
- box-shadow: none;
765
+ box-shadow: none;
848
766
  }
849
767
 
850
- /*--------------
851
- Secondary
852
- ---------------*/
853
-
768
+ /* --------------
769
+ Secondary
770
+ --------------- */
854
771
  .ui.secondary.menu {
855
772
  background: none;
856
773
  margin-left: -0.35714286em;
857
774
  margin-right: -0.35714286em;
858
775
  border-radius: 0;
859
776
  border: none;
860
- -webkit-box-shadow: none;
861
- box-shadow: none;
777
+ box-shadow: none;
862
778
  }
863
779
 
864
780
  /* Item */
865
781
  .ui.secondary.menu .item {
866
- -ms-flex-item-align: center;
867
- align-self: center;
868
- -webkit-box-shadow: none;
869
- box-shadow: none;
782
+ align-self: center;
783
+ box-shadow: none;
870
784
  border: none;
871
785
  padding: 0.78571429em 0.92857143em;
872
786
  margin: 0 0.35714286em;
873
787
  background: none;
874
- -webkit-transition: color 0.1s ease;
875
788
  transition: color 0.1s ease;
876
789
  border-radius: 0.28571429rem;
877
790
  }
@@ -903,8 +816,7 @@ Floated Menu / Item
903
816
 
904
817
  /* Active */
905
818
  .ui.secondary.menu .active.item {
906
- -webkit-box-shadow: none;
907
- box-shadow: none;
819
+ box-shadow: none;
908
820
  background: rgba(0, 0, 0, 0.05);
909
821
  color: rgba(0, 0, 0, 0.95);
910
822
  border-radius: 0.28571429rem;
@@ -912,8 +824,7 @@ Floated Menu / Item
912
824
 
913
825
  /* Active Hover */
914
826
  .ui.secondary.menu .active.item:hover {
915
- -webkit-box-shadow: none;
916
- box-shadow: none;
827
+ box-shadow: none;
917
828
  background: rgba(0, 0, 0, 0.05);
918
829
  color: rgba(0, 0, 0, 0.95);
919
830
  }
@@ -943,14 +854,12 @@ Floated Menu / Item
943
854
  margin-right: 0;
944
855
  }
945
856
  .ui.secondary.attached.menu {
946
- -webkit-box-shadow: none;
947
- box-shadow: none;
857
+ box-shadow: none;
948
858
  }
949
859
 
950
- /*---------------------
951
- Secondary Vertical
952
- -----------------------*/
953
-
860
+ /* ---------------------
861
+ Secondary Vertical
862
+ ----------------------- */
954
863
 
955
864
  /* Sub Menu */
956
865
  .ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
@@ -979,25 +888,20 @@ Floated Menu / Item
979
888
  background-color: transparent;
980
889
  }
981
890
 
982
- /*---------------------
983
- Secondary Pointing
984
- -----------------------*/
985
-
891
+ /* ---------------------
892
+ Secondary Pointing
893
+ ----------------------- */
986
894
  .ui.secondary.pointing.menu {
987
895
  margin-left: 0;
988
896
  margin-right: 0;
989
897
  border-bottom: 2px solid rgba(34, 36, 38, 0.15);
990
898
  }
991
899
  .ui.secondary.pointing.menu .item {
992
- border-bottom-color: transparent;
993
- border-bottom-style: solid;
900
+ border-bottom: 2px solid transparent;
994
901
  border-radius: 0;
995
- -ms-flex-item-align: end;
996
- align-self: flex-end;
902
+ align-self: flex-end;
997
903
  margin: 0 0 -2px;
998
904
  padding: 0.85714286em 1.14285714em;
999
- border-bottom-width: 2px;
1000
- -webkit-transition: color 0.1s ease;
1001
905
  transition: color 0.1s ease;
1002
906
  }
1003
907
  .ui.secondary.pointing.menu .ui.dropdown .menu .item {
@@ -1017,8 +921,7 @@ Floated Menu / Item
1017
921
  color: rgba(0, 0, 0, 0.85) !important;
1018
922
  }
1019
923
  .ui.secondary.pointing.menu .text.item {
1020
- -webkit-box-shadow: none !important;
1021
- box-shadow: none !important;
924
+ box-shadow: none !important;
1022
925
  }
1023
926
  .ui.secondary.pointing.menu .item::after {
1024
927
  display: none;
@@ -1043,8 +946,7 @@ Floated Menu / Item
1043
946
  /* Active */
1044
947
  .ui.secondary.pointing.menu .active.item {
1045
948
  background-color: transparent;
1046
- -webkit-box-shadow: none;
1047
- box-shadow: none;
949
+ box-shadow: none;
1048
950
  border-color: currentColor;
1049
951
  font-weight: bold;
1050
952
  color: rgba(0, 0, 0, 0.95);
@@ -1064,17 +966,13 @@ Floated Menu / Item
1064
966
  /* Vertical Pointing */
1065
967
  .ui.secondary.vertical.pointing.menu {
1066
968
  border-bottom-width: 0;
1067
- border-right-width: 2px;
1068
- border-right-style: solid;
1069
- border-right-color: rgba(34, 36, 38, 0.15);
969
+ border-right: 2px solid rgba(34, 36, 38, 0.15);
1070
970
  }
1071
971
  .ui.secondary.vertical.pointing.menu .item {
1072
972
  border-bottom: none;
1073
- border-right-style: solid;
1074
- border-right-color: transparent;
973
+ border-right: 2px solid transparent;
1075
974
  border-radius: 0 !important;
1076
975
  margin: 0 -2px 0 0;
1077
- border-right-width: 2px;
1078
976
  }
1079
977
 
1080
978
  /* Vertical Active */
@@ -1090,7 +988,7 @@ Floated Menu / Item
1090
988
  color: rgba(255, 255, 255, 0.9);
1091
989
  }
1092
990
  .ui.secondary.inverted.pointing.menu .header.item {
1093
- color: #FFFFFF !important;
991
+ color: #fff !important;
1094
992
  }
1095
993
 
1096
994
  /* Hover */
@@ -1101,34 +999,29 @@ Floated Menu / Item
1101
999
 
1102
1000
  /* Active */
1103
1001
  .ui.ui.secondary.inverted.pointing.menu .active.item {
1104
- border-color: #FFFFFF;
1002
+ border-color: #fff;
1105
1003
  color: #ffffff;
1106
1004
  background-color: transparent;
1107
1005
  }
1108
1006
 
1109
- /*--------------
1110
- Text Menu
1111
- ---------------*/
1112
-
1007
+ /* --------------
1008
+ Text Menu
1009
+ --------------- */
1113
1010
  .ui.text.menu {
1114
1011
  background: none transparent;
1115
1012
  border-radius: 0;
1116
- -webkit-box-shadow: none;
1117
- box-shadow: none;
1013
+ box-shadow: none;
1118
1014
  border: none;
1119
1015
  margin: 1em -0.5em;
1120
1016
  }
1121
1017
  .ui.text.menu .item {
1122
1018
  border-radius: 0;
1123
- -webkit-box-shadow: none;
1124
- box-shadow: none;
1125
- -ms-flex-item-align: center;
1126
- align-self: center;
1127
- margin: 0 0;
1019
+ box-shadow: none;
1020
+ align-self: center;
1021
+ margin: 0;
1128
1022
  padding: 0.35714286em 0.5em;
1129
1023
  font-weight: normal;
1130
1024
  color: rgba(0, 0, 0, 0.6);
1131
- -webkit-transition: opacity 0.1s ease;
1132
1025
  transition: opacity 0.1s ease;
1133
1026
  }
1134
1027
 
@@ -1153,14 +1046,12 @@ Floated Menu / Item
1153
1046
  margin: 0;
1154
1047
  }
1155
1048
 
1156
- /*--- fluid text ---*/
1157
-
1049
+ /* --- fluid text --- */
1158
1050
  .ui.text.item.menu .item {
1159
1051
  margin: 0;
1160
1052
  }
1161
1053
 
1162
- /*--- vertical text ---*/
1163
-
1054
+ /* --- vertical text --- */
1164
1055
  .ui.vertical.text.menu {
1165
1056
  margin: 1em 0;
1166
1057
  }
@@ -1192,38 +1083,32 @@ Floated Menu / Item
1192
1083
  padding: 0.5em 0;
1193
1084
  }
1194
1085
 
1195
- /*--- hover ---*/
1196
-
1086
+ /* --- hover --- */
1197
1087
  .ui.text.menu .item:hover {
1198
1088
  opacity: 1;
1199
1089
  background-color: transparent;
1200
1090
  }
1201
1091
 
1202
- /*--- active ---*/
1203
-
1092
+ /* --- active --- */
1204
1093
  .ui.text.menu .active.item {
1205
1094
  background-color: transparent;
1206
1095
  border: none;
1207
- -webkit-box-shadow: none;
1208
- box-shadow: none;
1096
+ box-shadow: none;
1209
1097
  font-weight: normal;
1210
1098
  color: rgba(0, 0, 0, 0.95);
1211
1099
  }
1212
1100
 
1213
- /*--- active hover ---*/
1214
-
1101
+ /* --- active hover --- */
1215
1102
  .ui.text.menu .active.item:hover {
1216
1103
  background-color: transparent;
1217
1104
  }
1218
1105
 
1219
1106
  /* Disable Bariations */
1220
1107
  .ui.text.pointing.menu .active.item::after {
1221
- -webkit-box-shadow: none;
1222
- box-shadow: none;
1108
+ box-shadow: none;
1223
1109
  }
1224
1110
  .ui.text.attached.menu {
1225
- -webkit-box-shadow: none;
1226
- box-shadow: none;
1111
+ box-shadow: none;
1227
1112
  }
1228
1113
 
1229
1114
  /* Inverted */
@@ -1240,10 +1125,9 @@ Floated Menu / Item
1240
1125
  margin-right: 0;
1241
1126
  }
1242
1127
 
1243
- /*--------------
1244
- Icon Only
1245
- ---------------*/
1246
-
1128
+ /* --------------
1129
+ Icon Only
1130
+ --------------- */
1247
1131
 
1248
1132
  /* Vertical Menu */
1249
1133
  .ui.vertical.icon.menu {
@@ -1255,7 +1139,7 @@ Floated Menu / Item
1255
1139
  .ui.icon.menu .item {
1256
1140
  height: auto;
1257
1141
  text-align: center;
1258
- color: #1B1C1D;
1142
+ color: #1b1c1d;
1259
1143
  }
1260
1144
 
1261
1145
  /* Icon */
@@ -1285,13 +1169,12 @@ Floated Menu / Item
1285
1169
 
1286
1170
  /* Inverted */
1287
1171
  .ui.inverted.icon.menu .item {
1288
- color: #FFFFFF;
1172
+ color: #fff;
1289
1173
  }
1290
1174
 
1291
- /*--------------
1292
- Labeled Icon
1293
- ---------------*/
1294
-
1175
+ /* --------------
1176
+ Labeled Icon
1177
+ --------------- */
1295
1178
 
1296
1179
  /* Menu */
1297
1180
  .ui.labeled.icon.menu {
@@ -1301,13 +1184,11 @@ Floated Menu / Item
1301
1184
  /* Item */
1302
1185
  .ui.labeled.icon.menu .item {
1303
1186
  min-width: 6em;
1304
- -webkit-box-orient: vertical;
1305
- -webkit-box-direction: normal;
1306
- -ms-flex-direction: column;
1307
- flex-direction: column;
1187
+ flex-direction: column;
1308
1188
  }
1309
1189
 
1310
1190
  /* Icon */
1191
+ .ui.labeled.icon.menu > .right.menu > .item > i.icon:not(.dropdown),
1311
1192
  .ui.labeled.icon.menu > .item > i.icon:not(.dropdown) {
1312
1193
  height: 1em;
1313
1194
  display: block;
@@ -1326,16 +1207,12 @@ Floated Menu / Item
1326
1207
  *******************************/
1327
1208
 
1328
1209
 
1329
- /*--------------
1330
- Stackable
1331
- ---------------*/
1332
-
1210
+ /* --------------
1211
+ Stackable
1212
+ --------------- */
1333
1213
  @media only screen and (max-width: 767.98px) {
1334
1214
  .ui.stackable.menu {
1335
- -webkit-box-orient: vertical;
1336
- -webkit-box-direction: normal;
1337
- -ms-flex-direction: column;
1338
- flex-direction: column;
1215
+ flex-direction: column;
1339
1216
  }
1340
1217
  .ui.stackable.menu.pointing .active.item::after {
1341
1218
  display: none;
@@ -1345,7 +1222,7 @@ Floated Menu / Item
1345
1222
  }
1346
1223
  .ui.stackable.menu .item::before {
1347
1224
  position: absolute;
1348
- content: '';
1225
+ content: "";
1349
1226
  top: auto;
1350
1227
  bottom: 0;
1351
1228
  left: 0;
@@ -1369,76 +1246,72 @@ Floated Menu / Item
1369
1246
  .ui.stackable.menu .right.menu,
1370
1247
  .ui.stackable.menu .center.menu,
1371
1248
  .ui.stackable.menu .left.menu {
1372
- -webkit-box-orient: vertical;
1373
- -webkit-box-direction: normal;
1374
- -ms-flex-direction: column;
1375
- flex-direction: column;
1249
+ flex-direction: column;
1376
1250
  }
1377
1251
  }
1378
1252
 
1379
- /*--------------
1253
+ /* --------------
1380
1254
  Colors
1381
- ---------------*/
1382
-
1255
+ --------------- */
1383
1256
  .ui.ui.ui.menu .primary.active.item,
1384
1257
  .ui.ui.primary.menu .active.item:hover,
1385
1258
  .ui.ui.primary.menu .active.item {
1386
- color: #2185D0;
1259
+ color: #2185d0;
1387
1260
  }
1388
1261
  .ui.ui.ui.menu .red.active.item,
1389
1262
  .ui.ui.red.menu .active.item:hover,
1390
1263
  .ui.ui.red.menu .active.item {
1391
- color: #DB2828;
1264
+ color: #db2828;
1392
1265
  }
1393
1266
  .ui.ui.ui.menu .orange.active.item,
1394
1267
  .ui.ui.orange.menu .active.item:hover,
1395
1268
  .ui.ui.orange.menu .active.item {
1396
- color: #F2711C;
1269
+ color: #f2711c;
1397
1270
  }
1398
1271
  .ui.ui.ui.menu .yellow.active.item,
1399
1272
  .ui.ui.yellow.menu .active.item:hover,
1400
1273
  .ui.ui.yellow.menu .active.item {
1401
- color: #FBBD08;
1274
+ color: #fbbd08;
1402
1275
  }
1403
1276
  .ui.ui.ui.menu .olive.active.item,
1404
1277
  .ui.ui.olive.menu .active.item:hover,
1405
1278
  .ui.ui.olive.menu .active.item {
1406
- color: #B5CC18;
1279
+ color: #b5cc18;
1407
1280
  }
1408
1281
  .ui.ui.ui.menu .green.active.item,
1409
1282
  .ui.ui.green.menu .active.item:hover,
1410
1283
  .ui.ui.green.menu .active.item {
1411
- color: #21BA45;
1284
+ color: #21ba45;
1412
1285
  }
1413
1286
  .ui.ui.ui.menu .teal.active.item,
1414
1287
  .ui.ui.teal.menu .active.item:hover,
1415
1288
  .ui.ui.teal.menu .active.item {
1416
- color: #00B5AD;
1289
+ color: #00b5ad;
1417
1290
  }
1418
1291
  .ui.ui.ui.menu .blue.active.item,
1419
1292
  .ui.ui.blue.menu .active.item:hover,
1420
1293
  .ui.ui.blue.menu .active.item {
1421
- color: #2185D0;
1294
+ color: #2185d0;
1422
1295
  }
1423
1296
  .ui.ui.ui.menu .violet.active.item,
1424
1297
  .ui.ui.violet.menu .active.item:hover,
1425
1298
  .ui.ui.violet.menu .active.item {
1426
- color: #6435C9;
1299
+ color: #6435c9;
1427
1300
  }
1428
1301
  .ui.ui.ui.menu .purple.active.item,
1429
1302
  .ui.ui.purple.menu .active.item:hover,
1430
1303
  .ui.ui.purple.menu .active.item {
1431
- color: #A333C8;
1304
+ color: #a333c8;
1432
1305
  }
1433
1306
  .ui.ui.ui.menu .pink.active.item,
1434
1307
  .ui.ui.pink.menu .active.item:hover,
1435
1308
  .ui.ui.pink.menu .active.item {
1436
- color: #E03997;
1309
+ color: #e03997;
1437
1310
  }
1438
1311
  .ui.ui.ui.menu .brown.active.item,
1439
1312
  .ui.ui.brown.menu .active.item:hover,
1440
1313
  .ui.ui.brown.menu .active.item {
1441
- color: #A5673F;
1314
+ color: #a5673f;
1442
1315
  }
1443
1316
  .ui.ui.ui.menu .grey.active.item,
1444
1317
  .ui.ui.grey.menu .active.item:hover,
@@ -1448,18 +1321,16 @@ Floated Menu / Item
1448
1321
  .ui.ui.ui.menu .black.active.item,
1449
1322
  .ui.ui.black.menu .active.item:hover,
1450
1323
  .ui.ui.black.menu .active.item {
1451
- color: #1B1C1D;
1324
+ color: #1b1c1d;
1452
1325
  }
1453
1326
 
1454
- /*--------------
1455
- Inverted
1456
- ---------------*/
1457
-
1327
+ /* --------------
1328
+ Inverted
1329
+ --------------- */
1458
1330
  .ui.inverted.menu {
1459
1331
  border: 0 solid transparent;
1460
- background: #1B1C1D;
1461
- -webkit-box-shadow: none;
1462
- box-shadow: none;
1332
+ background: #1b1c1d;
1333
+ box-shadow: none;
1463
1334
  }
1464
1335
 
1465
1336
  /* Menu Item */
@@ -1472,8 +1343,7 @@ Floated Menu / Item
1472
1343
  background: transparent;
1473
1344
  }
1474
1345
 
1475
- /*--- Border ---*/
1476
-
1346
+ /* --- Border --- */
1477
1347
  .ui.inverted.menu .item::before {
1478
1348
  background: rgba(255, 255, 255, 0.08);
1479
1349
  }
@@ -1491,8 +1361,7 @@ Floated Menu / Item
1491
1361
  .ui.inverted.menu .header.item {
1492
1362
  margin: 0;
1493
1363
  background: transparent;
1494
- -webkit-box-shadow: none;
1495
- box-shadow: none;
1364
+ box-shadow: none;
1496
1365
  }
1497
1366
 
1498
1367
  /* Disabled */
@@ -1500,8 +1369,7 @@ Floated Menu / Item
1500
1369
  color: rgba(225, 225, 225, 0.3);
1501
1370
  }
1502
1371
 
1503
- /*--- Hover ---*/
1504
-
1372
+ /* --- Hover --- */
1505
1373
  .ui.link.inverted.menu .item:hover,
1506
1374
  .ui.inverted.menu .dropdown.item:hover,
1507
1375
  .ui.inverted.menu .link.item:hover,
@@ -1515,46 +1383,41 @@ Floated Menu / Item
1515
1383
  color: #ffffff;
1516
1384
  }
1517
1385
 
1518
- /*--- Pressed ---*/
1519
-
1386
+ /* --- Pressed --- */
1520
1387
  .ui.inverted.menu a.item:active,
1521
1388
  .ui.inverted.menu .link.item:active {
1522
1389
  background: rgba(255, 255, 255, 0.08);
1523
1390
  color: #ffffff;
1524
1391
  }
1525
1392
 
1526
- /*--- Active ---*/
1527
-
1393
+ /* --- Active --- */
1528
1394
  .ui.inverted.menu .active.item {
1529
- background: #3D3E3F;
1395
+ background: #3d3e3f;
1530
1396
  color: #ffffff !important;
1531
1397
  }
1532
1398
  .ui.inverted.vertical.menu .item .menu .active.item {
1533
1399
  background: transparent;
1534
- color: #FFFFFF;
1400
+ color: #fff;
1535
1401
  }
1536
1402
  .ui.inverted.pointing.menu .active.item::after {
1537
- background: #3D3E3F;
1403
+ background: #3d3e3f;
1538
1404
  margin: 0 !important;
1539
- -webkit-box-shadow: none !important;
1540
- box-shadow: none !important;
1405
+ box-shadow: none !important;
1541
1406
  border: none !important;
1542
1407
  }
1543
1408
 
1544
- /*--- Active Hover ---*/
1545
-
1409
+ /* --- Active Hover --- */
1546
1410
  .ui.inverted.menu .active.item:hover {
1547
- background: #3D3E3F;
1548
- color: #FFFFFF !important;
1411
+ background: #3d3e3f;
1412
+ color: #fff !important;
1549
1413
  }
1550
1414
  .ui.inverted.pointing.menu .active.item:hover::after {
1551
- background: #3D3E3F;
1415
+ background: #3d3e3f;
1552
1416
  }
1553
1417
 
1554
- /*--------------
1555
- Floated
1556
- ---------------*/
1557
-
1418
+ /* --------------
1419
+ Floated
1420
+ --------------- */
1558
1421
  .ui.floated.menu {
1559
1422
  float: left;
1560
1423
  margin: 0 0.5rem 0 0;
@@ -1566,23 +1429,24 @@ Floated Menu / Item
1566
1429
  float: right;
1567
1430
  margin: 0 0 0 0.5rem;
1568
1431
  }
1569
- .ui.center.aligned.menu,
1570
- .ui.centered.menu {
1571
- display: -webkit-inline-box;
1572
- display: -ms-inline-flexbox;
1432
+ .ui.center.aligned.menu:not(.fluid),
1433
+ .ui.centered.menu:not(.fluid) {
1573
1434
  display: inline-flex;
1574
- -webkit-transform: translateX(-50%);
1575
- transform: translateX(-50%);
1435
+ transform: translateX(-50%);
1576
1436
  margin-left: 50%;
1577
1437
  }
1438
+ .ui.center.aligned.menu .item,
1439
+ .ui.centered.menu .item {
1440
+ flex: 1 0 auto;
1441
+ justify-content: center;
1442
+ }
1578
1443
 
1579
- /*--------------
1580
- Inverted
1581
- ---------------*/
1582
-
1444
+ /* --------------
1445
+ Inverted
1446
+ --------------- */
1583
1447
  .ui.ui.ui.inverted.menu .primary.active.item,
1584
1448
  .ui.ui.inverted.primary.menu {
1585
- background-color: #2185D0;
1449
+ background-color: #2185d0;
1586
1450
  }
1587
1451
  .ui.inverted.primary.menu .item::before {
1588
1452
  background-color: rgba(34, 36, 38, 0.1);
@@ -1595,7 +1459,7 @@ Floated Menu / Item
1595
1459
  }
1596
1460
  .ui.ui.ui.inverted.menu .red.active.item,
1597
1461
  .ui.ui.inverted.red.menu {
1598
- background-color: #DB2828;
1462
+ background-color: #db2828;
1599
1463
  }
1600
1464
  .ui.inverted.red.menu .item::before {
1601
1465
  background-color: rgba(34, 36, 38, 0.1);
@@ -1608,7 +1472,7 @@ Floated Menu / Item
1608
1472
  }
1609
1473
  .ui.ui.ui.inverted.menu .orange.active.item,
1610
1474
  .ui.ui.inverted.orange.menu {
1611
- background-color: #F2711C;
1475
+ background-color: #f2711c;
1612
1476
  }
1613
1477
  .ui.inverted.orange.menu .item::before {
1614
1478
  background-color: rgba(34, 36, 38, 0.1);
@@ -1621,7 +1485,7 @@ Floated Menu / Item
1621
1485
  }
1622
1486
  .ui.ui.ui.inverted.menu .yellow.active.item,
1623
1487
  .ui.ui.inverted.yellow.menu {
1624
- background-color: #FBBD08;
1488
+ background-color: #fbbd08;
1625
1489
  }
1626
1490
  .ui.inverted.yellow.menu .item::before {
1627
1491
  background-color: rgba(34, 36, 38, 0.1);
@@ -1634,7 +1498,7 @@ Floated Menu / Item
1634
1498
  }
1635
1499
  .ui.ui.ui.inverted.menu .olive.active.item,
1636
1500
  .ui.ui.inverted.olive.menu {
1637
- background-color: #B5CC18;
1501
+ background-color: #b5cc18;
1638
1502
  }
1639
1503
  .ui.inverted.olive.menu .item::before {
1640
1504
  background-color: rgba(34, 36, 38, 0.1);
@@ -1647,7 +1511,7 @@ Floated Menu / Item
1647
1511
  }
1648
1512
  .ui.ui.ui.inverted.menu .green.active.item,
1649
1513
  .ui.ui.inverted.green.menu {
1650
- background-color: #21BA45;
1514
+ background-color: #21ba45;
1651
1515
  }
1652
1516
  .ui.inverted.green.menu .item::before {
1653
1517
  background-color: rgba(34, 36, 38, 0.1);
@@ -1660,7 +1524,7 @@ Floated Menu / Item
1660
1524
  }
1661
1525
  .ui.ui.ui.inverted.menu .teal.active.item,
1662
1526
  .ui.ui.inverted.teal.menu {
1663
- background-color: #00B5AD;
1527
+ background-color: #00b5ad;
1664
1528
  }
1665
1529
  .ui.inverted.teal.menu .item::before {
1666
1530
  background-color: rgba(34, 36, 38, 0.1);
@@ -1673,7 +1537,7 @@ Floated Menu / Item
1673
1537
  }
1674
1538
  .ui.ui.ui.inverted.menu .blue.active.item,
1675
1539
  .ui.ui.inverted.blue.menu {
1676
- background-color: #2185D0;
1540
+ background-color: #2185d0;
1677
1541
  }
1678
1542
  .ui.inverted.blue.menu .item::before {
1679
1543
  background-color: rgba(34, 36, 38, 0.1);
@@ -1686,7 +1550,7 @@ Floated Menu / Item
1686
1550
  }
1687
1551
  .ui.ui.ui.inverted.menu .violet.active.item,
1688
1552
  .ui.ui.inverted.violet.menu {
1689
- background-color: #6435C9;
1553
+ background-color: #6435c9;
1690
1554
  }
1691
1555
  .ui.inverted.violet.menu .item::before {
1692
1556
  background-color: rgba(34, 36, 38, 0.1);
@@ -1699,7 +1563,7 @@ Floated Menu / Item
1699
1563
  }
1700
1564
  .ui.ui.ui.inverted.menu .purple.active.item,
1701
1565
  .ui.ui.inverted.purple.menu {
1702
- background-color: #A333C8;
1566
+ background-color: #a333c8;
1703
1567
  }
1704
1568
  .ui.inverted.purple.menu .item::before {
1705
1569
  background-color: rgba(34, 36, 38, 0.1);
@@ -1712,7 +1576,7 @@ Floated Menu / Item
1712
1576
  }
1713
1577
  .ui.ui.ui.inverted.menu .pink.active.item,
1714
1578
  .ui.ui.inverted.pink.menu {
1715
- background-color: #E03997;
1579
+ background-color: #e03997;
1716
1580
  }
1717
1581
  .ui.inverted.pink.menu .item::before {
1718
1582
  background-color: rgba(34, 36, 38, 0.1);
@@ -1725,7 +1589,7 @@ Floated Menu / Item
1725
1589
  }
1726
1590
  .ui.ui.ui.inverted.menu .brown.active.item,
1727
1591
  .ui.ui.inverted.brown.menu {
1728
- background-color: #A5673F;
1592
+ background-color: #a5673f;
1729
1593
  }
1730
1594
  .ui.inverted.brown.menu .item::before {
1731
1595
  background-color: rgba(34, 36, 38, 0.1);
@@ -1751,7 +1615,7 @@ Floated Menu / Item
1751
1615
  }
1752
1616
  .ui.ui.ui.inverted.menu .black.active.item,
1753
1617
  .ui.ui.inverted.black.menu {
1754
- background-color: #1B1C1D;
1618
+ background-color: #1b1c1d;
1755
1619
  }
1756
1620
  .ui.inverted.black.menu .item::before {
1757
1621
  background-color: rgba(34, 36, 38, 0.1);
@@ -1766,10 +1630,9 @@ Floated Menu / Item
1766
1630
  background-color: inherit;
1767
1631
  }
1768
1632
 
1769
- /*--------------
1770
- Fitted
1771
- ---------------*/
1772
-
1633
+ /* --------------
1634
+ Fitted
1635
+ --------------- */
1773
1636
  .ui.fitted.menu .item,
1774
1637
  .ui.fitted.menu .item .menu .item,
1775
1638
  .ui.menu .fitted.item {
@@ -1788,23 +1651,19 @@ Floated Menu / Item
1788
1651
  padding-right: 1.14285714em;
1789
1652
  }
1790
1653
 
1791
- /*--------------
1792
- Borderless
1793
- ---------------*/
1794
-
1654
+ /* --------------
1655
+ Borderless
1656
+ --------------- */
1795
1657
  .ui.borderless.menu .item::before,
1796
1658
  .ui.borderless.menu .item .menu .item::before,
1797
1659
  .ui.menu .borderless.item::before {
1798
1660
  background: none !important;
1799
1661
  }
1800
1662
 
1801
- /*-------------------
1802
- Compact
1803
- --------------------*/
1804
-
1663
+ /* -------------------
1664
+ Compact
1665
+ -------------------- */
1805
1666
  .ui.compact.menu {
1806
- display: -webkit-inline-box;
1807
- display: -ms-inline-flexbox;
1808
1667
  display: inline-flex;
1809
1668
  margin: 0;
1810
1669
  vertical-align: middle;
@@ -1828,19 +1687,17 @@ Floated Menu / Item
1828
1687
  display: block;
1829
1688
  }
1830
1689
 
1831
- /*-------------------
1832
- Fluid
1833
- --------------------*/
1834
-
1690
+ /* -------------------
1691
+ Fluid
1692
+ -------------------- */
1835
1693
  .ui.menu.fluid,
1836
1694
  .ui.vertical.menu.fluid {
1837
1695
  width: 100% !important;
1838
1696
  }
1839
1697
 
1840
- /*-------------------
1698
+ /* -------------------
1841
1699
  Evenly Sized
1842
- --------------------*/
1843
-
1700
+ -------------------- */
1844
1701
  .ui.item.menu,
1845
1702
  .ui.item.menu .item {
1846
1703
  width: 100%;
@@ -1849,9 +1706,7 @@ Floated Menu / Item
1849
1706
  margin-left: 0 !important;
1850
1707
  margin-right: 0 !important;
1851
1708
  text-align: center;
1852
- -webkit-box-pack: center;
1853
- -ms-flex-pack: center;
1854
- justify-content: center;
1709
+ justify-content: center;
1855
1710
  }
1856
1711
  .ui.attached.item.menu:not(.tabular) {
1857
1712
  margin: 0 -1px !important;
@@ -1893,10 +1748,9 @@ Floated Menu / Item
1893
1748
  width: 8.333%;
1894
1749
  }
1895
1750
 
1896
- /*--------------
1897
- Fixed
1898
- ---------------*/
1899
-
1751
+ /* --------------
1752
+ Fixed
1753
+ --------------- */
1900
1754
  .ui.menu.fixed {
1901
1755
  position: fixed;
1902
1756
  z-index: 101;
@@ -1957,27 +1811,24 @@ Floated Menu / Item
1957
1811
  padding-top: 2.75rem;
1958
1812
  }
1959
1813
 
1960
- /*-------------------
1961
- Pointing
1962
- --------------------*/
1963
-
1814
+ /* -------------------
1815
+ Pointing
1816
+ -------------------- */
1964
1817
  .ui.pointing.menu .item::after {
1965
1818
  visibility: hidden;
1966
1819
  position: absolute;
1967
- content: '';
1820
+ content: "";
1968
1821
  top: 100%;
1969
1822
  left: 50%;
1970
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1971
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
1823
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1972
1824
  background: none;
1973
1825
  margin: 0.5px 0 0;
1974
1826
  width: 0.57142857em;
1975
1827
  height: 0.57142857em;
1976
1828
  border: none;
1977
- border-bottom: 1px solid #D4D4D5;
1978
- border-right: 1px solid #D4D4D5;
1829
+ border-bottom: 1px solid #d4d4d5;
1830
+ border-right: 1px solid #d4d4d5;
1979
1831
  z-index: 2;
1980
- -webkit-transition: background 0.1s ease;
1981
1832
  transition: background 0.1s ease;
1982
1833
  }
1983
1834
  .ui.vertical.pointing.menu .item::after {
@@ -1986,12 +1837,11 @@ Floated Menu / Item
1986
1837
  right: 0;
1987
1838
  bottom: auto;
1988
1839
  left: auto;
1989
- -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
1990
- transform: translateX(50%) translateY(-50%) rotate(45deg);
1840
+ transform: translateX(50%) translateY(-50%) rotate(45deg);
1991
1841
  margin: 0 -0.5px 0 0;
1992
1842
  border: none;
1993
- border-top: 1px solid #D4D4D5;
1994
- border-right: 1px solid #D4D4D5;
1843
+ border-top: 1px solid #d4d4d5;
1844
+ border-right: 1px solid #d4d4d5;
1995
1845
  }
1996
1846
  .ui.pointing.menu .ui.dropdown .menu .item::after,
1997
1847
  .ui.vertical.pointing.menu .ui.dropdown .menu .item::after {
@@ -2014,22 +1864,22 @@ Floated Menu / Item
2014
1864
 
2015
1865
  /* Colors */
2016
1866
  .ui.pointing.menu .active.item:hover::after {
2017
- background-color: #F2F2F2;
1867
+ background-color: #f2f2f2;
2018
1868
  }
2019
1869
  .ui.pointing.menu .active.item::after {
2020
- background-color: #F2F2F2;
1870
+ background-color: #f2f2f2;
2021
1871
  }
2022
1872
  .ui.pointing.menu .active.item:hover::after {
2023
- background-color: #F2F2F2;
1873
+ background-color: #f2f2f2;
2024
1874
  }
2025
1875
  .ui.vertical.pointing.menu .active.item:hover::after {
2026
- background-color: #F2F2F2;
1876
+ background-color: #f2f2f2;
2027
1877
  }
2028
1878
  .ui.vertical.pointing.menu .active.item::after {
2029
- background-color: #F2F2F2;
1879
+ background-color: #f2f2f2;
2030
1880
  }
2031
1881
  .ui.vertical.pointing.menu .menu .active.item::after {
2032
- background-color: #FFFFFF;
1882
+ background-color: #fff;
2033
1883
  }
2034
1884
  @media only screen and (max-width: 767.98px) {
2035
1885
  .ui.stackable.grid .ui.fluid.vertical.pointing.menu .active.item::after {
@@ -2037,55 +1887,54 @@ Floated Menu / Item
2037
1887
  }
2038
1888
  }
2039
1889
  .ui.inverted.pointing.menu .primary.active.item::after {
2040
- background-color: #2185D0;
1890
+ background-color: #2185d0;
2041
1891
  }
2042
1892
  .ui.inverted.pointing.menu .secondary.active.item::after {
2043
- background-color: #1B1C1D;
1893
+ background-color: #1b1c1d;
2044
1894
  }
2045
1895
  .ui.inverted.pointing.menu .red.active.item::after {
2046
- background-color: #DB2828;
1896
+ background-color: #db2828;
2047
1897
  }
2048
1898
  .ui.inverted.pointing.menu .orange.active.item::after {
2049
- background-color: #F2711C;
1899
+ background-color: #f2711c;
2050
1900
  }
2051
1901
  .ui.inverted.pointing.menu .yellow.active.item::after {
2052
- background-color: #FBBD08;
1902
+ background-color: #fbbd08;
2053
1903
  }
2054
1904
  .ui.inverted.pointing.menu .olive.active.item::after {
2055
- background-color: #B5CC18;
1905
+ background-color: #b5cc18;
2056
1906
  }
2057
1907
  .ui.inverted.pointing.menu .green.active.item::after {
2058
- background-color: #21BA45;
1908
+ background-color: #21ba45;
2059
1909
  }
2060
1910
  .ui.inverted.pointing.menu .teal.active.item::after {
2061
- background-color: #00B5AD;
1911
+ background-color: #00b5ad;
2062
1912
  }
2063
1913
  .ui.inverted.pointing.menu .blue.active.item::after {
2064
- background-color: #2185D0;
1914
+ background-color: #2185d0;
2065
1915
  }
2066
1916
  .ui.inverted.pointing.menu .violet.active.item::after {
2067
- background-color: #6435C9;
1917
+ background-color: #6435c9;
2068
1918
  }
2069
1919
  .ui.inverted.pointing.menu .purple.active.item::after {
2070
- background-color: #A333C8;
1920
+ background-color: #a333c8;
2071
1921
  }
2072
1922
  .ui.inverted.pointing.menu .pink.active.item::after {
2073
- background-color: #E03997;
1923
+ background-color: #e03997;
2074
1924
  }
2075
1925
  .ui.inverted.pointing.menu .brown.active.item::after {
2076
- background-color: #A5673F;
1926
+ background-color: #a5673f;
2077
1927
  }
2078
1928
  .ui.inverted.pointing.menu .grey.active.item::after {
2079
1929
  background-color: #767676;
2080
1930
  }
2081
1931
  .ui.inverted.pointing.menu .black.active.item::after {
2082
- background-color: #1B1C1D;
1932
+ background-color: #1b1c1d;
2083
1933
  }
2084
1934
 
2085
- /*--------------
2086
- Attached
2087
- ---------------*/
2088
-
1935
+ /* --------------
1936
+ Attached
1937
+ --------------- */
2089
1938
 
2090
1939
  /* Middle */
2091
1940
  .ui.attached.menu {
@@ -2095,8 +1944,7 @@ Floated Menu / Item
2095
1944
  margin: 0 -1px;
2096
1945
  width: calc(100% + 2px);
2097
1946
  max-width: calc(100% + 2px);
2098
- -webkit-box-shadow: none;
2099
- box-shadow: none;
1947
+ box-shadow: none;
2100
1948
  }
2101
1949
  .ui.attached + .ui.attached.menu:not(.top) {
2102
1950
  border-top: none;
@@ -2120,8 +1968,7 @@ Floated Menu / Item
2120
1968
  margin-top: 0;
2121
1969
  top: 0;
2122
1970
  margin-bottom: 1rem;
2123
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
2124
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
1971
+ box-shadow: none;
2125
1972
  border-radius: 0 0 0.28571429rem 0.28571429rem;
2126
1973
  }
2127
1974
  .ui[class*="bottom attached"].menu:last-child {
@@ -2138,24 +1985,43 @@ Floated Menu / Item
2138
1985
 
2139
1986
  /* Tabular Attached */
2140
1987
  .ui.attached.menu:not(.tabular):not(.text) {
2141
- border: 1px solid #D4D4D5;
1988
+ border: 1px solid #d4d4d5;
2142
1989
  }
2143
1990
  .ui.attached.inverted.menu {
2144
1991
  border: none;
2145
1992
  }
2146
1993
  .ui[class*="top attached"].inverted.tabular.menu {
2147
- border-bottom: 1px solid #555555;
1994
+ border-bottom: 1px solid #555;
2148
1995
  }
2149
1996
  .ui.attached.tabular.menu {
2150
1997
  margin-left: 0;
2151
1998
  margin-right: 0;
2152
1999
  width: 100%;
2153
2000
  }
2001
+ .ui.wrapping.menu {
2002
+ flex-wrap: wrap;
2003
+ }
2004
+ .ui.wrapping.menu .item::before {
2005
+ right: auto;
2006
+ left: 0;
2007
+ }
2008
+ .ui.wrapping.menu .item:first-child::before {
2009
+ display: none;
2010
+ }
2011
+ .ui.wrapping.menu:not(.tabular) .item:last-of-type,
2012
+ .ui.wrapping.menu:not(.tabular) .item:last-child {
2013
+ border-right: 1px solid rgba(34, 36, 38, 0.1);
2014
+ }
2015
+ .ui.wrapped.menu:not(.tabular) .item:first-child {
2016
+ border-bottom-left-radius: 0;
2017
+ }
2018
+ .ui.wrapped.menu:not(.tabular) .item:last-child {
2019
+ border-top-right-radius: 0;
2020
+ }
2154
2021
 
2155
- /*--------------
2022
+ /* --------------
2156
2023
  Sizes
2157
- ---------------*/
2158
-
2024
+ --------------- */
2159
2025
  .ui.menu {
2160
2026
  font-size: 1rem;
2161
2027
  }
@@ -2219,14 +2085,12 @@ Floated Menu / Item
2219
2085
  width: 25rem;
2220
2086
  }
2221
2087
 
2222
- /*-------------------
2088
+ /* -------------------
2223
2089
  Inverted dropdowns
2224
- --------------------*/
2225
-
2090
+ -------------------- */
2226
2091
  .ui.menu .ui.inverted.inverted.dropdown.item .menu {
2227
- background: #1B1C1D;
2228
- -webkit-box-shadow: none;
2229
- box-shadow: none;
2092
+ background: #1b1c1d;
2093
+ box-shadow: none;
2230
2094
  }
2231
2095
  .ui.menu .ui.inverted.dropdown .menu > .item {
2232
2096
  color: rgba(255, 255, 255, 0.8) !important;
@@ -2246,8 +2110,7 @@ Floated Menu / Item
2246
2110
 
2247
2111
  /* Vertical */
2248
2112
  .ui.vertical.menu .inverted.dropdown.item .menu {
2249
- -webkit-box-shadow: none;
2250
- box-shadow: none;
2113
+ box-shadow: none;
2251
2114
  }
2252
2115
 
2253
2116