fomantic-ui 2.9.3-beta.9 → 2.9.4-beta.0
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/.all-contributorsrc +2 -2
- package/.github/FUNDING.yml +1 -1
- package/.github/auto_assign.yml +1 -1
- package/.github/workflows/ci.yml +5 -5
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CHANGELOG.md +131 -0
- package/CONTRIBUTORS.md +1 -1
- package/README.md +5 -2
- package/SECURITY.md +2 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +2 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +10 -9
- package/dist/components/api.min.js +2 -2
- 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 +140 -3
- package/dist/components/calendar.js +2 -2
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +50 -6
- package/dist/components/checkbox.js +5 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +6 -1
- package/dist/components/comment.min.css +2 -2
- 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 +2 -2
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +101 -25
- package/dist/components/dropdown.js +29 -21
- 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 +2 -2
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +697 -249
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +486 -5
- package/dist/components/feed.min.css +2 -2
- 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 +2 -33
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +34 -32
- package/dist/components/form.js +72 -31
- 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 +62 -62
- package/dist/components/icon.min.css +2 -2
- 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 +6 -1
- package/dist/components/item.min.css +2 -2
- 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 +13 -7
- 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 +5 -1
- package/dist/components/modal.js +3 -3
- 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 +3 -3
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +3 -3
- package/dist/components/popup.js +11 -9
- 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 +2 -2
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- 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 +2 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- 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 +26 -1
- package/dist/components/search.js +5 -4
- 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 +2 -2
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +2 -32
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +2 -2
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +126 -26
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +2 -2
- package/dist/components/state.min.js +2 -2
- 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 +2 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +6 -4
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- 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 +3 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +2 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2822 -954
- package/dist/semantic.js +302 -206
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +4 -3
- package/scripts/nightly-version.js +2 -2
- package/src/definitions/behaviors/api.js +9 -8
- package/src/definitions/behaviors/form.js +71 -30
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +1 -1
- package/src/definitions/collections/form.less +9 -14
- package/src/definitions/collections/grid.less +106 -106
- package/src/definitions/collections/menu.less +29 -22
- package/src/definitions/collections/table.less +66 -0
- package/src/definitions/elements/button.less +1 -1
- package/src/definitions/elements/container.less +63 -0
- package/src/definitions/elements/icon.less +5 -5
- package/src/definitions/elements/input.less +2 -2
- package/src/definitions/elements/label.less +21 -1
- package/src/definitions/elements/list.less +13 -13
- package/src/definitions/elements/loader.less +71 -71
- package/src/definitions/elements/segment.less +110 -13
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/modules/accordion.js +1 -1
- package/src/definitions/modules/calendar.js +1 -1
- package/src/definitions/modules/calendar.less +40 -11
- package/src/definitions/modules/checkbox.js +4 -2
- package/src/definitions/modules/checkbox.less +61 -5
- package/src/definitions/modules/dimmer.js +1 -1
- package/src/definitions/modules/dimmer.less +2 -2
- package/src/definitions/modules/dropdown.js +28 -20
- package/src/definitions/modules/dropdown.less +124 -21
- package/src/definitions/modules/embed.js +1 -1
- package/src/definitions/modules/flyout.js +1 -32
- package/src/definitions/modules/modal.js +2 -2
- package/src/definitions/modules/modal.less +6 -0
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/popup.js +10 -8
- package/src/definitions/modules/popup.less +4 -4
- package/src/definitions/modules/progress.js +1 -1
- package/src/definitions/modules/rating.js +1 -1
- package/src/definitions/modules/search.js +4 -3
- package/src/definitions/modules/search.less +31 -0
- package/src/definitions/modules/shape.js +1 -1
- package/src/definitions/modules/sidebar.js +1 -31
- package/src/definitions/modules/slider.js +125 -25
- package/src/definitions/modules/sticky.js +1 -1
- package/src/definitions/modules/tab.js +5 -3
- package/src/definitions/modules/toast.js +1 -1
- package/src/definitions/modules/toast.less +7 -0
- package/src/definitions/modules/transition.js +2 -2
- package/src/definitions/views/comment.less +7 -0
- package/src/definitions/views/feed.less +238 -32
- package/src/definitions/views/item.less +7 -0
- package/src/theme.less +1 -1
- 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 +11 -8
- package/src/themes/default/elements/button.variables +8 -10
- package/src/themes/default/elements/container.variables +3 -0
- package/src/themes/default/elements/emoji.variables +179 -67
- package/src/themes/default/elements/flag.variables +1 -1
- package/src/themes/default/elements/label.variables +6 -1
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +362 -341
- package/src/themes/default/globals/variation.variables +24 -1
- package/src/themes/default/modules/calendar.variables +11 -0
- package/src/themes/default/modules/checkbox.variables +12 -0
- package/src/themes/default/modules/dropdown.variables +10 -4
- package/src/themes/default/modules/modal.variables +3 -0
- package/src/themes/default/modules/popup.variables +1 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/toast.variables +6 -5
- package/src/themes/default/views/card.variables +4 -12
- package/src/themes/default/views/feed.variables +55 -1
- package/src/themes/default/views/item.variables +5 -5
- package/src/themes/flat/collections/form.variables +4 -4
- package/src/themes/flat/globals/site.variables +1 -1
- package/src/themes/github/elements/button.variables +5 -1
- package/src/themes/joypixels/elements/emoji.variables +182 -70
- package/src/themes/material/globals/site.variables +1 -1
- package/src/themes/twitter/elements/button.variables +5 -1
- package/src/themes/twitter/elements/emoji.variables +178 -66
- package/tasks/admin/components/create.js +1 -2
- package/tasks/admin/components/init.js +3 -4
- package/tasks/admin/components/update.js +2 -3
- package/tasks/admin/distributions/create.js +9 -5
- package/tasks/admin/distributions/init.js +3 -4
- package/tasks/admin/distributions/update.js +2 -3
- package/tasks/config/project/install.js +3 -0
- package/tasks/config/tasks.js +1 -8
- package/tasks/config/user.js +1 -1
- package/tasks/docs/build.js +2 -2
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +1 -1
- package/tasks/install.js +19 -10
- package/tasks/watch.js +1 -2
- package/types/fomantic-ui-accordion.d.ts +244 -0
- package/types/fomantic-ui-api.d.ts +555 -0
- package/types/fomantic-ui-calendar.d.ts +766 -0
- package/types/fomantic-ui-checkbox.d.ts +332 -0
- package/types/fomantic-ui-dimmer.d.ts +408 -0
- package/types/fomantic-ui-dropdown.d.ts +1183 -0
- package/types/fomantic-ui-embed.d.ts +326 -0
- package/types/fomantic-ui-flyout.d.ts +525 -0
- package/types/fomantic-ui-form.d.ts +651 -0
- package/types/fomantic-ui-modal.d.ts +471 -0
- package/types/fomantic-ui-nag.d.ts +270 -0
- package/types/fomantic-ui-popup.d.ts +523 -0
- package/types/fomantic-ui-progress.d.ts +459 -0
- package/types/fomantic-ui-rating.d.ts +187 -0
- package/types/fomantic-ui-search.d.ts +496 -0
- package/types/fomantic-ui-shape.d.ts +274 -0
- package/types/fomantic-ui-sidebar.d.ts +402 -0
- package/types/fomantic-ui-slider.d.ts +316 -0
- package/types/fomantic-ui-sticky.d.ts +215 -0
- package/types/fomantic-ui-tab.d.ts +361 -0
- package/types/fomantic-ui-tests.ts +25 -0
- package/types/fomantic-ui-toast.d.ts +514 -0
- package/types/fomantic-ui-transition.d.ts +355 -0
- package/types/fomantic-ui-visibility.d.ts +355 -0
- package/types/index.d.ts +63 -0
- package/types/tsconfig.json +23 -0
- package/types/tslint.json +1 -0
@@ -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
|
/* --------------
|
@@ -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,48 @@
|
|
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
|
@@ -48,7 +48,7 @@ i.icon {
|
|
48
48
|
}
|
49
49
|
|
50
50
|
i.icon::before {
|
51
|
-
background: none
|
51
|
+
background: none;
|
52
52
|
}
|
53
53
|
|
54
54
|
/*******************************
|
@@ -322,16 +322,16 @@ i.emphasized.icons:not(.disabled) {
|
|
322
322
|
@c: @colors[@@color][color];
|
323
323
|
@l: @colors[@@color][light];
|
324
324
|
|
325
|
-
i.@{color}.icon.icon.icon.icon.icon {
|
325
|
+
i.@{color}.icon.icon.icon.icon.icon.icon {
|
326
326
|
color: @c;
|
327
327
|
}
|
328
328
|
& when (@variationIconInverted) {
|
329
|
-
i.inverted.@{color}.icon.icon.icon.icon.icon {
|
329
|
+
i.inverted.@{color}.icon.icon.icon.icon.icon.icon {
|
330
330
|
color: @l;
|
331
331
|
}
|
332
332
|
& when (@variationIconBordered) or (@variationIconCircular) {
|
333
|
-
i.inverted.bordered.@{color}.icon.icon.icon.icon.icon,
|
334
|
-
i.inverted.circular.@{color}.icon.icon.icon.icon.icon,
|
333
|
+
i.inverted.bordered.@{color}.icon.icon.icon.icon.icon.icon,
|
334
|
+
i.inverted.circular.@{color}.icon.icon.icon.icon.icon.icon,
|
335
335
|
i.inverted.bordered.@{color}.icons,
|
336
336
|
i.inverted.circular.@{color}.icons {
|
337
337
|
background-color: @c;
|
@@ -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%;
|
@@ -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 {
|
@@ -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
|
}
|
@@ -681,7 +681,7 @@ ol.ui.list ol li,
|
|
681
681
|
.ui.ordered.list,
|
682
682
|
.ui.ordered.list .list:not(.icon),
|
683
683
|
ol.ui.list ol {
|
684
|
-
counter-reset:
|
684
|
+
counter-reset: @orderedCountName;
|
685
685
|
margin-left: @orderedCountDistance;
|
686
686
|
list-style-type: none;
|
687
687
|
}
|