fomantic-ui 2.9.3-beta.2 → 2.9.3-beta.21
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.
- package/.github/workflows/ci.yml +1 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +2 -2
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +6 -6
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +62 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +3 -3
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +42 -4
- package/dist/components/dropdown.js +22 -12
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +1 -1
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +3 -2
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +26 -20
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +53 -20
- package/dist/components/form.js +78 -44
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +107 -107
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +3 -27
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +21 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +13 -13
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +282 -282
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +9 -3
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +10 -3
- package/dist/components/modal.js +31 -26
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +41 -40
- package/dist/components/popup.js +8 -6
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +17 -1
- package/dist/components/search.js +3 -2
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +159 -33
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +122 -26
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +65 -1
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +6 -1
- package/dist/components/toast.js +2 -2
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1055 -593
- package/dist/semantic.js +310 -156
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/src/definitions/behaviors/form.js +77 -43
- package/src/definitions/collections/breadcrumb.less +2 -1
- package/src/definitions/collections/form.less +27 -13
- package/src/definitions/collections/grid.less +108 -107
- package/src/definitions/collections/menu.less +29 -21
- package/src/definitions/collections/message.less +2 -1
- package/src/definitions/collections/table.less +68 -1
- package/src/definitions/elements/button.less +4 -2
- package/src/definitions/elements/container.less +65 -1
- package/src/definitions/elements/divider.less +2 -1
- package/src/definitions/elements/emoji.less +2 -1
- package/src/definitions/elements/flag.less +2 -1
- package/src/definitions/elements/header.less +2 -1
- package/src/definitions/elements/icon.less +2 -1
- package/src/definitions/elements/image.less +2 -1
- package/src/definitions/elements/input.less +4 -3
- package/src/definitions/elements/label.less +23 -2
- package/src/definitions/elements/list.less +14 -13
- package/src/definitions/elements/loader.less +73 -72
- package/src/definitions/elements/placeholder.less +2 -1
- package/src/definitions/elements/rail.less +2 -1
- package/src/definitions/elements/reveal.less +2 -1
- package/src/definitions/elements/segment.less +112 -14
- package/src/definitions/elements/step.less +2 -1
- package/src/definitions/elements/text.less +2 -1
- package/src/definitions/globals/reset.less +2 -1
- package/src/definitions/globals/site.less +2 -1
- package/src/definitions/modules/accordion.less +2 -1
- package/src/definitions/modules/calendar.less +3 -2
- package/src/definitions/modules/checkbox.less +2 -1
- package/src/definitions/modules/dimmer.less +4 -3
- package/src/definitions/modules/dropdown.js +21 -11
- package/src/definitions/modules/dropdown.less +55 -4
- package/src/definitions/modules/embed.less +2 -1
- package/src/definitions/modules/flyout.js +25 -19
- package/src/definitions/modules/flyout.less +2 -1
- package/src/definitions/modules/modal.js +30 -25
- package/src/definitions/modules/modal.less +13 -3
- package/src/definitions/modules/nag.less +3 -1
- package/src/definitions/modules/popup.js +7 -5
- package/src/definitions/modules/popup.less +42 -39
- package/src/definitions/modules/progress.less +2 -1
- package/src/definitions/modules/rating.less +2 -1
- package/src/definitions/modules/search.js +2 -1
- package/src/definitions/modules/search.less +20 -1
- package/src/definitions/modules/shape.less +2 -1
- package/src/definitions/modules/sidebar.less +2 -1
- package/src/definitions/modules/slider.js +121 -25
- package/src/definitions/modules/slider.less +2 -1
- package/src/definitions/modules/sticky.less +2 -1
- package/src/definitions/modules/tab.less +2 -1
- package/src/definitions/modules/toast.js +1 -1
- package/src/definitions/modules/toast.less +9 -1
- package/src/definitions/modules/transition.less +2 -1
- package/src/definitions/views/ad.less +2 -1
- package/src/definitions/views/card.less +2 -1
- package/src/definitions/views/comment.less +2 -1
- package/src/definitions/views/feed.less +2 -1
- package/src/definitions/views/item.less +2 -1
- package/src/definitions/views/statistic.less +2 -1
- package/src/overrides.less +7 -0
- package/src/theme.less +7 -6
- package/src/themes/amazon/elements/button.variables +5 -1
- package/src/themes/bootstrap3/elements/button.variables +5 -1
- package/src/themes/chubby/elements/header.variables +6 -1
- package/src/themes/default/collections/message.variables +3 -9
- package/src/themes/default/collections/table.variables +3 -0
- package/src/themes/default/elements/button.variables +1 -3
- package/src/themes/default/elements/container.variables +3 -0
- package/src/themes/default/elements/flag.variables +1 -1
- package/src/themes/default/elements/label.variables +5 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +20 -1
- package/src/themes/default/globals/variation.variables +7 -1
- package/src/themes/default/modules/dropdown.variables +6 -0
- package/src/themes/default/modules/modal.variables +4 -0
- package/src/themes/default/modules/popup.variables +3 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/toast.variables +1 -0
- package/src/themes/default/views/card.variables +4 -12
- package/src/themes/github/elements/button.variables +5 -1
- package/src/themes/twitter/elements/button.variables +5 -1
- package/tasks/admin/distributions/create.js +8 -3
- package/tasks/config/project/install.js +3 -0
- package/tasks/config/tasks.js +1 -8
- package/tasks/install.js +15 -5
@@ -62,16 +62,16 @@
|
|
62
62
|
& when (@variationLoaderSpeeds) {
|
63
63
|
/* Speeds */
|
64
64
|
|
65
|
-
.ui.fast.loading
|
66
|
-
.ui.fast.loading
|
67
|
-
.ui.fast.loading
|
65
|
+
.ui.ui.fast.loading::after,
|
66
|
+
.ui.ui.fast.loading .input > i.icon::after,
|
67
|
+
.ui.ui.fast.loading > i.icon::after,
|
68
68
|
.ui.fast.loader::after {
|
69
69
|
animation-duration: @loaderSpeedFast;
|
70
70
|
}
|
71
71
|
|
72
|
-
.ui.slow.loading
|
73
|
-
.ui.slow.loading
|
74
|
-
.ui.slow.loading
|
72
|
+
.ui.ui.slow.loading::after,
|
73
|
+
.ui.ui.slow.loading .input > i.icon::after,
|
74
|
+
.ui.ui.slow.loading > i.icon::after,
|
75
75
|
.ui.slow.loader::after {
|
76
76
|
animation-duration: @loaderSpeedSlow;
|
77
77
|
}
|
@@ -204,49 +204,49 @@
|
|
204
204
|
@c: @colors[@@color][color];
|
205
205
|
@l: @colors[@@color][light];
|
206
206
|
|
207
|
-
.ui.@{color}.elastic.loader
|
207
|
+
.ui.ui.@{color}.elastic.loader::before,
|
208
208
|
.ui.@{color}.basic.elastic.loading.button::before,
|
209
209
|
.ui.@{color}.basic.elastic.loading.button::after,
|
210
|
-
.ui.@{color}.elastic.loading
|
211
|
-
.ui.@{color}.elastic.loading
|
212
|
-
.ui.@{color}.elastic.loading
|
213
|
-
.ui.@{color}.loading
|
214
|
-
.ui.@{color}.loading
|
215
|
-
.ui.@{color}.loading
|
216
|
-
.ui.@{color}.loader
|
210
|
+
.ui.ui.ui.@{color}.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
211
|
+
.ui.ui.ui.@{color}.elastic.loading .input > i.icon::before,
|
212
|
+
.ui.ui.ui.ui.@{color}.elastic.loading > i.icon::before,
|
213
|
+
.ui.ui.ui.ui.@{color}.loading:not(.usual):not(.button)::after,
|
214
|
+
.ui.ui.ui.ui.@{color}.loading .input > i.icon::after,
|
215
|
+
.ui.ui.ui.ui.@{color}.loading > i.icon::after,
|
216
|
+
.ui.ui.ui.@{color}.loader::after {
|
217
217
|
color: @c;
|
218
218
|
}
|
219
219
|
.ui.inverted.@{color}.elastic.loader::before,
|
220
|
-
.ui.inverted.@{color}.elastic.loading
|
221
|
-
.ui.inverted.@{color}.elastic.loading
|
222
|
-
.ui.inverted.@{color}.elastic.loading
|
223
|
-
.ui.inverted.@{color}.loading
|
224
|
-
.ui.inverted.@{color}.loading
|
225
|
-
.ui.inverted.@{color}.loading
|
226
|
-
.ui.inverted.@{color}.loader
|
220
|
+
.ui.ui.ui.inverted.@{color}.elastic.loading:not(.segment):not(.segments):not(.card)::before,
|
221
|
+
.ui.ui.ui.inverted.@{color}.elastic.loading .input > i.icon::before,
|
222
|
+
.ui.ui.ui.inverted.@{color}.elastic.loading > i.icon::before,
|
223
|
+
.ui.ui.ui.ui.inverted.@{color}.loading:not(.usual)::after,
|
224
|
+
.ui.ui.ui.ui.inverted.@{color}.loading .input > i.icon::after,
|
225
|
+
.ui.ui.ui.ui.inverted.@{color}.loading > i.icon::after,
|
226
|
+
.ui.ui.ui.inverted.@{color}.loader::after {
|
227
227
|
color: @l;
|
228
228
|
}
|
229
229
|
});
|
230
230
|
}
|
231
231
|
|
232
|
-
.ui.elastic.loader
|
233
|
-
.ui.
|
234
|
-
.ui.
|
235
|
-
.ui.
|
236
|
-
.ui.
|
237
|
-
.ui.
|
238
|
-
.ui.
|
239
|
-
.ui.
|
232
|
+
.ui.ui.elastic.loader::before,
|
233
|
+
.ui.ui.ui.elastic.loading::before,
|
234
|
+
.ui.ui.ui.elastic.loading .input > i.icon::before,
|
235
|
+
.ui.ui.ui.elastic.loading > i.icon::before,
|
236
|
+
.ui.ui.ui.ui.loading:not(.usual)::after,
|
237
|
+
.ui.ui.ui.ui.loading .input > i.icon::after,
|
238
|
+
.ui.ui.ui.ui.loading > i.icon::after,
|
239
|
+
.ui.ui.ui.loader::after {
|
240
240
|
border-color: currentColor;
|
241
241
|
}
|
242
|
-
.ui.
|
242
|
+
.ui.ui.ui.ui.elastic.loading.button:not(.inverted):not(.basic)::before {
|
243
243
|
color: @invertedLoaderLineColor;
|
244
244
|
}
|
245
245
|
.ui.elastic.basic.loading.button::before,
|
246
246
|
.ui.elastic.basic.loading.button::after {
|
247
247
|
color: @loaderLineColor;
|
248
248
|
}
|
249
|
-
.ui.
|
249
|
+
.ui.ui.ui.ui.double.loading.button::after {
|
250
250
|
border-bottom-color: currentColor;
|
251
251
|
}
|
252
252
|
|
@@ -278,30 +278,30 @@
|
|
278
278
|
}
|
279
279
|
}
|
280
280
|
|
281
|
-
.ui.
|
282
|
-
.ui.
|
283
|
-
.ui.
|
284
|
-
.ui.
|
281
|
+
.ui.ui.ui.ui.ui.ui.loading::after,
|
282
|
+
.ui.ui.ui.ui.ui.ui.loading .input > i.icon::after,
|
283
|
+
.ui.ui.ui.ui.ui.ui.loading > i.icon::after,
|
284
|
+
.ui.ui.ui.ui.ui.loader::after {
|
285
285
|
border-left-color: transparent;
|
286
286
|
border-right-color: transparent;
|
287
287
|
}
|
288
|
-
.ui.
|
289
|
-
.ui.
|
290
|
-
.ui.
|
291
|
-
.ui.
|
288
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double)::after,
|
289
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double) .input > i.icon::after,
|
290
|
+
.ui.ui.ui.ui.ui.ui.ui.loading:not(.double) > i.icon::after,
|
291
|
+
.ui.ui.ui.ui.ui.ui.loader:not(.double)::after {
|
292
292
|
border-bottom-color: transparent;
|
293
293
|
}
|
294
|
-
.ui.
|
295
|
-
.ui.
|
296
|
-
.ui.
|
297
|
-
.ui.
|
294
|
+
.ui.ui.ui.ui.ui.ui.loading.card::after,
|
295
|
+
.ui.ui.ui.ui.ui.ui.loading.segments::after,
|
296
|
+
.ui.ui.ui.ui.ui.ui.loading.segment::after,
|
297
|
+
.ui.ui.ui.ui.ui.ui.loading.form::after {
|
298
298
|
border-left-color: @loaderFillColor;
|
299
299
|
border-right-color: @loaderFillColor;
|
300
300
|
}
|
301
|
-
.ui.
|
302
|
-
.ui.
|
303
|
-
.ui.
|
304
|
-
.ui.
|
301
|
+
.ui.ui.ui.ui.ui.ui.loading.card:not(.double)::after,
|
302
|
+
.ui.ui.ui.ui.ui.ui.loading.segments:not(.double)::after,
|
303
|
+
.ui.ui.ui.ui.ui.ui.loading.segment:not(.double)::after,
|
304
|
+
.ui.ui.ui.ui.ui.ui.loading.form:not(.double)::after {
|
305
305
|
border-bottom-color: @loaderFillColor;
|
306
306
|
}
|
307
307
|
|
@@ -316,17 +316,17 @@
|
|
316
316
|
.ui.inverted.dimmer > .ui.elastic.loader {
|
317
317
|
color: @loaderLineColor;
|
318
318
|
}
|
319
|
-
.ui.elastic.loading
|
320
|
-
.ui.elastic.loading
|
321
|
-
.ui.elastic.loading
|
322
|
-
.ui.elastic.loader
|
319
|
+
.ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
320
|
+
.ui.ui.elastic.loading .input > i.icon::after,
|
321
|
+
.ui.ui.elastic.loading > i.icon::after,
|
322
|
+
.ui.ui.elastic.loader::after {
|
323
323
|
animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
324
324
|
animation-delay: 0.3s;
|
325
325
|
}
|
326
|
-
.ui.
|
327
|
-
.ui.
|
328
|
-
.ui.
|
329
|
-
.ui.elastic.loader
|
326
|
+
.ui.ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
327
|
+
.ui.ui.ui.elastic.loading .input > i.icon::before,
|
328
|
+
.ui.ui.ui.elastic.loading > i.icon::before,
|
329
|
+
.ui.ui.elastic.loader::before {
|
330
330
|
animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
331
331
|
// https://github.com/fomantic/Fomantic-UI/pull/363
|
332
332
|
// stylelint-disable-next-line property-no-vendor-prefix
|
@@ -339,30 +339,30 @@
|
|
339
339
|
}
|
340
340
|
}
|
341
341
|
& when (@variationLoaderSpeeds) {
|
342
|
-
.ui.slow.elastic.loading
|
343
|
-
.ui.slow.elastic.loading
|
344
|
-
.ui.slow.elastic.loading
|
345
|
-
.ui.slow.elastic.loader
|
342
|
+
.ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
343
|
+
.ui.ui.slow.elastic.loading .input > i.icon::after,
|
344
|
+
.ui.ui.slow.elastic.loading > i.icon::after,
|
345
|
+
.ui.ui.slow.elastic.loader::after {
|
346
346
|
animation-duration: 1.5s;
|
347
347
|
animation-delay: 0.45s;
|
348
348
|
}
|
349
|
-
.ui.slow.elastic.loading
|
350
|
-
.ui.slow.elastic.loading
|
351
|
-
.ui.slow.elastic.loading
|
352
|
-
.ui.slow.elastic.loader
|
349
|
+
.ui.ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
350
|
+
.ui.ui.ui.slow.elastic.loading .input > i.icon::before,
|
351
|
+
.ui.ui.ui.slow.elastic.loading > i.icon::before,
|
352
|
+
.ui.ui.slow.elastic.loader::before {
|
353
353
|
animation-duration: 1.5s;
|
354
354
|
}
|
355
|
-
.ui.fast.elastic.loading
|
356
|
-
.ui.fast.elastic.loading
|
357
|
-
.ui.fast.elastic.loading
|
358
|
-
.ui.fast.elastic.loader
|
355
|
+
.ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
356
|
+
.ui.ui.fast.elastic.loading .input > i.icon::after,
|
357
|
+
.ui.ui.fast.elastic.loading > i.icon::after,
|
358
|
+
.ui.ui.fast.elastic.loader::after {
|
359
359
|
animation-duration: 0.66s;
|
360
360
|
animation-delay: 0.2s;
|
361
361
|
}
|
362
|
-
.ui.fast.elastic.loading
|
363
|
-
.ui.fast.elastic.loading
|
364
|
-
.ui.fast.elastic.loading
|
365
|
-
.ui.fast.elastic.loader
|
362
|
+
.ui.ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
363
|
+
.ui.ui.ui.fast.elastic.loading .input > i.icon::before,
|
364
|
+
.ui.ui.ui.fast.elastic.loading > i.icon::before,
|
365
|
+
.ui.ui.fast.elastic.loader::before {
|
366
366
|
animation-duration: 0.66s;
|
367
367
|
}
|
368
368
|
}
|
@@ -423,4 +423,5 @@
|
|
423
423
|
}
|
424
424
|
}
|
425
425
|
|
426
|
-
|
426
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
427
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -189,6 +189,9 @@
|
|
189
189
|
margin: @piledMargin 0;
|
190
190
|
box-shadow: @piledBoxShadow;
|
191
191
|
z-index: @piledZIndex;
|
192
|
+
background-color: @white;
|
193
|
+
border: @piledBorder;
|
194
|
+
color: @textColor;
|
192
195
|
}
|
193
196
|
.ui.piled.segment:first-child {
|
194
197
|
margin-top: 0;
|
@@ -200,7 +203,7 @@
|
|
200
203
|
.ui.piled.segments::before,
|
201
204
|
.ui.piled.segment::after,
|
202
205
|
.ui.piled.segment::before {
|
203
|
-
background-color:
|
206
|
+
background-color: inherit;
|
204
207
|
visibility: visible;
|
205
208
|
content: "";
|
206
209
|
display: block;
|
@@ -208,9 +211,16 @@
|
|
208
211
|
left: 0;
|
209
212
|
position: absolute;
|
210
213
|
width: 100%;
|
211
|
-
border:
|
214
|
+
border: inherit;
|
212
215
|
box-shadow: @piledBoxShadow;
|
213
216
|
}
|
217
|
+
& when (@variationSegmentInverted) {
|
218
|
+
.ui.inverted.piled.segment {
|
219
|
+
background-color: @invertedBackground;
|
220
|
+
border: @invertedPiledBorder;
|
221
|
+
color: @invertedTextColor;
|
222
|
+
}
|
223
|
+
}
|
214
224
|
.ui.piled.segments::before,
|
215
225
|
.ui.piled.segment::before {
|
216
226
|
transform: rotate(-@piledDegrees);
|
@@ -240,6 +250,12 @@
|
|
240
250
|
margin-bottom: 0;
|
241
251
|
}
|
242
252
|
}
|
253
|
+
@supports selector(:has(.f)) {
|
254
|
+
*:has(> .ui.piled.segment) {
|
255
|
+
z-index: 0;
|
256
|
+
position: relative;
|
257
|
+
}
|
258
|
+
}
|
243
259
|
}
|
244
260
|
|
245
261
|
& when (@variationSegmentStacked) {
|
@@ -258,7 +274,7 @@
|
|
258
274
|
position: absolute;
|
259
275
|
bottom: -(@stackedHeight / 2);
|
260
276
|
left: 0;
|
261
|
-
border-top:
|
277
|
+
border-top: @borderWidth solid @stackedBorderColor;
|
262
278
|
background: @stackedPageBackground;
|
263
279
|
width: 100%;
|
264
280
|
height: @stackedHeight;
|
@@ -277,12 +293,14 @@
|
|
277
293
|
}
|
278
294
|
& when (@variationSegmentInverted) {
|
279
295
|
/* Inverted */
|
280
|
-
.ui.stacked.inverted.segments
|
281
|
-
.ui.stacked.inverted.
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
296
|
+
.ui.stacked.inverted.segments,
|
297
|
+
.ui.stacked.inverted.segment {
|
298
|
+
border: @borderWidth solid @invertedStackedBorderColor;
|
299
|
+
&::before,
|
300
|
+
&::after {
|
301
|
+
background-color: @subtleTransparentBlack;
|
302
|
+
border-top: @borderWidth solid @invertedStackedBorderColor;
|
303
|
+
}
|
286
304
|
}
|
287
305
|
}
|
288
306
|
}
|
@@ -350,10 +368,16 @@
|
|
350
368
|
Raised
|
351
369
|
-------------------- */
|
352
370
|
|
353
|
-
.ui.
|
354
|
-
.ui.
|
371
|
+
.ui.ui.raised.segments,
|
372
|
+
.ui.ui.raised.segment {
|
355
373
|
box-shadow: @raisedBoxShadow;
|
356
374
|
}
|
375
|
+
& when (@variationSegmentInverted) {
|
376
|
+
.ui.ui.inverted.raised.segments,
|
377
|
+
.ui.ui.inverted.raised.segment {
|
378
|
+
box-shadow: @invertedRaisedBoxShadow;
|
379
|
+
}
|
380
|
+
}
|
357
381
|
}
|
358
382
|
|
359
383
|
& when (@variationSegmentGroups) {
|
@@ -521,6 +545,7 @@
|
|
521
545
|
pointer-events: none;
|
522
546
|
user-select: none;
|
523
547
|
transition: all 0s linear;
|
548
|
+
min-height: @loadingMinHeight;
|
524
549
|
}
|
525
550
|
.ui.loading.segments::before,
|
526
551
|
.ui.loading.segment::before {
|
@@ -591,13 +616,19 @@
|
|
591
616
|
@color: @value;
|
592
617
|
@c: @colors[@@color][color];
|
593
618
|
& when not (@color=primary) and not (@color=secondary) {
|
594
|
-
.ui.@{color}.segment
|
619
|
+
.ui.ui.ui.ui.ui.@{color}.segment:not(.inverted) {
|
595
620
|
border-top: @coloredBorderSize solid @c;
|
596
621
|
}
|
597
622
|
& when (@variationSegmentInverted) {
|
598
|
-
.ui.inverted.@{color}.segment
|
623
|
+
.ui.ui.ui.ui.ui.inverted.@{color}.segment {
|
599
624
|
background-color: @c;
|
600
625
|
color: @white;
|
626
|
+
& when not (@variationSegmentPiled) and ((@variationSegmentAttached) or (@variationSegmentStacked)) {
|
627
|
+
border-color: c;
|
628
|
+
}
|
629
|
+
}
|
630
|
+
.ui.ui.inverted.@{color}.segment:not(.piled) when (@variationSegmentPiled) and ((@variationSegmentAttached) or (@variationSegmentStacked)) {
|
631
|
+
border-color: @c;
|
601
632
|
}
|
602
633
|
}
|
603
634
|
}
|
@@ -817,24 +848,39 @@
|
|
817
848
|
& when (@variationSegmentScrollingShort) {
|
818
849
|
.ui.scrolling.segment.short {
|
819
850
|
max-height: @scrollingMobileMaxHeight * 0.75;
|
851
|
+
&.resizable when (@variationSegmentResizable) {
|
852
|
+
height: @scrollingMobileMaxHeight * 0.75;
|
853
|
+
}
|
820
854
|
}
|
821
855
|
}
|
822
856
|
& when (@variationSegmentScrollingVeryShort) {
|
823
857
|
.ui.scrolling.segment[class*="very short"] {
|
824
858
|
max-height: @scrollingMobileMaxHeight * 0.5;
|
859
|
+
&.resizable when (@variationSegmentResizable) {
|
860
|
+
height: @scrollingMobileMaxHeight * 0.5;
|
861
|
+
}
|
825
862
|
}
|
826
863
|
}
|
827
864
|
.ui.scrolling.segment {
|
828
865
|
max-height: @scrollingMobileMaxHeight;
|
866
|
+
&.resizable when (@variationSegmentResizable) {
|
867
|
+
height: @scrollingMobileMaxHeight;
|
868
|
+
}
|
829
869
|
}
|
830
870
|
& when (@variationSegmentScrollingLong) {
|
831
871
|
.ui.scrolling.segment.long {
|
832
872
|
max-height: @scrollingMobileMaxHeight * 2;
|
873
|
+
&.resizable when (@variationSegmentResizable) {
|
874
|
+
height: @scrollingMobileMaxHeight * 2;
|
875
|
+
}
|
833
876
|
}
|
834
877
|
}
|
835
878
|
& when (@variationSegmentScrollingVeryLong) {
|
836
879
|
.ui.scrolling.segment[class*="very long"] {
|
837
880
|
max-height: @scrollingMobileMaxHeight * 3;
|
881
|
+
&.resizable when (@variationSegmentResizable) {
|
882
|
+
height: @scrollingMobileMaxHeight * 3;
|
883
|
+
}
|
838
884
|
}
|
839
885
|
}
|
840
886
|
}
|
@@ -843,24 +889,39 @@
|
|
843
889
|
& when (@variationSegmentScrollingShort) {
|
844
890
|
.ui.scrolling.segment.short {
|
845
891
|
max-height: @scrollingTabletMaxHeight * 0.75;
|
892
|
+
&.resizable when (@variationSegmentResizable) {
|
893
|
+
height: @scrollingTabletMaxHeight * 0.75;
|
894
|
+
}
|
846
895
|
}
|
847
896
|
}
|
848
897
|
& when (@variationSegmentScrollingVeryShort) {
|
849
898
|
.ui.scrolling.segment[class*="very short"] {
|
850
899
|
max-height: @scrollingTabletMaxHeight * 0.5;
|
900
|
+
&.resizable when (@variationSegmentResizable) {
|
901
|
+
height: @scrollingTabletMaxHeight * 0.5;
|
902
|
+
}
|
851
903
|
}
|
852
904
|
}
|
853
905
|
.ui.scrolling.segment {
|
854
906
|
max-height: @scrollingTabletMaxHeight;
|
907
|
+
&.resizable when (@variationSegmentResizable) {
|
908
|
+
height: @scrollingTabletMaxHeight;
|
909
|
+
}
|
855
910
|
}
|
856
911
|
& when (@variationSegmentScrollingLong) {
|
857
912
|
.ui.scrolling.segment.long {
|
858
913
|
max-height: @scrollingTabletMaxHeight * 2;
|
914
|
+
&.resizable when (@variationSegmentResizable) {
|
915
|
+
height: @scrollingTabletMaxHeight * 2;
|
916
|
+
}
|
859
917
|
}
|
860
918
|
}
|
861
919
|
& when (@variationSegmentScrollingVeryLong) {
|
862
920
|
.ui.scrolling.segment[class*="very long"] {
|
863
921
|
max-height: @scrollingTabletMaxHeight * 3;
|
922
|
+
&.resizable when (@variationSegmentResizable) {
|
923
|
+
height: @scrollingTabletMaxHeight * 3;
|
924
|
+
}
|
864
925
|
}
|
865
926
|
}
|
866
927
|
}
|
@@ -868,24 +929,39 @@
|
|
868
929
|
& when (@variationSegmentScrollingShort) {
|
869
930
|
.ui.scrolling.segment.short {
|
870
931
|
max-height: @scrollingComputerMaxHeight * 0.75;
|
932
|
+
&.resizable when (@variationSegmentResizable) {
|
933
|
+
height: @scrollingComputerMaxHeight * 0.75;
|
934
|
+
}
|
871
935
|
}
|
872
936
|
}
|
873
937
|
& when (@variationSegmentScrollingVeryShort) {
|
874
938
|
.ui.scrolling.segment[class*="very short"] {
|
875
939
|
max-height: @scrollingComputerMaxHeight * 0.5;
|
940
|
+
&.resizable when (@variationSegmentResizable) {
|
941
|
+
height: @scrollingComputerMaxHeight * 0.5;
|
942
|
+
}
|
876
943
|
}
|
877
944
|
}
|
878
945
|
.ui.scrolling.segment {
|
879
946
|
max-height: @scrollingComputerMaxHeight;
|
947
|
+
&.resizable when (@variationSegmentResizable) {
|
948
|
+
height: @scrollingComputerMaxHeight;
|
949
|
+
}
|
880
950
|
}
|
881
951
|
& when (@variationSegmentScrollingLong) {
|
882
952
|
.ui.scrolling.segment.long {
|
883
953
|
max-height: @scrollingComputerMaxHeight * 2;
|
954
|
+
&.resizable when (@variationSegmentResizable) {
|
955
|
+
height: @scrollingComputerMaxHeight * 2;
|
956
|
+
}
|
884
957
|
}
|
885
958
|
}
|
886
959
|
& when (@variationSegmentScrollingVeryLong) {
|
887
960
|
.ui.scrolling.segment[class*="very long"] {
|
888
961
|
max-height: @scrollingComputerMaxHeight * 3;
|
962
|
+
&.resizable when (@variationSegmentResizable) {
|
963
|
+
height: @scrollingComputerMaxHeight * 3;
|
964
|
+
}
|
889
965
|
}
|
890
966
|
}
|
891
967
|
}
|
@@ -893,27 +969,48 @@
|
|
893
969
|
& when (@variationSegmentScrollingShort) {
|
894
970
|
.ui.scrolling.segment.short {
|
895
971
|
max-height: @scrollingWidescreenMaxHeight * 0.75;
|
972
|
+
&.resizable when (@variationSegmentResizable) {
|
973
|
+
height: @scrollingWidescreenMaxHeight * 0.75;
|
974
|
+
}
|
896
975
|
}
|
897
976
|
}
|
898
977
|
& when (@variationSegmentScrollingVeryShort) {
|
899
978
|
.ui.scrolling.segment[class*="very short"] {
|
900
979
|
max-height: @scrollingWidescreenMaxHeight * 0.5;
|
980
|
+
&.resizable when (@variationSegmentResizable) {
|
981
|
+
height: @scrollingWidescreenMaxHeight * 0.5;
|
982
|
+
}
|
901
983
|
}
|
902
984
|
}
|
903
985
|
.ui.scrolling.segment {
|
904
986
|
max-height: @scrollingWidescreenMaxHeight;
|
987
|
+
&.resizable when (@variationSegmentResizable) {
|
988
|
+
height: @scrollingWidescreenMaxHeight;
|
989
|
+
}
|
905
990
|
}
|
906
991
|
& when (@variationSegmentScrollingLong) {
|
907
992
|
.ui.scrolling.segment.long {
|
908
993
|
max-height: @scrollingWidescreenMaxHeight * 2;
|
994
|
+
&.resizable when (@variationSegmentResizable) {
|
995
|
+
height: @scrollingWidescreenMaxHeight * 2;
|
996
|
+
}
|
909
997
|
}
|
910
998
|
}
|
911
999
|
& when (@variationSegmentScrollingVeryLong) {
|
912
1000
|
.ui.scrolling.segment[class*="very long"] {
|
913
1001
|
max-height: @scrollingWidescreenMaxHeight * 3;
|
1002
|
+
&.resizable when (@variationSegmentResizable) {
|
1003
|
+
height: @scrollingWidescreenMaxHeight * 3;
|
1004
|
+
}
|
914
1005
|
}
|
915
1006
|
}
|
916
1007
|
}
|
1008
|
+
& when (@variationSegmentResizable) {
|
1009
|
+
.ui.resizable.scrolling.segment {
|
1010
|
+
resize: @resizableDirection;
|
1011
|
+
max-height: none;
|
1012
|
+
}
|
1013
|
+
}
|
917
1014
|
}
|
918
1015
|
|
919
1016
|
/* -------------------
|
@@ -934,4 +1031,5 @@
|
|
934
1031
|
});
|
935
1032
|
}
|
936
1033
|
|
937
|
-
|
1034
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
1035
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -177,7 +177,7 @@
|
|
177
177
|
}
|
178
178
|
|
179
179
|
& when (@variationCalendarMultiMonth) {
|
180
|
-
.ui.calendar.popup > .ui.ui.grid {
|
180
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid {
|
181
181
|
margin: @multiMonthMargin;
|
182
182
|
& > .column:not(:first-child) {
|
183
183
|
padding-left: @multiMonthPadding;
|
@@ -215,4 +215,5 @@
|
|
215
215
|
}
|
216
216
|
}
|
217
217
|
|
218
|
-
|
218
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
219
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -220,7 +220,7 @@ body.dimmable > .dimmer {
|
|
220
220
|
.light.light.light.light.light.dimmer {
|
221
221
|
background: @lightBackgroundColor;
|
222
222
|
}
|
223
|
-
.very.
|
223
|
+
.very.very.very.very.light.dimmer {
|
224
224
|
background: @veryLightBackgroundColor;
|
225
225
|
}
|
226
226
|
}
|
@@ -249,7 +249,7 @@ body.dimmable > .dimmer {
|
|
249
249
|
.light.light.light.light.light.inverted.dimmer {
|
250
250
|
background: @lightInvertedBackgroundColor;
|
251
251
|
}
|
252
|
-
.very.
|
252
|
+
.very.very.very.very.light.inverted.dimmer {
|
253
253
|
background: @veryLightInvertedBackgroundColor;
|
254
254
|
}
|
255
255
|
}
|
@@ -390,4 +390,5 @@ body.dimmable > .dimmer {
|
|
390
390
|
}
|
391
391
|
}
|
392
392
|
|
393
|
-
|
393
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
394
|
+
@import (multiple, optional) "../../overrides.less";
|