@northdata/fomantic-ui 2.8.722 → 2.9.401

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/lib/semantic-ui/dist/components/accordion.css +62 -69
  2. package/lib/semantic-ui/dist/components/accordion.js +595 -618
  3. package/lib/semantic-ui/dist/components/accordion.min.css +4 -4
  4. package/lib/semantic-ui/dist/components/accordion.min.js +6 -6
  5. package/lib/semantic-ui/dist/components/api.js +1225 -1177
  6. package/lib/semantic-ui/dist/components/api.min.js +6 -6
  7. package/lib/semantic-ui/dist/components/button.css +291 -634
  8. package/lib/semantic-ui/dist/components/button.min.css +4 -4
  9. package/lib/semantic-ui/dist/components/calendar.css +149 -33
  10. package/lib/semantic-ui/dist/components/calendar.js +2045 -1774
  11. package/lib/semantic-ui/dist/components/calendar.min.css +4 -4
  12. package/lib/semantic-ui/dist/components/calendar.min.js +6 -6
  13. package/lib/semantic-ui/dist/components/card.css +147 -537
  14. package/lib/semantic-ui/dist/components/card.min.css +4 -4
  15. package/lib/semantic-ui/dist/components/checkbox.css +215 -405
  16. package/lib/semantic-ui/dist/components/checkbox.js +888 -876
  17. package/lib/semantic-ui/dist/components/checkbox.min.css +4 -4
  18. package/lib/semantic-ui/dist/components/checkbox.min.js +6 -6
  19. package/lib/semantic-ui/dist/components/container.css +20 -21
  20. package/lib/semantic-ui/dist/components/container.min.css +4 -4
  21. package/lib/semantic-ui/dist/components/dimmer.css +76 -184
  22. package/lib/semantic-ui/dist/components/dimmer.js +732 -753
  23. package/lib/semantic-ui/dist/components/dimmer.min.css +4 -4
  24. package/lib/semantic-ui/dist/components/dimmer.min.js +6 -6
  25. package/lib/semantic-ui/dist/components/divider.css +81 -88
  26. package/lib/semantic-ui/dist/components/divider.min.css +4 -4
  27. package/lib/semantic-ui/dist/components/dropdown.css +431 -450
  28. package/lib/semantic-ui/dist/components/dropdown.js +4432 -4238
  29. package/lib/semantic-ui/dist/components/dropdown.min.css +4 -4
  30. package/lib/semantic-ui/dist/components/dropdown.min.js +6 -6
  31. package/lib/semantic-ui/dist/components/feed.css +130 -87
  32. package/lib/semantic-ui/dist/components/feed.min.css +4 -4
  33. package/lib/semantic-ui/dist/components/flag.css +541 -511
  34. package/lib/semantic-ui/dist/components/flag.min.css +4 -4
  35. package/lib/semantic-ui/dist/components/form.css +437 -476
  36. package/lib/semantic-ui/dist/components/form.js +2199 -2033
  37. package/lib/semantic-ui/dist/components/form.min.css +4 -4
  38. package/lib/semantic-ui/dist/components/form.min.js +6 -6
  39. package/lib/semantic-ui/dist/components/grid.css +151 -306
  40. package/lib/semantic-ui/dist/components/grid.min.css +4 -4
  41. package/lib/semantic-ui/dist/components/header.css +82 -99
  42. package/lib/semantic-ui/dist/components/header.min.css +4 -4
  43. package/lib/semantic-ui/dist/components/icon.css +2744 -2706
  44. package/lib/semantic-ui/dist/components/icon.min.css +4 -4
  45. package/lib/semantic-ui/dist/components/image.css +38 -73
  46. package/lib/semantic-ui/dist/components/image.min.css +4 -4
  47. package/lib/semantic-ui/dist/components/input.css +344 -254
  48. package/lib/semantic-ui/dist/components/input.min.css +4 -4
  49. package/lib/semantic-ui/dist/components/item.css +91 -139
  50. package/lib/semantic-ui/dist/components/item.min.css +4 -4
  51. package/lib/semantic-ui/dist/components/label.css +244 -267
  52. package/lib/semantic-ui/dist/components/label.min.css +4 -4
  53. package/lib/semantic-ui/dist/components/list.css +75 -113
  54. package/lib/semantic-ui/dist/components/list.min.css +4 -4
  55. package/lib/semantic-ui/dist/components/loader.css +142 -601
  56. package/lib/semantic-ui/dist/components/loader.min.css +4 -4
  57. package/lib/semantic-ui/dist/components/menu.css +398 -638
  58. package/lib/semantic-ui/dist/components/menu.min.css +9 -1
  59. package/lib/semantic-ui/dist/components/message.css +116 -332
  60. package/lib/semantic-ui/dist/components/message.min.css +4 -4
  61. package/lib/semantic-ui/dist/components/modal.css +149 -138
  62. package/lib/semantic-ui/dist/components/modal.js +1637 -1209
  63. package/lib/semantic-ui/dist/components/modal.min.css +4 -4
  64. package/lib/semantic-ui/dist/components/modal.min.js +6 -6
  65. package/lib/semantic-ui/dist/components/popup.css +284 -277
  66. package/lib/semantic-ui/dist/components/popup.js +1561 -1541
  67. package/lib/semantic-ui/dist/components/popup.min.css +4 -4
  68. package/lib/semantic-ui/dist/components/popup.min.js +6 -6
  69. package/lib/semantic-ui/dist/components/reset.css +12 -17
  70. package/lib/semantic-ui/dist/components/reset.min.css +4 -4
  71. package/lib/semantic-ui/dist/components/search.css +99 -137
  72. package/lib/semantic-ui/dist/components/search.js +1641 -1565
  73. package/lib/semantic-ui/dist/components/search.min.css +4 -4
  74. package/lib/semantic-ui/dist/components/search.min.js +6 -6
  75. package/lib/semantic-ui/dist/components/segment.css +149 -275
  76. package/lib/semantic-ui/dist/components/segment.min.css +4 -4
  77. package/lib/semantic-ui/dist/components/site.css +40 -48
  78. package/lib/semantic-ui/dist/components/site.js +455 -493
  79. package/lib/semantic-ui/dist/components/site.min.css +4 -4
  80. package/lib/semantic-ui/dist/components/site.min.js +6 -6
  81. package/lib/semantic-ui/dist/components/tab.css +16 -20
  82. package/lib/semantic-ui/dist/components/tab.js +967 -1001
  83. package/lib/semantic-ui/dist/components/tab.min.css +4 -4
  84. package/lib/semantic-ui/dist/components/tab.min.js +6 -6
  85. package/lib/semantic-ui/dist/components/table.css +465 -424
  86. package/lib/semantic-ui/dist/components/table.min.css +4 -4
  87. package/lib/semantic-ui/dist/components/transition.css +264 -1282
  88. package/lib/semantic-ui/dist/components/transition.js +1034 -1109
  89. package/lib/semantic-ui/dist/components/transition.min.css +4 -4
  90. package/lib/semantic-ui/dist/components/transition.min.js +6 -6
  91. package/lib/semantic-ui/dist/semantic-packed.css +5610 -6590
  92. package/lib/semantic-ui/dist/semantic.css +8547 -11697
  93. package/lib/semantic-ui/dist/semantic.full.css +14698 -11227
  94. package/lib/semantic-ui/dist/semantic.full.min.css +6 -262
  95. package/lib/semantic-ui/dist/semantic.js +19428 -19253
  96. package/lib/semantic-ui/dist/semantic.min.css +128 -128
  97. package/lib/semantic-ui/dist/semantic.min.js +6 -6
  98. package/lib/semantic-ui/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  99. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  100. package/lib/semantic-ui/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  101. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  102. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  103. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff +0 -0
  104. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  106. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  107. package/lib/semantic-ui/types/fomantic-ui-accordion.d.ts +244 -0
  108. package/lib/semantic-ui/types/fomantic-ui-api.d.ts +561 -0
  109. package/lib/semantic-ui/types/fomantic-ui-calendar.d.ts +867 -0
  110. package/lib/semantic-ui/types/fomantic-ui-checkbox.d.ts +342 -0
  111. package/lib/semantic-ui/types/fomantic-ui-dimmer.d.ts +408 -0
  112. package/lib/semantic-ui/types/fomantic-ui-dropdown.d.ts +1221 -0
  113. package/lib/semantic-ui/types/fomantic-ui-embed.d.ts +343 -0
  114. package/lib/semantic-ui/types/fomantic-ui-flyout.d.ts +539 -0
  115. package/lib/semantic-ui/types/fomantic-ui-form.d.ts +759 -0
  116. package/lib/semantic-ui/types/fomantic-ui-modal.d.ts +567 -0
  117. package/lib/semantic-ui/types/fomantic-ui-nag.d.ts +270 -0
  118. package/lib/semantic-ui/types/fomantic-ui-popup.d.ts +549 -0
  119. package/lib/semantic-ui/types/fomantic-ui-progress.d.ts +465 -0
  120. package/lib/semantic-ui/types/fomantic-ui-rating.d.ts +187 -0
  121. package/lib/semantic-ui/types/fomantic-ui-search.d.ts +612 -0
  122. package/lib/semantic-ui/types/fomantic-ui-shape.d.ts +274 -0
  123. package/lib/semantic-ui/types/fomantic-ui-sidebar.d.ts +402 -0
  124. package/lib/semantic-ui/types/fomantic-ui-slider.d.ts +368 -0
  125. package/lib/semantic-ui/types/fomantic-ui-sticky.d.ts +215 -0
  126. package/lib/semantic-ui/types/fomantic-ui-tab.d.ts +361 -0
  127. package/lib/semantic-ui/types/fomantic-ui-toast.d.ts +526 -0
  128. package/lib/semantic-ui/types/fomantic-ui-transition.d.ts +389 -0
  129. package/lib/semantic-ui/types/fomantic-ui-visibility.d.ts +355 -0
  130. package/lib/semantic-ui/types/index.d.ts +63 -0
  131. package/package.json +19 -8
  132. package/lib/semantic-ui/dist/components/shape.css +0 -160
  133. package/lib/semantic-ui/dist/components/shape.js +0 -848
  134. package/lib/semantic-ui/dist/components/shape.min.css +0 -9
  135. package/lib/semantic-ui/dist/components/shape.min.js +0 -11
  136. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.eot +0 -0
  137. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.svg +0 -450
  138. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  139. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  140. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  141. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  142. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  143. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.svg +0 -4938
  144. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  145. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  146. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  147. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  148. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  149. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.svg +0 -200
  150. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  151. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.woff +0 -0
  152. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.eot +0 -0
  153. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.svg +0 -2373
  154. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.ttf +0 -0
  155. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff +0 -0
  156. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff2 +0 -0
  157. /package/lib/semantic-ui/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI - Dropdown
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.4 - Dropdown
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -19,12 +19,8 @@
19
19
  display: inline-block;
20
20
  outline: none;
21
21
  text-align: left;
22
- -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
23
- transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
24
22
  transition: box-shadow 0.1s ease, width 0.1s ease;
25
- transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
26
23
  -webkit-user-select: none;
27
- -moz-user-select: none;
28
24
  -ms-user-select: none;
29
25
  user-select: none;
30
26
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -36,30 +32,25 @@
36
32
  *******************************/
37
33
 
38
34
 
39
- /*--------------
35
+ /* --------------
40
36
  Menu
41
- ---------------*/
42
-
37
+ --------------- */
43
38
  .ui.dropdown .menu {
44
39
  cursor: auto;
45
40
  position: absolute;
46
41
  display: none;
47
42
  outline: none;
48
43
  top: 100%;
49
- min-width: -webkit-max-content;
50
- min-width: -moz-max-content;
51
44
  min-width: max-content;
52
45
  margin: 0;
53
- padding: 0 0;
54
- background: #FFFFFF;
46
+ padding: 0;
47
+ background: #fff;
55
48
  font-size: 1em;
56
49
  text-shadow: none;
57
50
  text-align: left;
58
- -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
59
- box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
51
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
60
52
  border: 1px solid rgba(34, 36, 38, 0.15);
61
53
  border-radius: 0;
62
- -webkit-transition: opacity 0.1s ease;
63
54
  transition: opacity 0.1s ease;
64
55
  z-index: 11;
65
56
  will-change: transform, opacity;
@@ -68,22 +59,21 @@
68
59
  white-space: nowrap;
69
60
  }
70
61
 
71
- /*--------------
62
+ /* --------------
72
63
  Hidden Input
73
- ---------------*/
74
-
64
+ --------------- */
75
65
  .ui.dropdown > input:not(.search):first-child,
76
66
  .ui.dropdown > select {
77
67
  display: none !important;
78
68
  }
79
69
 
80
- /*--------------
70
+ /* --------------
81
71
  Dropdown Icon
82
- ---------------*/
83
-
84
- .ui.dropdown:not(.labeled) > .dropdown.icon {
72
+ --------------- */
73
+ .ui.dropdown > .dropdown.icon {
85
74
  position: relative;
86
75
  width: auto;
76
+ min-width: 1em;
87
77
  font-size: 0.85714286em;
88
78
  margin: 0 0 0 1em;
89
79
  }
@@ -96,20 +86,17 @@
96
86
  margin-right: 1em;
97
87
  }
98
88
 
99
- /*--------------
89
+ /* --------------
100
90
  Text
101
- ---------------*/
102
-
91
+ --------------- */
103
92
  .ui.dropdown > .text {
104
93
  display: inline-block;
105
- -webkit-transition: none;
106
94
  transition: none;
107
95
  }
108
96
 
109
- /*--------------
97
+ /* --------------
110
98
  Menu Item
111
- ---------------*/
112
-
99
+ --------------- */
113
100
  .ui.dropdown .menu > .item {
114
101
  position: relative;
115
102
  cursor: pointer;
@@ -122,30 +109,23 @@
122
109
  line-height: 1em;
123
110
  font-size: 90%;
124
111
  color: rgba(0, 0, 0, 0.87);
125
- padding: 0.78571429rem 1.14285714rem !important;
112
+ padding: 0.78571429rem 1.14285714rem;
126
113
  text-transform: none;
127
114
  font-weight: 300;
128
- -webkit-box-shadow: none;
129
- box-shadow: none;
115
+ box-shadow: none;
130
116
  -webkit-touch-callout: none;
131
117
  }
132
118
  .ui.dropdown .menu > .item:first-child {
133
119
  border-top-width: 0;
134
120
  }
135
121
  .ui.dropdown .menu > .item.vertical {
136
- display: -webkit-box;
137
- display: -ms-flexbox;
138
122
  display: flex;
139
- -webkit-box-orient: vertical;
140
- -webkit-box-direction: reverse;
141
- -ms-flex-direction: column-reverse;
142
- flex-direction: column-reverse;
123
+ flex-direction: column-reverse;
143
124
  }
144
125
 
145
- /*--------------
126
+ /* --------------
146
127
  Floated Content
147
- ---------------*/
148
-
128
+ --------------- */
149
129
  .ui.dropdown > .text > [class*="right floated"],
150
130
  .ui.dropdown .menu .item > [class*="right floated"] {
151
131
  float: right !important;
@@ -165,10 +145,9 @@
165
145
  margin-top: 0em;
166
146
  }
167
147
 
168
- /*--------------
148
+ /* --------------
169
149
  Menu Divider
170
- ---------------*/
171
-
150
+ --------------- */
172
151
  .ui.dropdown .menu > .header {
173
152
  margin: 1rem 0 0.75rem;
174
153
  padding: 0 1.14285714rem;
@@ -187,10 +166,8 @@
187
166
  .ui.dropdown .menu > .horizontal.divider {
188
167
  border-top: none;
189
168
  }
190
- .ui.dropdown.dropdown .menu > .input {
169
+ .ui.ui.ui.dropdown .menu > .input {
191
170
  width: auto;
192
- display: -webkit-box;
193
- display: -ms-flexbox;
194
171
  display: flex;
195
172
  margin: 1.14285714rem 0.78571429rem;
196
173
  min-width: 10rem;
@@ -208,10 +185,9 @@
208
185
  padding-bottom: 0.5em;
209
186
  }
210
187
 
211
- /*-----------------
188
+ /* -----------------
212
189
  Item Description
213
- -------------------*/
214
-
190
+ ------------------- */
215
191
  .ui.dropdown > .text > .description,
216
192
  .ui.dropdown .menu > .item > .description {
217
193
  float: right;
@@ -222,18 +198,16 @@
222
198
  margin: 0;
223
199
  }
224
200
 
225
- /*-----------------
201
+ /* -----------------
226
202
  Item Text
227
- -------------------*/
228
-
203
+ ------------------- */
229
204
  .ui.dropdown .menu > .item.vertical > .text {
230
205
  margin-bottom: 0.25em;
231
206
  }
232
207
 
233
- /*-----------------
208
+ /* -----------------
234
209
  Message
235
- -------------------*/
236
-
210
+ ------------------- */
237
211
  .ui.dropdown .menu > .message {
238
212
  padding: 0.78571429rem 1.14285714rem;
239
213
  font-weight: normal;
@@ -242,10 +216,9 @@
242
216
  color: rgba(0, 0, 0, 0.4);
243
217
  }
244
218
 
245
- /*--------------
219
+ /* --------------
246
220
  Sub Menu
247
- ---------------*/
248
-
221
+ --------------- */
249
222
  .ui.dropdown .menu .menu {
250
223
  top: 0;
251
224
  left: 100%;
@@ -256,16 +229,16 @@
256
229
  }
257
230
 
258
231
  /* Hide Arrow */
259
- .ui.dropdown .menu .menu:after {
232
+ .ui.dropdown .menu .menu::after {
260
233
  display: none;
261
234
  }
262
235
 
263
- /*--------------
236
+ /* --------------
264
237
  Sub Elements
265
- ---------------*/
266
-
238
+ --------------- */
267
239
 
268
240
  /* Icons / Flags / Labels / Image */
241
+ .ui.dropdown > .text > i.icons,
269
242
  .ui.dropdown > .text > i.icon,
270
243
  .ui.dropdown > .text > .label,
271
244
  .ui.dropdown > .text > .flag,
@@ -273,6 +246,7 @@
273
246
  .ui.dropdown > .text > .image {
274
247
  margin-top: 0em;
275
248
  }
249
+ .ui.dropdown .menu > .item > i.icons,
276
250
  .ui.dropdown .menu > .item > i.icon,
277
251
  .ui.dropdown .menu > .item > .label,
278
252
  .ui.dropdown .menu > .item > .flag,
@@ -280,11 +254,13 @@
280
254
  .ui.dropdown .menu > .item > img {
281
255
  margin-top: 0em;
282
256
  }
257
+ .ui.dropdown > .text > i.icons,
283
258
  .ui.dropdown > .text > i.icon,
284
259
  .ui.dropdown > .text > .label,
285
260
  .ui.dropdown > .text > .flag,
286
261
  .ui.dropdown > .text > img,
287
262
  .ui.dropdown > .text > .image,
263
+ .ui.dropdown .menu > .item > i.icons,
288
264
  .ui.dropdown .menu > .item > i.icon,
289
265
  .ui.dropdown .menu > .item > .label,
290
266
  .ui.dropdown .menu > .item > .flag,
@@ -295,10 +271,9 @@
295
271
  margin-right: 0.78571429rem;
296
272
  }
297
273
 
298
- /*--------------
274
+ /* --------------
299
275
  Image
300
- ---------------*/
301
-
276
+ --------------- */
302
277
  .ui.dropdown > .text > img,
303
278
  .ui.dropdown > .text > .image:not(.icon),
304
279
  .ui.dropdown .menu > .item > .image:not(.icon),
@@ -317,14 +292,13 @@
317
292
  *******************************/
318
293
 
319
294
 
320
- /*--------------
295
+ /* --------------
321
296
  Menu
322
- ---------------*/
323
-
297
+ --------------- */
324
298
 
325
299
  /* Remove Menu Item Divider */
326
- .ui.dropdown .ui.menu > .item:before,
327
- .ui.menu .ui.dropdown .menu > .item:before {
300
+ .ui.dropdown .ui.menu > .item::before,
301
+ .ui.menu .ui.dropdown .menu > .item::before {
328
302
  display: none;
329
303
  }
330
304
 
@@ -353,10 +327,9 @@ select.ui.dropdown {
353
327
  visibility: visible;
354
328
  }
355
329
 
356
- /*--------------
357
- Selection
358
- ---------------*/
359
-
330
+ /* --------------
331
+ Selection
332
+ --------------- */
360
333
 
361
334
  /* Displays like a select box */
362
335
  .ui.selection.dropdown {
@@ -365,22 +338,17 @@ select.ui.dropdown {
365
338
  line-height: 1em;
366
339
  white-space: normal;
367
340
  outline: 0;
368
- -webkit-transform: rotateZ(0deg);
369
- transform: rotateZ(0deg);
341
+ transform: rotateZ(0);
370
342
  min-width: 14em;
371
343
  min-height: 2.7142em;
372
- background: #FFFFFF;
344
+ background: #fff;
373
345
  display: inline-block;
374
346
  padding: 0.78571429em 3.2em 0.78571429em 1em;
375
347
  color: rgba(0, 0, 0, 0.87);
376
- -webkit-box-shadow: none;
377
- box-shadow: none;
348
+ box-shadow: none;
378
349
  border: 1px solid rgba(34, 36, 38, 0.15);
379
350
  border-radius: 0;
380
- -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
381
- transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
382
351
  transition: box-shadow 0.1s ease, width 0.1s ease;
383
- transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
384
352
  }
385
353
  .ui.selection.dropdown.visible,
386
354
  .ui.selection.dropdown.active {
@@ -399,129 +367,151 @@ select.ui.dropdown {
399
367
  z-index: 3;
400
368
  margin: -0.78571429em;
401
369
  padding: 0.78571429em;
402
- opacity: 0.8;
403
- -webkit-transition: opacity 0.1s ease;
370
+ opacity: 0.5;
404
371
  transition: opacity 0.1s ease;
405
372
  }
406
373
 
407
- /* Selection Menu */
408
- .ui.selection.dropdown .menu {
374
+ /* Selection Menu */
375
+ .ui.selection.dropdown:not(.unlimited) .menu {
409
376
  overflow-x: hidden;
410
377
  overflow-y: auto;
378
+ -ms-scroll-chaining: none;
379
+ overscroll-behavior: none;
411
380
  -webkit-backface-visibility: hidden;
412
381
  backface-visibility: hidden;
413
- -webkit-overflow-scrolling: touch;
414
- border-top-width: 0 !important;
415
- width: auto;
382
+ }
383
+ .ui.selection.dropdown .menu {
416
384
  outline: none;
417
385
  margin: 0 -1px;
418
386
  min-width: calc(100% + 2px);
419
387
  width: calc(100% + 2px);
420
- border-radius: 0 0 0 0;
421
- -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
422
- box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
423
- -webkit-transition: opacity 0.1s ease;
388
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
424
389
  transition: opacity 0.1s ease;
425
390
  }
426
- .ui.selection.dropdown .menu:after,
427
- .ui.selection.dropdown .menu:before {
391
+ .ui.selection.dropdown:not(.pointing):not(.floating) > .menu {
392
+ border-top-width: 0;
393
+ border-radius: 0 0 0 0;
394
+ }
395
+ .ui.selection.dropdown .menu::after,
396
+ .ui.selection.dropdown .menu::before {
428
397
  display: none;
429
398
  }
430
399
 
431
- /*--------------
432
- Message
433
- ---------------*/
434
-
400
+ /* --------------
401
+ Message
402
+ --------------- */
435
403
  .ui.selection.dropdown .menu > .message {
436
404
  padding: 0.78571429rem 1.14285714rem;
437
405
  }
438
406
  @media only screen and (max-width: 767.98px) {
439
- .ui.selection.dropdown .menu {
407
+ .ui.selection.dropdown:not(.unlimited) .menu {
440
408
  max-height: 8.01428571rem;
441
409
  }
442
- .ui.selection.dropdown.long .menu {
410
+ .ui.ui.selection.dropdown.long .menu {
443
411
  max-height: 16.02857143rem;
444
412
  }
445
- .ui.selection.dropdown[class*="very long"] .menu {
413
+ .ui.ui.selection.dropdown[class*="very long"] .menu {
446
414
  max-height: 24.04285714rem;
447
415
  }
448
416
  }
449
417
  @media only screen and (min-width: 768px) {
450
- .ui.selection.dropdown .menu {
418
+ .ui.selection.dropdown:not(.unlimited) .menu {
451
419
  max-height: 10.68571429rem;
452
420
  }
453
- .ui.selection.dropdown.long .menu {
421
+ .ui.ui.selection.dropdown.long .menu {
454
422
  max-height: 21.37142857rem;
455
423
  }
456
- .ui.selection.dropdown[class*="very long"] .menu {
424
+ .ui.ui.selection.dropdown[class*="very long"] .menu {
457
425
  max-height: 32.05714286rem;
458
426
  }
459
427
  }
460
428
  @media only screen and (min-width: 992px) {
461
- .ui.selection.dropdown .menu {
429
+ .ui.selection.dropdown:not(.unlimited) .menu {
462
430
  max-height: 16.02857143rem;
463
431
  }
464
- .ui.selection.dropdown.long .menu {
432
+ .ui.ui.selection.dropdown.long .menu {
465
433
  max-height: 32.05714286rem;
466
434
  }
467
- .ui.selection.dropdown[class*="very long"] .menu {
435
+ .ui.ui.selection.dropdown[class*="very long"] .menu {
468
436
  max-height: 48.08571429rem;
469
437
  }
470
438
  }
471
439
  @media only screen and (min-width: 1920px) {
472
- .ui.selection.dropdown .menu {
440
+ .ui.selection.dropdown:not(.unlimited) .menu {
473
441
  max-height: 21.37142857rem;
474
442
  }
475
- .ui.selection.dropdown.long .menu {
443
+ .ui.ui.selection.dropdown.long .menu {
476
444
  max-height: 42.74285714rem;
477
445
  }
478
- .ui.selection.dropdown[class*="very long"] .menu {
446
+ .ui.ui.selection.dropdown[class*="very long"] .menu {
479
447
  max-height: 64.11428571rem;
480
448
  }
481
449
  }
482
450
 
483
451
  /* Menu Item */
484
452
  .ui.selection.dropdown .menu > .item {
485
- border-top: 1px solid #FAFAFA;
486
- padding: 0.78571429rem 1.14285714rem !important;
453
+ border-top: 1px solid #fafafa;
454
+ padding: 0.78571429rem 1.14285714rem;
487
455
  white-space: normal;
488
456
  word-wrap: normal;
489
457
  }
458
+ .ui.selection.pointing.dropdown .menu > .item:first-child,
459
+ .ui.selection.floating.dropdown .menu > .item:first-child {
460
+ border-top: none;
461
+ }
490
462
 
491
463
  /* User Item */
492
464
  .ui.selection.dropdown .menu > .hidden.addition.item {
493
465
  display: none;
494
466
  }
495
467
 
468
+ /* User addition item */
469
+ .ui.dropdown > .menu > .stuck.addition.item:first-child {
470
+ position: sticky;
471
+ top: 0;
472
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
473
+ background: #fff;
474
+ z-index: 14;
475
+ }
476
+
496
477
  /* Hover */
497
478
  .ui.selection.dropdown:hover {
498
479
  border-color: rgba(34, 36, 38, 0.35);
499
- -webkit-box-shadow: none;
500
- box-shadow: none;
480
+ box-shadow: none;
501
481
  }
502
482
 
503
483
  /* Active */
484
+ .ui.selection.simple.dropdown:hover,
504
485
  .ui.selection.active.dropdown {
505
- border-color: #96C8DA;
506
- -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
507
- box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
486
+ border-color: #96c8da;
487
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
508
488
  }
489
+ .ui.selection.simple.dropdown:hover .menu,
509
490
  .ui.selection.active.dropdown .menu {
510
- border-color: #96C8DA;
511
- -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
512
- box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
491
+ border-color: #96c8da;
492
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
513
493
  }
514
494
 
515
495
  /* Focus */
516
496
  .ui.selection.dropdown:focus {
517
- border-color: #96C8DA;
518
- -webkit-box-shadow: none;
519
- box-shadow: none;
497
+ border-color: #96c8da;
498
+ box-shadow: none;
520
499
  }
521
500
  .ui.selection.dropdown:focus .menu {
522
- border-color: #96C8DA;
523
- -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
524
- box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
501
+ border-color: #96c8da;
502
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
503
+ }
504
+ @supports selector(:has(.f)) {
505
+ .ui.ui.selection.dropdown:has(> input:focus) {
506
+ border-color: #96c8da;
507
+ box-shadow: none;
508
+ }
509
+ .ui.ui.selection.dropdown:has(> input:focus) > i.icon {
510
+ opacity: 1;
511
+ }
512
+ }
513
+ .ui.ui.selection.dropdown:focus > i.icon {
514
+ opacity: 1;
525
515
  }
526
516
 
527
517
  /* Visible */
@@ -532,25 +522,23 @@ select.ui.dropdown {
532
522
 
533
523
  /* Visible Hover */
534
524
  .ui.selection.active.dropdown:hover {
535
- border-color: #96C8DA;
536
- -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
537
- box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
525
+ border-color: #96c8da;
526
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
538
527
  }
539
528
  .ui.selection.active.dropdown:hover .menu {
540
- border-color: #96C8DA;
541
- -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
542
- box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
529
+ border-color: #96c8da;
530
+ box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
543
531
  }
544
532
 
545
533
  /* Dropdown Icon */
546
534
  .ui.active.selection.dropdown > .dropdown.icon,
547
535
  .ui.visible.selection.dropdown > .dropdown.icon {
548
- opacity: '';
536
+ opacity: "";
549
537
  z-index: 3;
550
538
  }
551
539
 
552
540
  /* Connecting Border */
553
- .ui.active.selection.dropdown {
541
+ .ui.active.selection.dropdown:not(.pointing):not(.floating) {
554
542
  border-bottom-left-radius: 0 !important;
555
543
  border-bottom-right-radius: 0 !important;
556
544
  }
@@ -558,22 +546,19 @@ select.ui.dropdown {
558
546
  /* Empty Connecting Border */
559
547
  .ui.active.empty.selection.dropdown {
560
548
  border-radius: 0 !important;
561
- -webkit-box-shadow: none !important;
562
- box-shadow: none !important;
549
+ box-shadow: none !important;
563
550
  }
564
551
  .ui.active.empty.selection.dropdown .menu {
565
552
  border: none !important;
566
- -webkit-box-shadow: none !important;
567
- box-shadow: none !important;
553
+ box-shadow: none !important;
568
554
  }
569
555
 
570
- /* CSS specific to iOS devices or firefox mobile only */
571
- @supports (-webkit-touch-callout: none) or (-webkit-overflow-scrolling: touch) or (-moz-appearance:none) {
556
+ /* CSS specific to iOS devices or firefox mobile only */
557
+ @supports (-webkit-touch-callout: none) or (-moz-appearance: none) {
572
558
  @media (-moz-touch-enabled), (pointer: coarse) {
573
- .ui.dropdown .scrollhint.menu:not(.hidden):before {
574
- -webkit-animation: scrollhint 2s ease 2;
575
- animation: scrollhint 2s ease 2;
576
- content: '';
559
+ .ui.dropdown .scrollhint.menu:not(.hidden)::before {
560
+ animation: scrollhint 2s ease 2;
561
+ content: "";
577
562
  z-index: 15;
578
563
  display: block;
579
564
  position: absolute;
@@ -583,28 +568,10 @@ select.ui.dropdown {
583
568
  height: 100%;
584
569
  border-right: 0.25em solid;
585
570
  border-left: 0;
586
- -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0))) 1 100%;
587
- -webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
588
- -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
589
- border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0))) 1 100%;
590
- border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
591
- }
592
- .ui.inverted.dropdown .scrollhint.menu:not(.hidden):before {
593
- -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0))) 1 100%;
594
- -webkit-border-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
595
- -o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
596
- border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0))) 1 100%;
597
- border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
571
+ border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
598
572
  }
599
- @-webkit-keyframes scrollhint {
600
- 0% {
601
- opacity: 1;
602
- top: 100%;
603
- }
604
- 100% {
605
- opacity: 0;
606
- top: 0;
607
- }
573
+ .ui.inverted.dropdown .scrollhint.menu:not(.hidden)::before {
574
+ border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
608
575
  }
609
576
  @keyframes scrollhint {
610
577
  0% {
@@ -619,22 +586,20 @@ select.ui.dropdown {
619
586
  }
620
587
  }
621
588
 
622
- /*--------------
623
- Searchable
624
- ---------------*/
625
-
589
+ /* --------------
590
+ Searchable
591
+ --------------- */
626
592
 
627
593
  /* Search Selection */
628
594
  .ui.search.dropdown {
629
- min-width: '';
595
+ min-width: "";
630
596
  }
631
597
 
632
598
  /* Search Dropdown */
633
599
  .ui.search.dropdown > input.search {
634
600
  background: none transparent !important;
635
601
  border: none !important;
636
- -webkit-box-shadow: none !important;
637
- box-shadow: none !important;
602
+ box-shadow: none !important;
638
603
  cursor: text;
639
604
  top: 0;
640
605
  left: 1px;
@@ -686,68 +651,45 @@ select.ui.dropdown {
686
651
  opacity: 0.45;
687
652
  }
688
653
  .ui.active.search.dropdown input.search:focus + .text {
689
- color: #9ab5c1 !important;
654
+ color: #9ab5c1;
690
655
  }
691
656
  .ui.search.dropdown.button > span.sizer {
692
657
  display: none;
693
658
  }
694
659
 
695
660
  /* Search Menu */
696
- .ui.search.dropdown .menu {
661
+ .ui.search.dropdown:not(.unlimited) .menu {
697
662
  overflow-x: hidden;
698
663
  overflow-y: auto;
664
+ -ms-scroll-chaining: none;
665
+ overscroll-behavior: none;
699
666
  -webkit-backface-visibility: hidden;
700
667
  backface-visibility: hidden;
701
- -webkit-overflow-scrolling: touch;
702
668
  }
703
669
  @media only screen and (max-width: 767.98px) {
704
- .ui.search.dropdown .menu {
670
+ .ui.search.dropdown:not(.unlimited) .menu {
705
671
  max-height: 8.01428571rem;
706
672
  }
707
673
  }
708
674
  @media only screen and (min-width: 768px) {
709
- .ui.search.dropdown .menu {
675
+ .ui.search.dropdown:not(.unlimited) .menu {
710
676
  max-height: 10.68571429rem;
711
677
  }
712
678
  }
713
679
  @media only screen and (min-width: 992px) {
714
- .ui.search.dropdown .menu {
680
+ .ui.search.dropdown:not(.unlimited) .menu {
715
681
  max-height: 16.02857143rem;
716
682
  }
717
683
  }
718
684
  @media only screen and (min-width: 1920px) {
719
- .ui.search.dropdown .menu {
685
+ .ui.search.dropdown:not(.unlimited) .menu {
720
686
  max-height: 21.37142857rem;
721
687
  }
722
688
  }
723
689
 
724
- /* Clearable Selection */
725
- .ui.dropdown > .remove.icon {
726
- cursor: pointer;
727
- font-size: 0.85714286em;
728
- margin: -0.78571429em;
729
- padding: 0.78571429em;
730
- right: 3em;
731
- top: 0.78571429em;
732
- position: absolute;
733
- opacity: 0.6;
734
- z-index: 3;
735
- }
736
- .ui.clearable.dropdown .text,
737
- .ui.clearable.dropdown a:last-of-type {
738
- margin-right: 1.5em;
739
- }
740
- .ui.dropdown select.noselection ~ .remove.icon,
741
- .ui.dropdown input[value=''] ~ .remove.icon,
742
- .ui.dropdown input:not([value]) ~ .remove.icon,
743
- .ui.dropdown.loading > .remove.icon {
744
- display: none;
745
- }
746
-
747
- /*--------------
748
- Multiple
749
- ---------------*/
750
-
690
+ /* --------------
691
+ Multiple
692
+ --------------- */
751
693
 
752
694
  /* Multiple Selection */
753
695
  .ui.ui.multiple.dropdown {
@@ -764,14 +706,13 @@ select.ui.dropdown {
764
706
  font-size: 1em;
765
707
  padding: 0.35714286em 0.78571429em;
766
708
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0;
767
- -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
768
- box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
709
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
769
710
  }
770
711
 
771
712
  /* Dropdown Icon */
772
713
  .ui.multiple.dropdown .dropdown.icon {
773
- margin: '';
774
- padding: '';
714
+ margin: "";
715
+ padding: "";
775
716
  }
776
717
 
777
718
  /* Text */
@@ -793,7 +734,7 @@ select.ui.dropdown {
793
734
  .ui.multiple.dropdown > .label ~ .text {
794
735
  display: none;
795
736
  }
796
- .ui.multiple.dropdown > .label:not(.image) > img:not(.centered) {
737
+ .ui.multiple.dropdown > .label:not(.image) > img {
797
738
  margin-right: 0.78571429rem;
798
739
  }
799
740
  .ui.multiple.dropdown > .label:not(.image) > img.ui:not(.avatar) {
@@ -803,11 +744,20 @@ select.ui.dropdown {
803
744
  margin: -0.35714286em 0.78571429em -0.35714286em -0.78571429em;
804
745
  height: 1.71428571em;
805
746
  }
747
+ .ui.multiple.dropdown:not(.selection) > .dropdown.icon {
748
+ right: 0;
749
+ }
750
+ .ui.multiple.dropdown:not(.selection) > .remove.icon {
751
+ margin-right: 0;
752
+ }
753
+ .ui.multiple.dropdown:not(.selection):not(.search) > .remove.icon ~ .text.default,
754
+ .ui.multiple.dropdown:not(.selection) > .text.default:first-child {
755
+ overflow: inherit;
756
+ }
806
757
 
807
- /*-----------------
808
- Multiple Search
809
- -----------------*/
810
-
758
+ /* -----------------
759
+ Multiple Search
760
+ ----------------- */
811
761
 
812
762
  /* Multiple Search Selection */
813
763
  .ui.multiple.search.dropdown,
@@ -825,6 +775,9 @@ select.ui.dropdown {
825
775
  margin: 0.45240952em 0 0.45240952em 0.64285714em;
826
776
  line-height: 1.21428571em;
827
777
  }
778
+ .ui.multiple.search.dropdown > .text.default {
779
+ z-index: -1;
780
+ }
828
781
  .ui.multiple.search.dropdown > .label ~ .text {
829
782
  display: none;
830
783
  }
@@ -841,18 +794,24 @@ select.ui.dropdown {
841
794
  .ui.multiple.search.dropdown.button {
842
795
  min-width: 14em;
843
796
  }
797
+ .ui.multiple.search.dropdown > span.sizer {
798
+ display: none;
799
+ }
800
+ .ui.multiple.search.dropdown:not(.selection) > .remove.icon + input.search,
801
+ .ui.multiple.search.dropdown:not(.selection) > input.search:first-child {
802
+ min-width: 5.05em;
803
+ }
844
804
 
845
- /*--------------
846
- Inline
847
- ---------------*/
848
-
805
+ /* --------------
806
+ Inline
807
+ --------------- */
849
808
  .ui.inline.dropdown {
850
809
  cursor: pointer;
851
810
  display: inline-block;
852
811
  color: inherit;
853
812
  }
854
813
  .ui.inline.dropdown .dropdown.icon {
855
- margin: 0 0.21428571em 0 0.21428571em;
814
+ margin: 0 0.21428571em;
856
815
  vertical-align: baseline;
857
816
  }
858
817
  .ui.inline.dropdown > .text {
@@ -870,59 +829,54 @@ select.ui.dropdown {
870
829
  *******************************/
871
830
 
872
831
 
873
- /*--------------------
832
+ /* --------------------
874
833
  Active
875
- ----------------------*/
876
-
834
+ ---------------------- */
877
835
 
878
836
  /* Menu Item Active */
879
837
  .ui.dropdown .menu .active.item {
880
838
  background: transparent;
881
839
  font-weight: 500;
882
840
  color: rgba(0, 0, 0, 0.95);
883
- -webkit-box-shadow: none;
884
- box-shadow: none;
841
+ box-shadow: none;
885
842
  z-index: 12;
886
843
  }
887
844
 
888
- /*--------------------
845
+ /* --------------------
889
846
  Hover
890
- ----------------------*/
891
-
847
+ ---------------------- */
892
848
 
893
849
  /* Menu Item Hover */
894
850
  .ui.dropdown .menu > .item:hover {
895
- background: rgba(0, 0, 0, 0.05);
851
+ background: #f2f2f2;
896
852
  color: rgba(0, 0, 0, 0.95);
897
853
  z-index: 13;
898
854
  }
899
855
 
900
- /*--------------------
856
+ /* --------------------
901
857
  Default Text
902
- ----------------------*/
903
-
904
- .ui.dropdown:not(.button) > .default.text,
905
- .ui.default.dropdown:not(.button) > .text {
858
+ ---------------------- */
859
+ .ui.dropdown > .default.text,
860
+ .ui.default.dropdown > .text {
906
861
  color: #9ab5c1;
907
862
  }
908
- .ui.dropdown:not(.button) > input:focus ~ .default.text,
909
- .ui.default.dropdown:not(.button) > input:focus ~ .text {
863
+ .ui.dropdown > input:focus ~ .default.text,
864
+ .ui.default.dropdown > input:focus ~ .text {
910
865
  color: #9ab5c1;
911
866
  }
912
867
 
913
- /*--------------------
914
- Loading
915
- ---------------------*/
916
-
868
+ /* --------------------
869
+ Loading
870
+ --------------------- */
917
871
  .ui.loading.dropdown > i.icon {
918
872
  height: 1em !important;
919
873
  }
920
874
  .ui.loading.selection.dropdown > i.icon {
921
875
  padding: 1.5em 1.28571429em !important;
922
876
  }
923
- .ui.loading.dropdown > i.icon:before {
877
+ .ui.loading.dropdown > i.icon::before {
924
878
  position: absolute;
925
- content: '';
879
+ content: "";
926
880
  top: 50%;
927
881
  left: 50%;
928
882
  margin: -0.64285714em 0 0 -0.64285714em;
@@ -931,29 +885,26 @@ select.ui.dropdown {
931
885
  border-radius: 500rem;
932
886
  border: 0.2em solid rgba(0, 0, 0, 0.1);
933
887
  }
934
- .ui.loading.dropdown > i.icon:after {
888
+ .ui.loading.dropdown > i.icon::after {
935
889
  position: absolute;
936
- content: '';
890
+ content: "";
937
891
  top: 50%;
938
892
  left: 50%;
939
- -webkit-box-shadow: 0 0 0 1px transparent;
940
- box-shadow: 0 0 0 1px transparent;
893
+ box-shadow: 0 0 0 1px transparent;
941
894
  margin: -0.64285714em 0 0 -0.64285714em;
942
895
  width: 1.28571429em;
943
896
  height: 1.28571429em;
944
- -webkit-animation: loader 0.6s infinite linear;
945
- animation: loader 0.6s infinite linear;
897
+ animation: loader 0.6s infinite linear;
946
898
  border: 0.2em solid #9ab5c1;
947
899
  border-radius: 500rem;
948
900
  }
949
901
 
950
902
  /* Coupling */
951
- .ui.loading.dropdown.button > i.icon:before,
952
- .ui.loading.dropdown.button > i.icon:after {
903
+ .ui.loading.dropdown.button > i.icon::before,
904
+ .ui.loading.dropdown.button > i.icon::after {
953
905
  display: none;
954
906
  }
955
907
  .ui.loading.dropdown > .text {
956
- -webkit-transition: none;
957
908
  transition: none;
958
909
  }
959
910
 
@@ -972,22 +923,20 @@ select.ui.dropdown {
972
923
  right: auto !important;
973
924
  }
974
925
 
975
- /*--------------------
926
+ /* --------------------
976
927
  Keyboard Select
977
- ----------------------*/
978
-
928
+ ---------------------- */
979
929
 
980
930
  /* Selected Item */
981
931
  .ui.dropdown.selected,
982
932
  .ui.dropdown .menu .selected.item {
983
- background: rgba(0, 0, 0, 0.03);
933
+ background: #f7f7f7;
984
934
  color: rgba(0, 0, 0, 0.95);
985
935
  }
986
936
 
987
- /*--------------------
937
+ /* --------------------
988
938
  Search Filtered
989
- ----------------------*/
990
-
939
+ ---------------------- */
991
940
 
992
941
  /* Filtered Item */
993
942
  .ui.dropdown > .filtered.text {
@@ -997,63 +946,62 @@ select.ui.dropdown {
997
946
  display: none !important;
998
947
  }
999
948
 
1000
- /*--------------------
1001
- States
1002
- ----------------------*/
1003
-
949
+ /* --------------------
950
+ States
951
+ ---------------------- */
1004
952
  .ui.dropdown.error,
1005
953
  .ui.dropdown.error > .text,
1006
954
  .ui.dropdown.error > .default.text {
1007
- color: #9F3A38;
955
+ color: #9f3a38;
1008
956
  }
1009
957
  .ui.selection.dropdown.error {
1010
- background: #FFF6F6;
1011
- border-color: #E0B4B4;
958
+ background: #fff6f6;
959
+ border-color: #e0b4b4;
1012
960
  }
1013
961
  .ui.selection.dropdown.error:hover {
1014
- border-color: #E0B4B4;
962
+ border-color: #e0b4b4;
1015
963
  }
1016
964
  .ui.multiple.selection.error.dropdown > .label {
1017
- border-color: #E0B4B4;
965
+ border-color: #e0b4b4;
1018
966
  }
1019
967
  .ui.dropdown.error > .menu,
1020
968
  .ui.dropdown.error > .menu .menu {
1021
- border-color: #E0B4B4;
969
+ border-color: #e0b4b4;
1022
970
  }
1023
971
  .ui.dropdown.error > .menu > .item {
1024
- color: #9F3A38;
972
+ color: #9f3a38;
1025
973
  }
1026
974
 
1027
975
  /* Item Hover */
1028
976
  .ui.dropdown.error > .menu > .item:hover {
1029
- background-color: #FBE7E7;
977
+ background-color: #fbe7e7;
1030
978
  }
1031
979
 
1032
980
  /* Item Active */
1033
981
  .ui.dropdown.error > .menu .active.item {
1034
- background-color: #FDCFCF;
982
+ background-color: #fdcfcf;
1035
983
  }
1036
984
  .ui.dropdown.info,
1037
985
  .ui.dropdown.info > .text,
1038
986
  .ui.dropdown.info > .default.text {
1039
- color: #276F86;
987
+ color: #276f86;
1040
988
  }
1041
989
  .ui.selection.dropdown.info {
1042
- background: #F8FFFF;
1043
- border-color: #A9D5DE;
990
+ background: #f8ffff;
991
+ border-color: #a9d5de;
1044
992
  }
1045
993
  .ui.selection.dropdown.info:hover {
1046
- border-color: #A9D5DE;
994
+ border-color: #a9d5de;
1047
995
  }
1048
996
  .ui.multiple.selection.info.dropdown > .label {
1049
- border-color: #A9D5DE;
997
+ border-color: #a9d5de;
1050
998
  }
1051
999
  .ui.dropdown.info > .menu,
1052
1000
  .ui.dropdown.info > .menu .menu {
1053
- border-color: #A9D5DE;
1001
+ border-color: #a9d5de;
1054
1002
  }
1055
1003
  .ui.dropdown.info > .menu > .item {
1056
- color: #276F86;
1004
+ color: #276f86;
1057
1005
  }
1058
1006
 
1059
1007
  /* Item Hover */
@@ -1068,24 +1016,24 @@ select.ui.dropdown {
1068
1016
  .ui.dropdown.success,
1069
1017
  .ui.dropdown.success > .text,
1070
1018
  .ui.dropdown.success > .default.text {
1071
- color: #2C662D;
1019
+ color: #2c662d;
1072
1020
  }
1073
1021
  .ui.selection.dropdown.success {
1074
- background: #FCFFF5;
1075
- border-color: #A3C293;
1022
+ background: #fcfff5;
1023
+ border-color: #a3c293;
1076
1024
  }
1077
1025
  .ui.selection.dropdown.success:hover {
1078
- border-color: #A3C293;
1026
+ border-color: #a3c293;
1079
1027
  }
1080
1028
  .ui.multiple.selection.success.dropdown > .label {
1081
- border-color: #A3C293;
1029
+ border-color: #a3c293;
1082
1030
  }
1083
1031
  .ui.dropdown.success > .menu,
1084
1032
  .ui.dropdown.success > .menu .menu {
1085
- border-color: #A3C293;
1033
+ border-color: #a3c293;
1086
1034
  }
1087
1035
  .ui.dropdown.success > .menu > .item {
1088
- color: #2C662D;
1036
+ color: #2c662d;
1089
1037
  }
1090
1038
 
1091
1039
  /* Item Hover */
@@ -1100,24 +1048,24 @@ select.ui.dropdown {
1100
1048
  .ui.dropdown.warning,
1101
1049
  .ui.dropdown.warning > .text,
1102
1050
  .ui.dropdown.warning > .default.text {
1103
- color: #573A08;
1051
+ color: #573a08;
1104
1052
  }
1105
1053
  .ui.selection.dropdown.warning {
1106
- background: #FFFAF3;
1107
- border-color: #C9BA9B;
1054
+ background: #fffaf3;
1055
+ border-color: #c9ba9b;
1108
1056
  }
1109
1057
  .ui.selection.dropdown.warning:hover {
1110
- border-color: #C9BA9B;
1058
+ border-color: #c9ba9b;
1111
1059
  }
1112
1060
  .ui.multiple.selection.warning.dropdown > .label {
1113
- border-color: #C9BA9B;
1061
+ border-color: #c9ba9b;
1114
1062
  }
1115
1063
  .ui.dropdown.warning > .menu,
1116
1064
  .ui.dropdown.warning > .menu .menu {
1117
- border-color: #C9BA9B;
1065
+ border-color: #c9ba9b;
1118
1066
  }
1119
1067
  .ui.dropdown.warning > .menu > .item {
1120
- color: #573A08;
1068
+ color: #573a08;
1121
1069
  }
1122
1070
 
1123
1071
  /* Item Hover */
@@ -1130,16 +1078,29 @@ select.ui.dropdown {
1130
1078
  background-color: #fdfdce;
1131
1079
  }
1132
1080
 
1081
+ /* --------------------
1082
+ Read-Only
1083
+ ---------------------- */
1084
+ .ui.read-only.dropdown {
1085
+ cursor: default;
1086
+ pointer-events: none;
1087
+ }
1088
+ .ui.disabled.dropdown > .remove.icon,
1089
+ .ui.read-only.dropdown > .remove.icon,
1090
+ .ui.disabled.dropdown > .label > .delete.icon,
1091
+ .ui.read-only.dropdown > .label > .delete.icon {
1092
+ display: none;
1093
+ }
1094
+
1133
1095
 
1134
1096
  /*******************************
1135
1097
  Variations
1136
1098
  *******************************/
1137
1099
 
1138
1100
 
1139
- /*--------------
1101
+ /* --------------
1140
1102
  Direction
1141
- ---------------*/
1142
-
1103
+ --------------- */
1143
1104
 
1144
1105
  /* Flyout Direction */
1145
1106
  .ui.dropdown .menu {
@@ -1184,18 +1145,15 @@ select.ui.dropdown {
1184
1145
  margin-right: 0;
1185
1146
  }
1186
1147
 
1187
- /*--------------
1188
- Upward
1189
- ---------------*/
1190
-
1148
+ /* --------------
1149
+ Upward
1150
+ --------------- */
1191
1151
 
1192
1152
  /* Upward Main Menu */
1193
1153
  .ui.upward.dropdown > .menu {
1194
1154
  top: auto;
1195
1155
  bottom: 100%;
1196
- -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1197
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1198
- border-radius: 0 0 0 0;
1156
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1199
1157
  }
1200
1158
 
1201
1159
  /* Upward Sub Menu */
@@ -1204,83 +1162,64 @@ select.ui.dropdown {
1204
1162
  bottom: 0 !important;
1205
1163
  }
1206
1164
 
1207
- /* Active Upward */
1208
- .ui.simple.upward.active.dropdown,
1209
- .ui.simple.upward.dropdown:hover {
1210
- border-radius: 0 0 0 0 !important;
1211
- }
1212
- .ui.upward.dropdown.button:not(.pointing):not(.floating).active {
1213
- border-radius: 0 0 0 0;
1214
- }
1215
-
1216
1165
  /* Selection */
1217
- .ui.upward.selection.dropdown .menu {
1218
- border-top-width: 1px !important;
1219
- border-bottom-width: 0 !important;
1220
- -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1221
- box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1166
+ .ui.ui.upward.selection.dropdown:not(.pointing):not(.floating) > .menu {
1167
+ border-top-width: 1px;
1168
+ border-bottom-width: 0;
1169
+ box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1170
+ border-radius: 0 0 0 0;
1222
1171
  }
1223
1172
  .ui.upward.selection.dropdown:hover {
1224
- -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
1225
- box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
1173
+ box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
1226
1174
  }
1227
1175
 
1228
1176
  /* Active Upward */
1229
- .ui.active.upward.selection.dropdown {
1177
+ .ui.active.upward.selection.dropdown:not(.pointing):not(.floating) {
1230
1178
  border-radius: 0 0 0 0 !important;
1231
1179
  }
1232
1180
 
1233
1181
  /* Visible Upward */
1234
1182
  .ui.upward.selection.dropdown.visible {
1235
- -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1236
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1183
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1184
+ }
1185
+ .ui.upward.selection.dropdown.visible:not(.pointing):not(.floating) {
1237
1186
  border-radius: 0 0 0 0 !important;
1238
1187
  }
1239
1188
 
1240
1189
  /* Visible Hover Upward */
1241
1190
  .ui.upward.active.selection.dropdown:hover {
1242
- -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
1243
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
1191
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
1244
1192
  }
1245
- .ui.upward.active.selection.dropdown:hover .menu {
1246
- -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1247
- box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1193
+ .ui.upward.active.selection.dropdown:hover:not(.pointing):not(.floating) .menu {
1194
+ box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1248
1195
  }
1249
1196
 
1250
- /*--------------
1251
- Scrolling
1252
- ---------------*/
1253
-
1197
+ /* --------------
1198
+ Scrolling
1199
+ --------------- */
1254
1200
 
1255
- /* Selection Menu */
1201
+ /* Selection Menu */
1256
1202
  .ui.scrolling.dropdown .menu,
1257
1203
  .ui.dropdown .scrolling.menu {
1258
1204
  overflow-x: hidden;
1259
1205
  overflow-y: auto;
1260
- }
1261
- .ui.scrolling.dropdown .menu {
1262
- overflow-x: hidden;
1263
- overflow-y: auto;
1206
+ -ms-scroll-chaining: none;
1207
+ overscroll-behavior: none;
1264
1208
  -webkit-backface-visibility: hidden;
1265
1209
  backface-visibility: hidden;
1266
- -webkit-overflow-scrolling: touch;
1267
1210
  min-width: 100% !important;
1268
1211
  width: auto !important;
1269
1212
  }
1270
1213
  .ui.dropdown .scrolling.menu {
1271
1214
  position: static;
1272
- overflow-y: auto;
1273
1215
  border: none;
1274
- -webkit-box-shadow: none !important;
1275
- box-shadow: none !important;
1276
- border-radius: 0 !important;
1216
+ box-shadow: none !important;
1217
+ border-radius: 0 0 0 0 !important;
1277
1218
  margin: 0 !important;
1278
- min-width: 100% !important;
1279
- width: auto !important;
1280
1219
  border-top: 1px solid rgba(34, 36, 38, 0.15);
1281
1220
  }
1282
- .ui.scrolling.dropdown .menu .item.item.item,
1283
- .ui.dropdown .scrolling.menu > .item.item.item {
1221
+ .ui.ui.ui.scrolling.dropdown .menu .item,
1222
+ .ui.ui.ui.dropdown .scrolling.menu > .item {
1284
1223
  border-top: none;
1285
1224
  }
1286
1225
  .ui.scrolling.dropdown .menu .item:first-child,
@@ -1291,46 +1230,79 @@ select.ui.dropdown {
1291
1230
  .ui.dropdown > .visible.menu .scrolling.menu {
1292
1231
  display: block;
1293
1232
  }
1294
-
1295
- /* Scrollbar in IE */
1296
- @media all and (-ms-high-contrast: none) {
1297
- .ui.scrolling.dropdown .menu,
1298
- .ui.dropdown .scrolling.menu {
1299
- min-width: calc(100% - 17px);
1300
- }
1301
- }
1302
1233
  @media only screen and (max-width: 767.98px) {
1303
1234
  .ui.scrolling.dropdown .menu,
1304
1235
  .ui.dropdown .scrolling.menu {
1305
1236
  max-height: 10.28571429rem;
1306
1237
  }
1238
+ .ui.scrolling.resizable.dropdown .menu,
1239
+ .ui.dropdown .scrolling.resizable.menu {
1240
+ height: 10.28571429rem;
1241
+ }
1307
1242
  }
1308
1243
  @media only screen and (min-width: 768px) {
1309
1244
  .ui.scrolling.dropdown .menu,
1310
1245
  .ui.dropdown .scrolling.menu {
1311
1246
  max-height: 15.42857143rem;
1312
1247
  }
1248
+ .ui.scrolling.resizable.dropdown .menu,
1249
+ .ui.dropdown .scrolling.resizable.menu {
1250
+ height: 15.42857143rem;
1251
+ }
1313
1252
  }
1314
1253
  @media only screen and (min-width: 992px) {
1315
1254
  .ui.scrolling.dropdown .menu,
1316
1255
  .ui.dropdown .scrolling.menu {
1317
1256
  max-height: 20.57142857rem;
1318
1257
  }
1258
+ .ui.scrolling.resizable.dropdown .menu,
1259
+ .ui.dropdown .scrolling.resizable.menu {
1260
+ height: 20.57142857rem;
1261
+ }
1319
1262
  }
1320
1263
  @media only screen and (min-width: 1920px) {
1321
1264
  .ui.scrolling.dropdown .menu,
1322
1265
  .ui.dropdown .scrolling.menu {
1323
1266
  max-height: 20.57142857rem;
1324
1267
  }
1268
+ .ui.scrolling.resizable.dropdown .menu,
1269
+ .ui.dropdown .scrolling.resizable.menu {
1270
+ height: 20.57142857rem;
1271
+ }
1325
1272
  }
1273
+ .ui.scrolling.resizable.dropdown .menu,
1274
+ .ui.dropdown .scrolling.resizable.menu {
1275
+ resize: vertical;
1276
+ max-height: none;
1277
+ }
1278
+
1279
+ /* --------------------
1280
+ Labeled
1281
+ --------------------- */
1326
1282
 
1327
- /*--------------
1328
- Columnar
1329
- ---------------*/
1283
+ /* Regular Label on Left */
1284
+ .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + .dropdown {
1285
+ border-top-left-radius: 0;
1286
+ border-bottom-left-radius: 0;
1287
+ border-left-color: transparent;
1288
+ }
1330
1289
 
1290
+ /* Regular Label on Right */
1291
+ .ui[class*="right labeled"].input > .dropdown:not(:last-child) {
1292
+ border-top-right-radius: 0 !important;
1293
+ border-bottom-right-radius: 0 !important;
1294
+ border-right-color: transparent !important;
1295
+ }
1296
+ .ui[class*="right labeled"].input > .dropdown + .label {
1297
+ border-top-left-radius: 0;
1298
+ border-bottom-left-radius: 0;
1299
+ }
1300
+
1301
+ /* --------------
1302
+ Columnar
1303
+ --------------- */
1331
1304
  .ui.column.dropdown > .menu {
1332
- -ms-flex-wrap: wrap;
1333
- flex-wrap: wrap;
1305
+ flex-wrap: wrap;
1334
1306
  }
1335
1307
  .ui.dropdown[class*="two column"] > .menu > .item {
1336
1308
  width: 50%;
@@ -1345,10 +1317,9 @@ select.ui.dropdown {
1345
1317
  width: 20%;
1346
1318
  }
1347
1319
 
1348
- /*--------------
1349
- Fluid
1350
- ---------------*/
1351
-
1320
+ /* --------------
1321
+ Fluid
1322
+ --------------- */
1352
1323
  .ui.fluid.dropdown {
1353
1324
  display: block;
1354
1325
  width: 100% !important;
@@ -1358,18 +1329,13 @@ select.ui.dropdown {
1358
1329
  float: right;
1359
1330
  }
1360
1331
 
1361
- /*--------------
1362
- Floating
1363
- ---------------*/
1364
-
1365
- .ui.floating.dropdown .menu {
1332
+ /* --------------
1333
+ Floating
1334
+ --------------- */
1335
+ .ui.floating.dropdown > .menu {
1366
1336
  left: 0;
1367
1337
  right: auto;
1368
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
1369
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
1370
- border-radius: 0 !important;
1371
- }
1372
- .ui.floating.dropdown > .menu {
1338
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
1373
1339
  border-radius: 0 !important;
1374
1340
  }
1375
1341
  .ui:not(.upward).floating.dropdown > .menu {
@@ -1379,31 +1345,41 @@ select.ui.dropdown {
1379
1345
  margin-bottom: 0.5em;
1380
1346
  }
1381
1347
 
1382
- /*--------------
1383
- Pointing
1384
- ---------------*/
1385
-
1348
+ /* --------------
1349
+ Pointing
1350
+ --------------- */
1386
1351
  .ui.pointing.dropdown > .menu {
1387
1352
  top: 100%;
1388
1353
  margin-top: 0.78571429rem;
1389
1354
  border-radius: 0;
1390
1355
  }
1391
- .ui.pointing.dropdown > .menu:not(.hidden):after {
1356
+ .ui.pointing.dropdown > .menu:not(.hidden)::after {
1392
1357
  display: block;
1393
1358
  position: absolute;
1394
1359
  pointer-events: none;
1395
- content: '';
1360
+ content: "";
1396
1361
  visibility: visible;
1397
- -webkit-transform: rotate(45deg);
1398
- transform: rotate(45deg);
1362
+ transform: rotate(45deg);
1399
1363
  width: 0.5em;
1400
1364
  height: 0.5em;
1401
- -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1402
- box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1403
- background: #FFFFFF;
1365
+ box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1366
+ background: #fff;
1404
1367
  z-index: 2;
1405
1368
  }
1406
- .ui.pointing.dropdown > .menu:not(.hidden):after {
1369
+ @supports selector(:has(.f)) {
1370
+ .ui.pointing.dropdown:not(.upward) .menu:has(:first-child:hover)::after,
1371
+ .ui.upward.pointing.dropdown .menu:has(:last-child:hover)::after {
1372
+ background: #f2f2f2;
1373
+ }
1374
+ .ui.pointing.dropdown:not(.upward) .menu:has(.selected.item:first-child)::after,
1375
+ .ui.upward.pointing.dropdown .menu:has(.selected.item:last-child)::after {
1376
+ background: #f7f7f7;
1377
+ }
1378
+ }
1379
+ .ui.selection.pointing.dropdown > .menu::after {
1380
+ box-shadow: -1px -1px 0 0 #96c8da;
1381
+ }
1382
+ .ui.pointing.dropdown > .menu:not(.hidden)::after {
1407
1383
  top: -0.25em;
1408
1384
  left: 50%;
1409
1385
  margin: 0 0 0 -0.25em;
@@ -1424,13 +1400,12 @@ select.ui.dropdown {
1424
1400
  right: auto;
1425
1401
  margin: 1em 0 0;
1426
1402
  }
1427
- .ui.top.left.pointing.dropdown > .menu:after {
1403
+ .ui.top.left.pointing.dropdown > .menu::after {
1428
1404
  top: -0.25em;
1429
1405
  left: 1em;
1430
1406
  right: auto;
1431
1407
  margin: 0;
1432
- -webkit-transform: rotate(45deg);
1433
- transform: rotate(45deg);
1408
+ transform: rotate(45deg);
1434
1409
  }
1435
1410
 
1436
1411
  /* Top Right Pointing */
@@ -1441,14 +1416,13 @@ select.ui.dropdown {
1441
1416
  left: auto;
1442
1417
  margin: 1em 0 0;
1443
1418
  }
1444
- .ui.top.pointing.dropdown > .left.menu:after,
1445
- .ui.top.right.pointing.dropdown > .menu:after {
1419
+ .ui.top.pointing.dropdown > .left.menu::after,
1420
+ .ui.top.right.pointing.dropdown > .menu::after {
1446
1421
  top: -0.25em;
1447
1422
  left: auto !important;
1448
1423
  right: 1em !important;
1449
1424
  margin: 0;
1450
- -webkit-transform: rotate(45deg);
1451
- transform: rotate(45deg);
1425
+ transform: rotate(45deg);
1452
1426
  }
1453
1427
 
1454
1428
  /* Left Pointing */
@@ -1458,25 +1432,23 @@ select.ui.dropdown {
1458
1432
  right: auto;
1459
1433
  margin: 0 0 0 1em;
1460
1434
  }
1461
- .ui.left.pointing.dropdown > .menu:after {
1435
+ .ui.left.pointing.dropdown > .menu::after {
1462
1436
  top: 1em;
1463
1437
  left: -0.25em;
1464
- margin: 0 0 0 0;
1465
- -webkit-transform: rotate(-45deg);
1466
- transform: rotate(-45deg);
1438
+ margin: 0;
1439
+ transform: rotate(-45deg);
1467
1440
  }
1468
1441
  .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
1469
1442
  left: auto !important;
1470
1443
  right: 100% !important;
1471
1444
  margin: 0 1em 0 0;
1472
1445
  }
1473
- .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
1446
+ .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu::after {
1474
1447
  top: 1em;
1475
1448
  left: auto;
1476
1449
  right: -0.25em;
1477
- margin: 0 0 0 0;
1478
- -webkit-transform: rotate(135deg);
1479
- transform: rotate(135deg);
1450
+ margin: 0;
1451
+ transform: rotate(135deg);
1480
1452
  }
1481
1453
 
1482
1454
  /* Right Pointing */
@@ -1486,13 +1458,12 @@ select.ui.dropdown {
1486
1458
  right: 100%;
1487
1459
  margin: 0 1em 0 0;
1488
1460
  }
1489
- .ui.right.pointing.dropdown > .menu:after {
1461
+ .ui.right.pointing.dropdown > .menu::after {
1490
1462
  top: 1em;
1491
1463
  left: auto;
1492
1464
  right: -0.25em;
1493
- margin: 0 0 0 0;
1494
- -webkit-transform: rotate(135deg);
1495
- transform: rotate(135deg);
1465
+ margin: 0;
1466
+ transform: rotate(135deg);
1496
1467
  }
1497
1468
 
1498
1469
  /* Bottom Pointing */
@@ -1503,13 +1474,12 @@ select.ui.dropdown {
1503
1474
  right: auto;
1504
1475
  margin: 0 0 1em;
1505
1476
  }
1506
- .ui.bottom.pointing.dropdown > .menu:after {
1477
+ .ui.bottom.pointing.dropdown > .menu::after {
1507
1478
  top: auto;
1508
1479
  bottom: -0.25em;
1509
1480
  right: auto;
1510
1481
  margin: 0;
1511
- -webkit-transform: rotate(-135deg);
1512
- transform: rotate(-135deg);
1482
+ transform: rotate(-135deg);
1513
1483
  }
1514
1484
 
1515
1485
  /* Reverse Sub-Menu Direction */
@@ -1523,7 +1493,7 @@ select.ui.dropdown {
1523
1493
  left: 0;
1524
1494
  right: auto;
1525
1495
  }
1526
- .ui.bottom.left.pointing.dropdown > .menu:after {
1496
+ .ui.bottom.left.pointing.dropdown > .menu::after {
1527
1497
  left: 1em;
1528
1498
  right: auto;
1529
1499
  }
@@ -1533,7 +1503,7 @@ select.ui.dropdown {
1533
1503
  right: 0;
1534
1504
  left: auto;
1535
1505
  }
1536
- .ui.bottom.right.pointing.dropdown > .menu:after {
1506
+ .ui.bottom.right.pointing.dropdown > .menu::after {
1537
1507
  left: auto;
1538
1508
  right: 1em;
1539
1509
  }
@@ -1546,14 +1516,16 @@ select.ui.dropdown {
1546
1516
  margin: 0 0 0.78571429rem;
1547
1517
  border-radius: 0;
1548
1518
  }
1549
- .ui.pointing.upward.dropdown .menu:after,
1550
- .ui.top.pointing.upward.dropdown .menu:after {
1519
+ .ui.pointing.upward.dropdown .menu::after,
1520
+ .ui.top.pointing.upward.dropdown .menu::after {
1551
1521
  top: 100% !important;
1552
1522
  bottom: auto !important;
1553
- -webkit-box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
1554
- box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
1523
+ box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
1555
1524
  margin: -0.25em 0 0;
1556
1525
  }
1526
+ .ui.selection.pointing.upward.dropdown .menu::after {
1527
+ box-shadow: 1px 1px 0 0 #96c8da;
1528
+ }
1557
1529
 
1558
1530
  /* Right Pointing Upward */
1559
1531
  .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
@@ -1561,12 +1533,11 @@ select.ui.dropdown {
1561
1533
  bottom: 0 !important;
1562
1534
  margin: 0 1em 0 0;
1563
1535
  }
1564
- .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
1536
+ .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu::after {
1565
1537
  top: auto !important;
1566
1538
  bottom: 0 !important;
1567
1539
  margin: 0 0 1em 0;
1568
- -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1569
- box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1540
+ box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1570
1541
  }
1571
1542
 
1572
1543
  /* Left Pointing Upward */
@@ -1575,48 +1546,56 @@ select.ui.dropdown {
1575
1546
  bottom: 0 !important;
1576
1547
  margin: 0 0 0 1em;
1577
1548
  }
1578
- .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
1549
+ .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu::after {
1579
1550
  top: auto !important;
1580
1551
  bottom: 0 !important;
1581
1552
  margin: 0 0 1em 0;
1582
- -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1583
- box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1553
+ box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
1554
+ }
1555
+ .ui.floating.dropdown .menu .item:first-child,
1556
+ .ui.pointing.dropdown .menu .item:first-child {
1557
+ border-top-left-radius: 0;
1558
+ border-top-right-radius: 0;
1559
+ }
1560
+ .ui.floating.dropdown .menu .item:last-child,
1561
+ .ui.pointing.dropdown .menu .item:last-child {
1562
+ border-bottom-left-radius: 0;
1563
+ border-bottom-right-radius: 0;
1584
1564
  }
1585
1565
 
1586
- /*--------------------
1566
+ /* --------------------
1587
1567
  Sizes
1588
- ---------------------*/
1589
-
1568
+ --------------------- */
1590
1569
  .ui.dropdown,
1591
1570
  .ui.dropdown .menu > .item {
1592
1571
  font-size: 1rem;
1593
1572
  }
1594
- .ui.mini.dropdown,
1595
- .ui.mini.dropdown .menu > .item {
1573
+ .ui.ui.mini.dropdown,
1574
+ .ui.ui.mini.dropdown .menu > .item {
1596
1575
  font-size: 0.78571429rem;
1597
1576
  }
1598
- .ui.tiny.dropdown,
1599
- .ui.tiny.dropdown .menu > .item {
1577
+ .ui.ui.tiny.dropdown,
1578
+ .ui.ui.tiny.dropdown .menu > .item {
1600
1579
  font-size: 0.85714286rem;
1601
1580
  }
1602
- .ui.small.dropdown,
1603
- .ui.small.dropdown .menu > .item {
1581
+ .ui.ui.small.dropdown,
1582
+ .ui.ui.small.dropdown .menu > .item {
1604
1583
  font-size: 0.92857143rem;
1605
1584
  }
1606
- .ui.large.dropdown,
1607
- .ui.large.dropdown .menu > .item {
1585
+ .ui.ui.large.dropdown,
1586
+ .ui.ui.large.dropdown .menu > .item {
1608
1587
  font-size: 1.14285714rem;
1609
1588
  }
1610
- .ui.big.dropdown,
1611
- .ui.big.dropdown .menu > .item {
1589
+ .ui.ui.big.dropdown,
1590
+ .ui.ui.big.dropdown .menu > .item {
1612
1591
  font-size: 1.28571429rem;
1613
1592
  }
1614
- .ui.huge.dropdown,
1615
- .ui.huge.dropdown .menu > .item {
1593
+ .ui.ui.huge.dropdown,
1594
+ .ui.ui.huge.dropdown .menu > .item {
1616
1595
  font-size: 1.42857143rem;
1617
1596
  }
1618
- .ui.massive.dropdown,
1619
- .ui.massive.dropdown .menu > .item {
1597
+ .ui.ui.massive.dropdown,
1598
+ .ui.ui.massive.dropdown .menu > .item {
1620
1599
  font-size: 1.71428571rem;
1621
1600
  }
1622
1601
 
@@ -1628,13 +1607,13 @@ select.ui.dropdown {
1628
1607
 
1629
1608
  /* Dropdown Carets */
1630
1609
  @font-face {
1631
- font-family: 'Dropdown';
1632
- src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
1610
+ font-family: Dropdown;
1611
+ src: url("data:application/font-woff;base64,d09GRk9UVE8AAASEAAsAAAAABwQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAC5AAAAU8AAAHrSr22AUZGVE0AAARQAAAAHAAAAByNrZ/TR0RFRgAABDQAAAAcAAAAIAAnABhPUy8yAAABYAAAAEIAAABgTadXCGNtYXAAAAKEAAAAVAAAAWQFcOKQaGVhZAAAAQgAAAAyAAAANg+j805oaGVhAAABPAAAABsAAAAkAwcBDWhtdHgAAARsAAAAFgAAAB4EAQASbWF4cAAAAVgAAAAGAAAABgAIUABuYW1lAAABpAAAAN8AAAG2rSbAM3Bvc3QAAALYAAAADAAAACAAAwAAeJxjYGRgYADiKjtG3nh+m68M3EwMIHCBwT0CRN9PyHYCUp6Mqox5QJqDASwNAMNOBrgAAHicY2BkYGB88P8BkFRlYACTjAyogB0AWWsDFgAAAFAAAAgAAHicY2Bm+Mg4gYGVgYHRhzGNgYHBHUp/ZZBkaGFABYwCSJyANNcUBgcGhg+3GB/8fwCUfMCgAFIDV6AAhIwAUbEMSQAAeJx1zTEKwkAUBNBJjIoKIggW2mwvBEVvIAgiNhY2VjEuQUh2YY2FeACPYOltvIH3cZJ8ywQS3p/d+QEwwAce/o8v9tDGUOzTU3GDXokD+ihuooeHuMX8Je5ijC9bXtCRP1T20Kcq+/RE3KAX4oDeipsYIRa3mD/FXSzxLtZeeGyR8bUwHGObWUvsoZHghhQRHEed3NLI1d+vyw/c43DleZErzBFixli768UaNQ9n9d11OedsJdxiyk0RZ40zsxPu/G7K7k66IUvW5CrRRrso12d1uqtNbHfcF+IHrnU+mwB4nGNgYGBmgGAZBkYGEIgD8hjBfBYGJyDNxcDBwASEjAwKH279//v/P1iVwofrYDbj/8dgPkQvGwMPkGRhYAWy2MHCbEDMxIAXMOOXHvIAAINhDt14nGNgZsALAAB9AAR4nE2Pv0rEQBCHZ3J7d4vGqEcOFaKC/zolZ6OWwmElNj6ClYWmyivcblyzE+RaK8EHsPMxBBtrwUdwA1fobpI7ZWBYfux8fD8ExgAR+fVVcpMkt4AeIAzLLSi3sdzxyt1WucqU31I+25iDtcvej1Kzh99V7+a19NoRPC1GAEsRvCxHwCP87MG8I7WgDRwWoAcrEMGmnT3YT+N0kB7G6Vk8PHLr2K0Tt04HB3FjMhUCQIESM7xDhfeYA3dcz5IZdOAcHuAD14MgeAu+zTNTRV5oTUR5obgZdwpVZFqQzEfKTiaE4JNwEralHGUuErnQNjE2oYxUwS0ldBTSxI3L7cOyKo60ib0lezSl1Rw+GXdq1pQiH03SdzKka4ymosLQTMcedSuIlEJUMqNcUi0jdIP5Ysb++leqLtSI/NWSTS0xq0WyYajQXPSVP/cLitO4NgB4nGNgZGBg4AFiAQYJBiYgzQLEIJoRggEFbQBAAAAAAQAAAADeTO04AAAAANAAR1gAAAAA32BrQnicY2BAAEYQVoVghu0MQgwMAAc/ARcAAA==") format("woff");
1633
1612
  font-weight: normal;
1634
1613
  font-style: normal;
1635
1614
  }
1636
1615
  .ui.dropdown > .dropdown.icon {
1637
- font-family: 'Dropdown';
1616
+ font-family: Dropdown;
1638
1617
  line-height: 1;
1639
1618
  height: 1em;
1640
1619
  width: 1.23em;
@@ -1647,22 +1626,24 @@ select.ui.dropdown {
1647
1626
  .ui.dropdown > .dropdown.icon {
1648
1627
  width: auto;
1649
1628
  }
1650
- .ui.dropdown > .dropdown.icon:before {
1651
- content: '\f0d7';
1629
+ .ui.dropdown > .dropdown.icon::before {
1630
+ content: "\f0d7";
1652
1631
  }
1653
1632
 
1654
1633
  /* Sub Menu */
1655
- .ui.dropdown .menu .item .dropdown.icon:before {
1656
- content: '\f0da' /*rtl:'\f0d9'*/;
1634
+ .ui.dropdown .menu .item .dropdown.icon::before {
1635
+ content: "\f0da"
1636
+ /* rtl: "\f0d9" */;
1657
1637
  }
1658
- .ui.dropdown .item .left.dropdown.icon:before,
1659
- .ui.dropdown .left.menu .item .dropdown.icon:before {
1660
- content: "\f0d9" /*rtl:"\f0da"*/;
1638
+ .ui.dropdown .item .left.dropdown.icon::before,
1639
+ .ui.dropdown .left.menu .item .dropdown.icon::before {
1640
+ content: "\f0d9" /*rtl: "\f0da" */;
1661
1641
  }
1662
1642
 
1663
1643
  /* Vertical Menu Dropdown */
1664
- .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
1665
- content: "\f0da" /*rtl:"\f0d9"*/;
1644
+ .ui.vertical.menu .dropdown.item > .dropdown.icon::before {
1645
+ content: "\f0da"
1646
+ /* rtl: "\f0d9" */;
1666
1647
  }
1667
1648
  /* Icons for Reference
1668
1649
  .dropdown.down.icon {