@northdata/fomantic-ui 2.8.722 → 2.9.400

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 (133) 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 +5619 -6592
  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/package.json +17 -7
  108. package/lib/semantic-ui/dist/components/shape.css +0 -160
  109. package/lib/semantic-ui/dist/components/shape.js +0 -848
  110. package/lib/semantic-ui/dist/components/shape.min.css +0 -9
  111. package/lib/semantic-ui/dist/components/shape.min.js +0 -11
  112. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.eot +0 -0
  113. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.svg +0 -450
  114. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  115. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  116. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  117. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  118. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  119. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.svg +0 -4938
  120. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  121. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  122. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  123. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  124. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  125. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.svg +0 -200
  126. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  127. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.woff +0 -0
  128. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.eot +0 -0
  129. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.svg +0 -2373
  130. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.ttf +0 -0
  131. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff +0 -0
  132. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff2 +0 -0
  133. /package/lib/semantic-ui/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI - Search
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.4 - Search
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
 
@@ -27,49 +27,41 @@
27
27
  line-height: 1.2142em;
28
28
  padding: 0.67861429em 1em;
29
29
  font-size: 1em;
30
- background: #FFFFFF;
30
+ background: #fff;
31
31
  border: 1px solid rgba(34, 36, 38, 0.15);
32
32
  color: rgba(0, 0, 0, 0.87);
33
- -webkit-box-shadow: 0 0 0 0 transparent inset;
34
- box-shadow: 0 0 0 0 transparent inset;
35
- -webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
36
- transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
33
+ box-shadow: 0 0 0 0 transparent inset;
37
34
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
38
- transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
39
35
  }
40
36
  .ui.search .prompt {
41
37
  border-radius: 500rem;
42
38
  }
43
39
 
44
- /*--------------
40
+ /* --------------
45
41
  Icon
46
- ---------------*/
47
-
42
+ --------------- */
48
43
  .ui.search .prompt ~ .search.icon {
49
44
  cursor: pointer;
50
45
  }
51
46
 
52
- /*--------------
47
+ /* --------------
53
48
  Results
54
- ---------------*/
55
-
49
+ --------------- */
56
50
  .ui.search > .results {
57
51
  display: none;
58
52
  position: absolute;
59
53
  top: 100%;
60
54
  left: 0;
61
- -webkit-transform-origin: center top;
62
- transform-origin: center top;
55
+ transform-origin: center top;
63
56
  white-space: normal;
64
57
  text-align: left;
65
58
  text-transform: none;
66
- background: #FFFFFF;
59
+ background: #fff;
67
60
  margin-top: 0.5em;
68
61
  width: 18em;
69
62
  border-radius: 0;
70
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
71
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
72
- border: 1px solid #D4D4D5;
63
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
64
+ border: 1px solid #d4d4d5;
73
65
  z-index: 998;
74
66
  }
75
67
  .ui.search > .results > :first-child {
@@ -79,10 +71,9 @@
79
71
  border-radius: 0 0 0 0;
80
72
  }
81
73
 
82
- /*--------------
74
+ /* --------------
83
75
  Result
84
- ---------------*/
85
-
76
+ --------------- */
86
77
  .ui.search > .results .result {
87
78
  cursor: pointer;
88
79
  display: block;
@@ -112,10 +103,9 @@
112
103
  height: 100%;
113
104
  }
114
105
 
115
- /*--------------
106
+ /* --------------
116
107
  Info
117
- ---------------*/
118
-
108
+ --------------- */
119
109
  .ui.search > .results .result .image + .content {
120
110
  margin: 0 6em 0 0;
121
111
  }
@@ -136,10 +126,9 @@
136
126
  color: #66af8b;
137
127
  }
138
128
 
139
- /*--------------
129
+ /* --------------
140
130
  Message
141
- ---------------*/
142
-
131
+ --------------- */
143
132
  .ui.search > .results > .message {
144
133
  padding: 1em 1em;
145
134
  }
@@ -159,7 +148,7 @@
159
148
  .ui.search > .results > .action {
160
149
  display: block;
161
150
  border-top: none;
162
- background: #F3F4F5;
151
+ background: #f3f4f5;
163
152
  padding: 0.92857143em 1em;
164
153
  color: rgba(0, 0, 0, 0.87);
165
154
  font-weight: bold;
@@ -172,23 +161,21 @@
172
161
  *******************************/
173
162
 
174
163
 
175
- /*--------------------
164
+ /* --------------------
176
165
  Focus
177
- ---------------------*/
178
-
166
+ --------------------- */
179
167
  .ui.search > .prompt:focus {
180
168
  border-color: rgba(34, 36, 38, 0.35);
181
- background: #FFFFFF;
169
+ background: #fff;
182
170
  color: rgba(0, 0, 0, 0.95);
183
171
  }
184
172
 
185
- /*--------------------
186
- Loading
187
- ---------------------*/
188
-
189
- .ui.loading.search .input > i.icon:before {
173
+ /* --------------------
174
+ Loading
175
+ --------------------- */
176
+ .ui.loading.search .input > i.icon::before {
190
177
  position: absolute;
191
- content: '';
178
+ content: "";
192
179
  top: 50%;
193
180
  left: 50%;
194
181
  margin: -0.64285714em 0 0 -0.64285714em;
@@ -197,40 +184,36 @@
197
184
  border-radius: 500rem;
198
185
  border: 0.2em solid rgba(0, 0, 0, 0.1);
199
186
  }
200
- .ui.loading.search .input > i.icon:after {
187
+ .ui.loading.search .input > i.icon::after {
201
188
  position: absolute;
202
- content: '';
189
+ content: "";
203
190
  top: 50%;
204
191
  left: 50%;
205
192
  margin: -0.64285714em 0 0 -0.64285714em;
206
193
  width: 1.28571429em;
207
194
  height: 1.28571429em;
208
- -webkit-animation: loader 0.6s infinite linear;
209
- animation: loader 0.6s infinite linear;
195
+ animation: loader 0.6s infinite linear;
210
196
  border: 0.2em solid #9ab5c1;
211
197
  border-radius: 500rem;
212
- -webkit-box-shadow: 0 0 0 1px transparent;
213
- box-shadow: 0 0 0 1px transparent;
198
+ box-shadow: 0 0 0 1px transparent;
214
199
  }
215
200
 
216
- /*--------------
201
+ /* --------------
217
202
  Hover
218
- ---------------*/
219
-
203
+ --------------- */
220
204
  .ui.search > .results .result:hover,
221
205
  .ui.category.search > .results .category .result:hover {
222
- background: #F9FAFB;
206
+ background: #f9fafb;
223
207
  }
224
208
  .ui.search .action:hover:not(div) {
225
- background: #E0E0E0;
209
+ background: #e0e0e0;
226
210
  }
227
211
 
228
- /*--------------
212
+ /* --------------
229
213
  Active
230
- ---------------*/
231
-
214
+ --------------- */
232
215
  .ui.category.search > .results .category.active {
233
- background: #F3F4F5;
216
+ background: #f3f4f5;
234
217
  }
235
218
  .ui.category.search > .results .category.active > .name {
236
219
  color: rgba(0, 0, 0, 0.87);
@@ -239,9 +222,8 @@
239
222
  .ui.category.search > .results .category .result.active {
240
223
  position: relative;
241
224
  border-left-color: rgba(34, 36, 38, 0.1);
242
- background: #F3F4F5;
243
- -webkit-box-shadow: none;
244
- box-shadow: none;
225
+ background: #f3f4f5;
226
+ box-shadow: none;
245
227
  }
246
228
  .ui.search > .results .result.active .title {
247
229
  color: rgba(0, 0, 0, 0.85);
@@ -256,43 +238,45 @@
256
238
  *******************************/
257
239
 
258
240
 
259
- /*--------------
260
- Selection
261
- ---------------*/
262
-
263
- .ui.search.selection .prompt {
264
- border-radius: 0;
265
- }
266
-
267
- /* Remove input */
268
- .ui.search.selection > .icon.input > .remove.icon {
269
- pointer-events: none;
270
- position: absolute;
271
- left: auto;
272
- opacity: 0;
273
- color: '';
274
- top: 0;
275
- right: 0;
276
- -webkit-transition: color 0.1s ease, opacity 0.1s ease;
277
- transition: color 0.1s ease, opacity 0.1s ease;
278
- }
279
- .ui.search.selection > .icon.input > .active.remove.icon {
241
+ /* --------------
242
+ Clear Icon
243
+ --------------- */
244
+ .ui.search > .icon.input > .remove.icon {
245
+ pointer-events: all;
246
+ transition: opacity 0.1s ease;
280
247
  cursor: pointer;
281
- opacity: 0.8;
282
- pointer-events: auto;
248
+ opacity: 0.6;
283
249
  }
284
- .ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
250
+ .ui.search > .icon.input > .remove.icon:hover {
251
+ opacity: 1;
252
+ }
253
+ .ui.search > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
285
254
  right: 1.85714em;
286
255
  }
287
- .ui.search.selection > .icon.input > .remove.icon:hover {
256
+ .ui.search input[type="search"]::-webkit-search-cancel-button {
257
+ -webkit-appearance: none;
258
+ cursor: pointer;
259
+ -webkit-transition: opacity 0.1s ease;
260
+ transition: opacity 0.1s ease;
261
+ opacity: 0.6;
262
+ background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath d='M242.7 256l100.1-100.1c12.3-12.3 12.3-32.2 0-44.5l-22.2-22.2c-12.3-12.3-32.2-12.3-44.5 0L176 189.3 75.9 89.2c-12.3-12.3-32.2-12.3-44.5 0L9.2 111.5c-12.3 12.3-12.3 32.2 0 44.5L109.3 256 9.2 356.1c-12.3 12.3-12.3 32.2 0 44.5l22.2 22.2c12.3 12.3 32.2 12.3 44.5 0L176 322.7l100.1 100.1c12.3 12.3 32.2 12.3 44.5 0l22.2-22.2c12.3-12.3 12.3-32.2 0-44.5L242.7 256z'/%3E%3C/svg%3E") no-repeat;
263
+ height: 1em;
264
+ width: 1em;
265
+ }
266
+ .ui.search input[type="search"]::-webkit-search-cancel-button:hover {
288
267
  opacity: 1;
289
- color: #af4e4a;
268
+ }
269
+ .ui.loading.search input[type="search"]::-webkit-search-cancel-button {
270
+ display: none;
271
+ }
272
+ .ui.search > .icon.input > input:placeholder-shown ~ .remove.icon,
273
+ .ui.search.loading > .icon.input > .remove.icon {
274
+ display: none;
290
275
  }
291
276
 
292
- /*--------------
293
- Category
294
- ---------------*/
295
-
277
+ /* --------------
278
+ Category
279
+ --------------- */
296
280
  .ui.category.search .results {
297
281
  width: 28em;
298
282
  }
@@ -304,10 +288,8 @@
304
288
  /* Category */
305
289
  .ui.category.search > .results .category {
306
290
  display: table-row;
307
- background: #F3F4F5;
308
- -webkit-box-shadow: none;
309
- box-shadow: none;
310
- -webkit-transition: background 0.1s ease, border-color 0.1s ease;
291
+ background: #f3f4f5;
292
+ box-shadow: none;
311
293
  transition: background 0.1s ease, border-color 0.1s ease;
312
294
  }
313
295
 
@@ -342,16 +324,24 @@
342
324
  /* Category Result */
343
325
  .ui.category.search > .results .category .results {
344
326
  display: table-cell;
345
- background: #FFFFFF;
327
+ background: #fff;
346
328
  border-left: 1px solid rgba(34, 36, 38, 0.15);
347
329
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
348
330
  }
349
331
  .ui.category.search > .results .category .result {
350
332
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
351
- -webkit-transition: background 0.1s ease, border-color 0.1s ease;
352
333
  transition: background 0.1s ease, border-color 0.1s ease;
353
334
  padding: 0.85714286em 1.14285714em;
354
335
  }
336
+ .ui.horizontal.category.search > .results .category,
337
+ .ui.horizontal.category.search > .results .category > .name,
338
+ .ui.horizontal.category.search > .results .category > .results {
339
+ display: block;
340
+ }
341
+ .ui.horizontal.category.search > .results .category > .results {
342
+ width: 100%;
343
+ border-left: 0;
344
+ }
355
345
 
356
346
 
357
347
  /*******************************
@@ -359,18 +349,18 @@
359
349
  *******************************/
360
350
 
361
351
 
362
- /*-------------------
363
- Scrolling
364
- --------------------*/
365
-
352
+ /* -------------------
353
+ Scrolling
354
+ -------------------- */
366
355
  .ui.scrolling.search > .results,
367
356
  .ui.search.long > .results,
368
357
  .ui.search.short > .results {
369
358
  overflow-x: hidden;
370
359
  overflow-y: auto;
360
+ -ms-scroll-chaining: none;
361
+ overscroll-behavior: none;
371
362
  -webkit-backface-visibility: hidden;
372
363
  backface-visibility: hidden;
373
- -webkit-overflow-scrolling: touch;
374
364
  }
375
365
  @media only screen and (max-width: 767.98px) {
376
366
  .ui.scrolling.search > .results {
@@ -396,63 +386,38 @@
396
386
  .ui.search.short > .results {
397
387
  max-height: 12.17714286em;
398
388
  }
399
- .ui.search[class*="very short"] > .results {
400
- max-height: 9.13285714em;
401
- }
402
389
  .ui.search.long > .results {
403
390
  max-height: 24.35428571em;
404
391
  }
405
- .ui.search[class*="very long"] > .results {
406
- max-height: 36.53142857em;
407
- }
408
392
  }
409
393
  @media only screen and (min-width: 768px) {
410
394
  .ui.search.short > .results {
411
395
  max-height: 18.26571429em;
412
396
  }
413
- .ui.search[class*="very short"] > .results {
414
- max-height: 13.69928571em;
415
- }
416
397
  .ui.search.long > .results {
417
398
  max-height: 36.53142857em;
418
399
  }
419
- .ui.search[class*="very long"] > .results {
420
- max-height: 54.79714286em;
421
- }
422
400
  }
423
401
  @media only screen and (min-width: 992px) {
424
402
  .ui.search.short > .results {
425
403
  max-height: 24.35428571em;
426
404
  }
427
- .ui.search[class*="very short"] > .results {
428
- max-height: 18.26571429em;
429
- }
430
405
  .ui.search.long > .results {
431
406
  max-height: 48.70857143em;
432
407
  }
433
- .ui.search[class*="very long"] > .results {
434
- max-height: 73.06285714em;
435
- }
436
408
  }
437
409
  @media only screen and (min-width: 1920px) {
438
410
  .ui.search.short > .results {
439
411
  max-height: 36.53142857em;
440
412
  }
441
- .ui.search[class*="very short"] > .results {
442
- max-height: 27.39857143em;
443
- }
444
413
  .ui.search.long > .results {
445
414
  max-height: 73.06285714em;
446
415
  }
447
- .ui.search[class*="very long"] > .results {
448
- max-height: 109.59428571em;
449
- }
450
416
  }
451
417
 
452
- /*-------------------
453
- Left / Right
454
- --------------------*/
455
-
418
+ /* -------------------
419
+ Left / Right
420
+ -------------------- */
456
421
  .ui[class*="left aligned"].search > .results {
457
422
  right: auto;
458
423
  left: 0;
@@ -462,18 +427,16 @@
462
427
  left: auto;
463
428
  }
464
429
 
465
- /*--------------
430
+ /* --------------
466
431
  Fluid
467
- ---------------*/
468
-
432
+ --------------- */
469
433
  .ui.fluid.search .results {
470
434
  width: 100%;
471
435
  }
472
436
 
473
- /*--------------
437
+ /* --------------
474
438
  Sizes
475
- ---------------*/
476
-
439
+ --------------- */
477
440
  .ui.search {
478
441
  font-size: 1em;
479
442
  }
@@ -499,10 +462,9 @@
499
462
  font-size: 1.71428571em;
500
463
  }
501
464
 
502
- /*--------------
465
+ /* --------------
503
466
  Mobile
504
- ---------------*/
505
-
467
+ --------------- */
506
468
  @media only screen and (max-width: 767.98px) {
507
469
  .ui.search .results {
508
470
  max-width: calc(100vw - 2rem);