fomantic-ui-sass 2.8.8.1 → 2.9.1

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