fomantic-ui 2.9.3-beta.2 → 2.9.3-beta.20
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 +74 -43
- 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 +306 -155
- 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 +73 -42
- 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
@@ -265,24 +265,39 @@
|
|
265
265
|
& when (@variationTableScrollingShort) {
|
266
266
|
.ui.scrolling.table.short > tbody {
|
267
267
|
max-height: @scrollingMobileMaxBodyHeight * 0.75;
|
268
|
+
.resizable& when (@variationTableResizable) {
|
269
|
+
height: @scrollingMobileMaxBodyHeight * 0.75;
|
270
|
+
}
|
268
271
|
}
|
269
272
|
}
|
270
273
|
& when (@variationTableScrollingVeryShort) {
|
271
274
|
.ui.scrolling.table[class*="very short"] > tbody {
|
272
275
|
max-height: @scrollingMobileMaxBodyHeight * 0.5;
|
276
|
+
.resizable& when (@variationTableResizable) {
|
277
|
+
height: @scrollingMobileMaxBodyHeight * 0.5;
|
278
|
+
}
|
273
279
|
}
|
274
280
|
}
|
275
281
|
.ui.scrolling.table > tbody {
|
276
282
|
max-height: @scrollingMobileMaxBodyHeight;
|
283
|
+
.resizable& when (@variationTableResizable) {
|
284
|
+
height: @scrollingMobileMaxBodyHeight;
|
285
|
+
}
|
277
286
|
}
|
278
287
|
& when (@variationTableScrollingLong) {
|
279
288
|
.ui.scrolling.table.long > tbody {
|
280
289
|
max-height: @scrollingMobileMaxBodyHeight * 2;
|
290
|
+
.resizable& when (@variationTableResizable) {
|
291
|
+
height: @scrollingMobileMaxBodyHeight * 2;
|
292
|
+
}
|
281
293
|
}
|
282
294
|
}
|
283
295
|
& when (@variationTableScrollingVeryLong) {
|
284
296
|
.ui.scrolling.table[class*="very long"] > tbody {
|
285
297
|
max-height: @scrollingMobileMaxBodyHeight * 3;
|
298
|
+
.resizable& when (@variationTableResizable) {
|
299
|
+
height: @scrollingMobileMaxBodyHeight * 3;
|
300
|
+
}
|
286
301
|
}
|
287
302
|
}
|
288
303
|
}
|
@@ -320,24 +335,39 @@
|
|
320
335
|
& when (@variationTableScrollingShort) {
|
321
336
|
.ui.scrolling.table.short > tbody {
|
322
337
|
max-height: @scrollingTabletMaxBodyHeight * 0.75;
|
338
|
+
.resizable& when (@variationTableResizable) {
|
339
|
+
height: @scrollingTabletMaxBodyHeight * 0.75;
|
340
|
+
}
|
323
341
|
}
|
324
342
|
}
|
325
343
|
& when (@variationTableScrollingVeryShort) {
|
326
344
|
.ui.scrolling.table[class*="very short"] > tbody {
|
327
345
|
max-height: @scrollingTabletMaxBodyHeight * 0.5;
|
346
|
+
.resizable& when (@variationTableResizable) {
|
347
|
+
height: @scrollingTabletMaxBodyHeight * 0.5;
|
348
|
+
}
|
328
349
|
}
|
329
350
|
}
|
330
351
|
.ui.scrolling.table > tbody {
|
331
352
|
max-height: @scrollingTabletMaxBodyHeight;
|
353
|
+
.resizable& when (@variationTableResizable) {
|
354
|
+
height: @scrollingTabletMaxBodyHeight;
|
355
|
+
}
|
332
356
|
}
|
333
357
|
& when (@variationTableScrollingLong) {
|
334
358
|
.ui.scrolling.table.long > tbody {
|
335
359
|
max-height: @scrollingTabletMaxBodyHeight * 2;
|
360
|
+
.resizable& when (@variationTableResizable) {
|
361
|
+
height: @scrollingTabletMaxBodyHeight * 2;
|
362
|
+
}
|
336
363
|
}
|
337
364
|
}
|
338
365
|
& when (@variationTableScrollingVeryLong) {
|
339
366
|
.ui.scrolling.table[class*="very long"] > tbody {
|
340
367
|
max-height: @scrollingTabletMaxBodyHeight * 3;
|
368
|
+
.resizable& when (@variationTableResizable) {
|
369
|
+
height: @scrollingTabletMaxBodyHeight * 3;
|
370
|
+
}
|
341
371
|
}
|
342
372
|
}
|
343
373
|
}
|
@@ -345,24 +375,39 @@
|
|
345
375
|
& when (@variationTableScrollingShort) {
|
346
376
|
.ui.scrolling.table.short > tbody {
|
347
377
|
max-height: @scrollingComputerMaxBodyHeight * 0.75;
|
378
|
+
.resizable& when (@variationTableResizable) {
|
379
|
+
height: @scrollingComputerMaxBodyHeight * 0.75;
|
380
|
+
}
|
348
381
|
}
|
349
382
|
}
|
350
383
|
& when (@variationTableScrollingVeryShort) {
|
351
384
|
.ui.scrolling.table[class*="very short"] > tbody {
|
352
385
|
max-height: @scrollingComputerMaxBodyHeight * 0.5;
|
386
|
+
.resizable& when (@variationTableResizable) {
|
387
|
+
height: @scrollingComputerMaxBodyHeight * 0.5;
|
388
|
+
}
|
353
389
|
}
|
354
390
|
}
|
355
391
|
.ui.scrolling.table > tbody {
|
356
392
|
max-height: @scrollingComputerMaxBodyHeight;
|
393
|
+
.resizable& when (@variationTableResizable) {
|
394
|
+
height: @scrollingComputerMaxBodyHeight;
|
395
|
+
}
|
357
396
|
}
|
358
397
|
& when (@variationTableScrollingLong) {
|
359
398
|
.ui.scrolling.table.long > tbody {
|
360
399
|
max-height: @scrollingComputerMaxBodyHeight * 2;
|
400
|
+
.resizable& when (@variationTableResizable) {
|
401
|
+
height: @scrollingComputerMaxBodyHeight * 2;
|
402
|
+
}
|
361
403
|
}
|
362
404
|
}
|
363
405
|
& when (@variationTableScrollingVeryLong) {
|
364
406
|
.ui.scrolling.table[class*="very long"] > tbody {
|
365
407
|
max-height: @scrollingComputerMaxBodyHeight * 3;
|
408
|
+
.resizable& when (@variationTableResizable) {
|
409
|
+
height: @scrollingComputerMaxBodyHeight * 3;
|
410
|
+
}
|
366
411
|
}
|
367
412
|
}
|
368
413
|
}
|
@@ -370,24 +415,39 @@
|
|
370
415
|
& when (@variationTableScrollingShort) {
|
371
416
|
.ui.scrolling.table.short > tbody {
|
372
417
|
max-height: @scrollingWidescreenMaxBodyHeight * 0.75;
|
418
|
+
.resizable& when (@variationTableResizable) {
|
419
|
+
height: @scrollingWidescreenMaxBodyHeight * 0.75;
|
420
|
+
}
|
373
421
|
}
|
374
422
|
}
|
375
423
|
& when (@variationTableScrollingVeryShort) {
|
376
424
|
.ui.scrolling.table[class*="very short"] > tbody {
|
377
425
|
max-height: @scrollingWidescreenMaxBodyHeight * 0.5;
|
426
|
+
.resizable& when (@variationTableResizable) {
|
427
|
+
height: @scrollingWidescreenMaxBodyHeight * 0.5;
|
428
|
+
}
|
378
429
|
}
|
379
430
|
}
|
380
431
|
.ui.scrolling.table > tbody {
|
381
432
|
max-height: @scrollingWidescreenMaxBodyHeight;
|
433
|
+
.resizable& when (@variationTableResizable) {
|
434
|
+
height: @scrollingWidescreenMaxBodyHeight;
|
435
|
+
}
|
382
436
|
}
|
383
437
|
& when (@variationTableScrollingLong) {
|
384
438
|
.ui.scrolling.table.long > tbody {
|
385
439
|
max-height: @scrollingWidescreenMaxBodyHeight * 2;
|
440
|
+
.resizable& when (@variationTableResizable) {
|
441
|
+
height: @scrollingWidescreenMaxBodyHeight * 2;
|
442
|
+
}
|
386
443
|
}
|
387
444
|
}
|
388
445
|
& when (@variationTableScrollingVeryLong) {
|
389
446
|
.ui.scrolling.table[class*="very long"] > tbody {
|
390
447
|
max-height: @scrollingWidescreenMaxBodyHeight * 3;
|
448
|
+
.resizable& when (@variationTableResizable) {
|
449
|
+
height: @scrollingWidescreenMaxBodyHeight * 3;
|
450
|
+
}
|
391
451
|
}
|
392
452
|
}
|
393
453
|
}
|
@@ -489,6 +549,12 @@
|
|
489
549
|
scrollbar-color: @thumbInvertedBackground @trackInvertedBackground;
|
490
550
|
}
|
491
551
|
}
|
552
|
+
& when (@variationTableResizable) {
|
553
|
+
.ui.resizable.scrolling.table > tbody {
|
554
|
+
resize: @resizableDirection;
|
555
|
+
max-height: none;
|
556
|
+
}
|
557
|
+
}
|
492
558
|
}
|
493
559
|
& when (@variationTableOverflowing) {
|
494
560
|
/* --------------
|
@@ -1929,4 +1995,5 @@
|
|
1929
1995
|
});
|
1930
1996
|
}
|
1931
1997
|
|
1932
|
-
|
1998
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
1999
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -120,7 +120,7 @@
|
|
120
120
|
--------------- */
|
121
121
|
|
122
122
|
/* Specificity hack */
|
123
|
-
.ui.
|
123
|
+
.ui.ui.ui.ui.ui.ui.loading.button {
|
124
124
|
position: relative;
|
125
125
|
cursor: default;
|
126
126
|
text-shadow: none !important;
|
@@ -2005,4 +2005,6 @@
|
|
2005
2005
|
}
|
2006
2006
|
}
|
2007
2007
|
}
|
2008
|
-
|
2008
|
+
|
2009
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
2010
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -195,11 +195,17 @@
|
|
195
195
|
& when (@variationContainerScrollingShort) {
|
196
196
|
.ui.scrolling.container.short {
|
197
197
|
max-height: @scrollingMobileMaxHeight * 0.75;
|
198
|
+
&.resizable when (@variationContainerResizable) {
|
199
|
+
height: @scrollingMobileMaxHeight * 0.75;
|
200
|
+
}
|
198
201
|
}
|
199
202
|
}
|
200
203
|
& when (@variationContainerScrollingVeryShort) {
|
201
204
|
.ui.scrolling.container[class*="very short"] {
|
202
205
|
max-height: @scrollingMobileMaxHeight * 0.5;
|
206
|
+
&.resizable when (@variationContainerResizable) {
|
207
|
+
height: @scrollingMobileMaxHeight * 0.5;
|
208
|
+
}
|
203
209
|
}
|
204
210
|
}
|
205
211
|
.ui.scrolling.container {
|
@@ -208,11 +214,17 @@
|
|
208
214
|
& when (@variationContainerScrollingLong) {
|
209
215
|
.ui.scrolling.container.long {
|
210
216
|
max-height: @scrollingMobileMaxHeight * 2;
|
217
|
+
&.resizable when (@variationContainerResizable) {
|
218
|
+
height: @scrollingMobileMaxHeight * 2;
|
219
|
+
}
|
211
220
|
}
|
212
221
|
}
|
213
222
|
& when (@variationContainerScrollingVeryLong) {
|
214
223
|
.ui.scrolling.container[class*="very long"] {
|
215
224
|
max-height: @scrollingMobileMaxHeight * 3;
|
225
|
+
&.resizable when (@variationContainerResizable) {
|
226
|
+
height: @scrollingMobileMaxHeight * 3;
|
227
|
+
}
|
216
228
|
}
|
217
229
|
}
|
218
230
|
}
|
@@ -221,24 +233,39 @@
|
|
221
233
|
& when (@variationContainerScrollingShort) {
|
222
234
|
.ui.scrolling.container.short {
|
223
235
|
max-height: @scrollingTabletMaxHeight * 0.75;
|
236
|
+
&.resizable when (@variationContainerResizable) {
|
237
|
+
height: @scrollingTabletMaxHeight * 0.75;
|
238
|
+
}
|
224
239
|
}
|
225
240
|
}
|
226
241
|
& when (@variationContainerScrollingVeryShort) {
|
227
242
|
.ui.scrolling.container[class*="very short"] {
|
228
243
|
max-height: @scrollingTabletMaxHeight * 0.5;
|
244
|
+
&.resizable when (@variationContainerResizable) {
|
245
|
+
height: @scrollingTabletMaxHeight * 0.5;
|
246
|
+
}
|
229
247
|
}
|
230
248
|
}
|
231
249
|
.ui.scrolling.container {
|
232
250
|
max-height: @scrollingTabletMaxHeight;
|
251
|
+
&.resizable when (@variationContainerResizable) {
|
252
|
+
height: @scrollingTabletMaxHeight;
|
253
|
+
}
|
233
254
|
}
|
234
255
|
& when (@variationContainerScrollingLong) {
|
235
256
|
.ui.scrolling.container.long {
|
236
257
|
max-height: @scrollingTabletMaxHeight * 2;
|
258
|
+
&.resizable when (@variationContainerResizable) {
|
259
|
+
height: @scrollingTabletMaxHeight * 2;
|
260
|
+
}
|
237
261
|
}
|
238
262
|
}
|
239
263
|
& when (@variationContainerScrollingVeryLong) {
|
240
264
|
.ui.scrolling.container[class*="very long"] {
|
241
265
|
max-height: @scrollingTabletMaxHeight * 3;
|
266
|
+
&.resizable when (@variationContainerResizable) {
|
267
|
+
height: @scrollingTabletMaxHeight * 3;
|
268
|
+
}
|
242
269
|
}
|
243
270
|
}
|
244
271
|
}
|
@@ -246,24 +273,39 @@
|
|
246
273
|
& when (@variationContainerScrollingShort) {
|
247
274
|
.ui.scrolling.container.short {
|
248
275
|
max-height: @scrollingComputerMaxHeight * 0.75;
|
276
|
+
&.resizable when (@variationContainerResizable) {
|
277
|
+
height: @scrollingComputerMaxHeight * 0.75;
|
278
|
+
}
|
249
279
|
}
|
250
280
|
}
|
251
281
|
& when (@variationContainerScrollingVeryShort) {
|
252
282
|
.ui.scrolling.container[class*="very short"] {
|
253
283
|
max-height: @scrollingComputerMaxHeight * 0.5;
|
284
|
+
&.resizable when (@variationContainerResizable) {
|
285
|
+
height: @scrollingComputerMaxHeight * 0.5;
|
286
|
+
}
|
254
287
|
}
|
255
288
|
}
|
256
289
|
.ui.scrolling.container {
|
257
290
|
max-height: @scrollingComputerMaxHeight;
|
291
|
+
&.resizable when (@variationContainerResizable) {
|
292
|
+
height: @scrollingComputerMaxHeight;
|
293
|
+
}
|
258
294
|
}
|
259
295
|
& when (@variationContainerScrollingLong) {
|
260
296
|
.ui.scrolling.container.long {
|
261
297
|
max-height: @scrollingComputerMaxHeight * 2;
|
298
|
+
&.resizable when (@variationContainerResizable) {
|
299
|
+
height: @scrollingComputerMaxHeight * 2;
|
300
|
+
}
|
262
301
|
}
|
263
302
|
}
|
264
303
|
& when (@variationContainerScrollingVeryLong) {
|
265
304
|
.ui.scrolling.container[class*="very long"] {
|
266
305
|
max-height: @scrollingComputerMaxHeight * 3;
|
306
|
+
&.resizable when (@variationContainerResizable) {
|
307
|
+
height: @scrollingComputerMaxHeight * 3;
|
308
|
+
}
|
267
309
|
}
|
268
310
|
}
|
269
311
|
}
|
@@ -271,27 +313,49 @@
|
|
271
313
|
& when (@variationContainerScrollingShort) {
|
272
314
|
.ui.scrolling.container.short {
|
273
315
|
max-height: @scrollingWidescreenMaxHeight * 0.75;
|
316
|
+
&.resizable when (@variationContainerResizable) {
|
317
|
+
height: @scrollingWidescreenMaxHeight * 0.75;
|
318
|
+
}
|
274
319
|
}
|
275
320
|
}
|
276
321
|
& when (@variationContainerScrollingVeryShort) {
|
277
322
|
.ui.scrolling.container[class*="very short"] {
|
278
323
|
max-height: @scrollingWidescreenMaxHeight * 0.5;
|
324
|
+
&.resizable when (@variationContainerResizable) {
|
325
|
+
height: @scrollingWidescreenMaxHeight * 0.5;
|
326
|
+
}
|
279
327
|
}
|
280
328
|
}
|
281
329
|
.ui.scrolling.container {
|
282
330
|
max-height: @scrollingWidescreenMaxHeight;
|
331
|
+
&.resizable when (@variationContainerResizable) {
|
332
|
+
height: @scrollingWidescreenMaxHeight;
|
333
|
+
}
|
283
334
|
}
|
284
335
|
& when (@variationContainerScrollingLong) {
|
285
336
|
.ui.scrolling.container.long {
|
286
337
|
max-height: @scrollingWidescreenMaxHeight * 2;
|
338
|
+
&.resizable when (@variationContainerResizable) {
|
339
|
+
height: @scrollingWidescreenMaxHeight * 2;
|
340
|
+
}
|
287
341
|
}
|
288
342
|
}
|
289
343
|
& when (@variationContainerScrollingVeryLong) {
|
290
344
|
.ui.scrolling.container[class*="very long"] {
|
291
345
|
max-height: @scrollingWidescreenMaxHeight * 3;
|
346
|
+
&.resizable when (@variationContainerResizable) {
|
347
|
+
height: @scrollingWidescreenMaxHeight * 3;
|
348
|
+
}
|
292
349
|
}
|
293
350
|
}
|
294
351
|
}
|
352
|
+
& when (@variationContainerResizable) {
|
353
|
+
.ui.resizable.scrolling.container {
|
354
|
+
resize: @resizableDirection;
|
355
|
+
max-height: none;
|
356
|
+
}
|
357
|
+
}
|
295
358
|
}
|
296
359
|
|
297
|
-
|
360
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
361
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -110,7 +110,7 @@
|
|
110
110
|
Loading
|
111
111
|
--------------------- */
|
112
112
|
|
113
|
-
.ui.
|
113
|
+
.ui.ui.loading.input > i.icon::before {
|
114
114
|
position: absolute;
|
115
115
|
content: "";
|
116
116
|
top: 50%;
|
@@ -121,7 +121,7 @@
|
|
121
121
|
border-radius: @circularRadius;
|
122
122
|
border: @loaderLineWidth solid @loaderFillColor;
|
123
123
|
}
|
124
|
-
.ui.
|
124
|
+
.ui.ui.loading.input > i.icon::after {
|
125
125
|
position: absolute;
|
126
126
|
content: "";
|
127
127
|
top: 50%;
|
@@ -791,4 +791,5 @@
|
|
791
791
|
});
|
792
792
|
}
|
793
793
|
|
794
|
-
|
794
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
795
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -440,7 +440,22 @@ a.ui.label {
|
|
440
440
|
border-top-color: inherit;
|
441
441
|
}
|
442
442
|
|
443
|
-
|
443
|
+
.ui.ui.center.ribbon.label {
|
444
|
+
top: @ribbonCenterOffset;
|
445
|
+
z-index: @ribbonZIndex;
|
446
|
+
}
|
447
|
+
.ui.bottom.ribbon.label::after {
|
448
|
+
bottom: 100%;
|
449
|
+
top: auto;
|
450
|
+
border-width: @ribbonTriangleSize @ribbonTriangleSize 0 0;
|
451
|
+
}
|
452
|
+
.ui.bottom[class*="right ribbon"].label::after {
|
453
|
+
border-width: @ribbonTriangleSize 0 0 @ribbonTriangleSize;
|
454
|
+
border-color: transparent;
|
455
|
+
border-left-color: inherit;
|
456
|
+
}
|
457
|
+
|
458
|
+
/* Inside Image */
|
444
459
|
.ui.image > .ribbon.label,
|
445
460
|
.ui.card .image > .ribbon.label {
|
446
461
|
position: absolute;
|
@@ -455,6 +470,11 @@ a.ui.label {
|
|
455
470
|
left: @rightRibbonImageOffset;
|
456
471
|
padding-left: @horizontalPadding;
|
457
472
|
}
|
473
|
+
.ui.card .image > .ui.bottom.ribbon.label,
|
474
|
+
.ui.image > .ui.bottom.ribbon.label {
|
475
|
+
bottom: @ribbonImageBottomDistance;
|
476
|
+
top: auto;
|
477
|
+
}
|
458
478
|
|
459
479
|
/* Inside Table */
|
460
480
|
.ui.table td > .ui.ribbon.label {
|
@@ -1011,4 +1031,5 @@ a.ui.active.label:hover::before {
|
|
1011
1031
|
});
|
1012
1032
|
}
|
1013
1033
|
|
1014
|
-
|
1034
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
1035
|
+
@import (multiple, optional) "../../overrides.less";
|
@@ -477,16 +477,16 @@ ol.ui.list ol li,
|
|
477
477
|
color: @linkListItemColor;
|
478
478
|
transition: @linkListTransition;
|
479
479
|
}
|
480
|
-
.ui.link.list
|
481
|
-
.ui.link.list
|
480
|
+
.ui.ui.link.list a.item:hover,
|
481
|
+
.ui.ui.link.list .item a:not(.ui):hover {
|
482
482
|
color: @linkListItemHoverColor;
|
483
483
|
}
|
484
|
-
.ui.link.list
|
485
|
-
.ui.link.list
|
484
|
+
.ui.ui.link.list a.item:active,
|
485
|
+
.ui.ui.link.list .item a:not(.ui):active {
|
486
486
|
color: @linkListItemDownColor;
|
487
487
|
}
|
488
|
-
.ui.link.list
|
489
|
-
.ui.link.list
|
488
|
+
.ui.ui.link.list .active.item,
|
489
|
+
.ui.ui.link.list .active.item a:not(.ui) {
|
490
490
|
color: @linkListItemActiveColor;
|
491
491
|
}
|
492
492
|
& when (@variationListInverted) {
|
@@ -496,16 +496,16 @@ ol.ui.list ol li,
|
|
496
496
|
.ui.inverted.link.list .item a:not(.ui) {
|
497
497
|
color: @invertedLinkListItemColor;
|
498
498
|
}
|
499
|
-
.ui.inverted.link.list
|
500
|
-
.ui.inverted.link.list
|
499
|
+
.ui.ui.inverted.link.list a.item:hover,
|
500
|
+
.ui.ui.inverted.link.list .item a:not(.ui):hover {
|
501
501
|
color: @invertedLinkListItemHoverColor;
|
502
502
|
}
|
503
|
-
.ui.inverted.link.list
|
504
|
-
.ui.inverted.link.list
|
503
|
+
.ui.ui.inverted.link.list a.item:active,
|
504
|
+
.ui.ui.inverted.link.list .item a:not(.ui):active {
|
505
505
|
color: @invertedLinkListItemDownColor;
|
506
506
|
}
|
507
|
-
.ui.inverted.link.list
|
508
|
-
.ui.inverted.link.list
|
507
|
+
.ui.ui.inverted.link.list a.active.item,
|
508
|
+
.ui.ui.inverted.link.list .active.item a:not(.ui) {
|
509
509
|
color: @invertedLinkListItemActiveColor;
|
510
510
|
}
|
511
511
|
}
|
@@ -1023,4 +1023,5 @@ ol.ui.list ol li,
|
|
1023
1023
|
});
|
1024
1024
|
}
|
1025
1025
|
|
1026
|
-
|
1026
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
1027
|
+
@import (multiple, optional) "../../overrides.less";
|