fomantic-ui 2.9.1-beta.17 → 2.9.1-beta.18
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/.eslintrc.js +109 -0
- package/.github/workflows/ci.yml +13 -3
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +571 -598
- 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 +1164 -1186
- 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 +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +1897 -1818
- package/dist/components/calendar.min.css +1 -1
- 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 +844 -841
- 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 +3 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +1 -1
- package/dist/components/dimmer.js +710 -737
- package/dist/components/dimmer.min.css +1 -1
- 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 +11 -8
- package/dist/components/dropdown.js +4163 -4238
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +653 -675
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +6 -3
- package/dist/components/flyout.js +1466 -1467
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +1 -1
- package/dist/components/form.js +1981 -2004
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- 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 +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +7 -1
- package/dist/components/modal.js +1493 -1487
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +520 -529
- 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 +1 -1
- package/dist/components/popup.js +1439 -1456
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +971 -997
- 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 +508 -524
- 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 +3 -1
- package/dist/components/search.js +1500 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +3 -1
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +794 -809
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +3 -1
- package/dist/components/sidebar.js +1079 -1104
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +457 -472
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +1289 -1311
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +641 -657
- 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 +859 -903
- 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 +923 -963
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +5 -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 +1 -1
- package/dist/components/toast.js +889 -891
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1043 -1077
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1222 -1244
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +84 -60
- package/dist/semantic.js +29033 -29479
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +1 -1
- package/examples/assets/show-examples.js +13 -13
- package/gulpfile.js +9 -10
- package/package.json +5 -2
- package/scripts/nightly-version.js +81 -75
- package/src/definitions/behaviors/api.js +1163 -1185
- package/src/definitions/behaviors/form.js +1980 -2003
- package/src/definitions/behaviors/state.js +647 -663
- package/src/definitions/behaviors/visibility.js +1221 -1243
- package/src/definitions/collections/table.less +2 -0
- package/src/definitions/elements/container.less +1 -0
- package/src/definitions/elements/segment.less +1 -0
- package/src/definitions/globals/site.js +456 -471
- package/src/definitions/modules/accordion.js +570 -597
- package/src/definitions/modules/calendar.js +1896 -1817
- package/src/definitions/modules/checkbox.js +849 -846
- package/src/definitions/modules/dimmer.js +709 -736
- package/src/definitions/modules/dropdown.js +4162 -4237
- package/src/definitions/modules/dropdown.less +5 -8
- package/src/definitions/modules/embed.js +652 -674
- package/src/definitions/modules/flyout.js +1465 -1466
- package/src/definitions/modules/flyout.less +15 -12
- package/src/definitions/modules/modal.js +1492 -1486
- package/src/definitions/modules/modal.less +3 -0
- package/src/definitions/modules/nag.js +519 -528
- package/src/definitions/modules/popup.js +1438 -1455
- package/src/definitions/modules/progress.js +970 -996
- package/src/definitions/modules/rating.js +507 -523
- package/src/definitions/modules/search.js +1499 -1533
- package/src/definitions/modules/search.less +1 -0
- package/src/definitions/modules/shape.js +801 -816
- package/src/definitions/modules/sidebar.js +1078 -1103
- package/src/definitions/modules/sidebar.less +1 -0
- package/src/definitions/modules/slider.js +1288 -1310
- package/src/definitions/modules/sticky.js +875 -919
- package/src/definitions/modules/tab.js +922 -962
- package/src/definitions/modules/toast.js +888 -890
- package/src/definitions/modules/transition.js +1048 -1082
- package/src/themes/default/elements/container.variables +0 -7
- package/src/themes/default/elements/segment.variables +0 -7
- package/src/themes/default/globals/site.variables +7 -0
- package/src/themes/default/globals/variation.variables +1 -0
- package/tasks/admin/components/create.js +274 -276
- package/tasks/admin/components/init.js +123 -130
- package/tasks/admin/components/update.js +149 -157
- package/tasks/admin/distributions/create.js +184 -187
- package/tasks/admin/distributions/init.js +123 -130
- package/tasks/admin/distributions/update.js +145 -152
- package/tasks/admin/publish.js +5 -7
- package/tasks/admin/register.js +36 -38
- package/tasks/admin/release.js +8 -10
- package/tasks/build/assets.js +42 -39
- package/tasks/build/css.js +225 -216
- package/tasks/build/javascript.js +118 -113
- package/tasks/build.js +10 -10
- package/tasks/check-install.js +14 -16
- package/tasks/clean.js +5 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +18 -20
- package/tasks/collections/docs.js +9 -11
- package/tasks/collections/install.js +9 -11
- package/tasks/collections/rtl.js +9 -11
- package/tasks/collections/various.js +8 -10
- package/tasks/config/admin/github.js +17 -17
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +18 -20
- package/tasks/config/admin/templates/less-package.js +11 -13
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +8 -9
- package/tasks/config/project/config.js +127 -134
- package/tasks/config/project/install.js +715 -713
- package/tasks/config/project/release.js +32 -38
- package/tasks/config/tasks.js +163 -164
- package/tasks/config/user.js +23 -29
- package/tasks/docs/build.js +97 -95
- package/tasks/docs/metadata.js +90 -96
- package/tasks/docs/serve.js +80 -81
- package/tasks/install.js +370 -378
- package/tasks/rtl/build.js +2 -2
- package/tasks/rtl/watch.js +2 -2
- package/tasks/version.js +4 -4
- package/tasks/watch.js +28 -30
- package/test/meteor/assets.js +10 -13
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
package/dist/semantic.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.1-beta.
|
2
|
+
* # Fomantic UI - 2.9.1-beta.18+935e235
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
@@ -9,7 +9,7 @@
|
|
9
9
|
*
|
10
10
|
*/
|
11
11
|
/*!
|
12
|
-
* # Fomantic-UI 2.9.1-beta.
|
12
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Reset
|
13
13
|
* https://github.com/fomantic/Fomantic-UI/
|
14
14
|
*
|
15
15
|
*
|
@@ -435,7 +435,7 @@ template {
|
|
435
435
|
Site Overrides
|
436
436
|
*******************************/
|
437
437
|
/*!
|
438
|
-
* # Fomantic-UI 2.9.1-beta.
|
438
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Site
|
439
439
|
* https://github.com/fomantic/Fomantic-UI/
|
440
440
|
*
|
441
441
|
*
|
@@ -760,7 +760,7 @@ input::selection {
|
|
760
760
|
Site Overrides
|
761
761
|
*******************************/
|
762
762
|
/*!
|
763
|
-
* # Fomantic-UI 2.9.1-beta.
|
763
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Button
|
764
764
|
* https://github.com/fomantic/Fomantic-UI/
|
765
765
|
*
|
766
766
|
*
|
@@ -5824,7 +5824,7 @@ input::selection {
|
|
5824
5824
|
Site Overrides
|
5825
5825
|
*******************************/
|
5826
5826
|
/*!
|
5827
|
-
* # Fomantic-UI 2.9.1-beta.
|
5827
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Container
|
5828
5828
|
* https://github.com/fomantic/Fomantic-UI/
|
5829
5829
|
*
|
5830
5830
|
*
|
@@ -6000,6 +6000,8 @@ input::selection {
|
|
6000
6000
|
|
6001
6001
|
.ui.scrolling.container {
|
6002
6002
|
overflow: auto;
|
6003
|
+
-ms-scroll-chaining: none;
|
6004
|
+
overscroll-behavior: none;
|
6003
6005
|
}
|
6004
6006
|
|
6005
6007
|
@media only screen and (max-width: 767.98px) {
|
@@ -6098,7 +6100,7 @@ input::selection {
|
|
6098
6100
|
Site Overrides
|
6099
6101
|
*******************************/
|
6100
6102
|
/*!
|
6101
|
-
* # Fomantic-UI 2.9.1-beta.
|
6103
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Divider
|
6102
6104
|
* https://github.com/fomantic/Fomantic-UI/
|
6103
6105
|
*
|
6104
6106
|
*
|
@@ -24228,7 +24230,7 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
24228
24230
|
Emojis
|
24229
24231
|
*******************************/
|
24230
24232
|
/*!
|
24231
|
-
* # Fomantic-UI 2.9.1-beta.
|
24233
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Flag
|
24232
24234
|
* https://github.com/fomantic/Fomantic-UI/
|
24233
24235
|
*
|
24234
24236
|
*
|
@@ -25640,7 +25642,7 @@ i.flag.united.nations::before {
|
|
25640
25642
|
Site Overrides
|
25641
25643
|
*******************************/
|
25642
25644
|
/*!
|
25643
|
-
* # Fomantic-UI 2.9.1-beta.
|
25645
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Header
|
25644
25646
|
* https://github.com/fomantic/Fomantic-UI/
|
25645
25647
|
*
|
25646
25648
|
*
|
@@ -26596,7 +26598,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26596
26598
|
Site Overrides
|
26597
26599
|
*******************************/
|
26598
26600
|
/*!
|
26599
|
-
* # Fomantic-UI 2.9.1-beta.
|
26601
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Icon
|
26600
26602
|
* https://github.com/fomantic/Fomantic-UI/
|
26601
26603
|
*
|
26602
26604
|
*
|
@@ -35772,7 +35774,7 @@ i.icon.youtube.play::before {
|
|
35772
35774
|
Site Overrides
|
35773
35775
|
*******************************/
|
35774
35776
|
/*!
|
35775
|
-
* # Fomantic-UI 2.9.1-beta.
|
35777
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Image
|
35776
35778
|
* https://github.com/fomantic/Fomantic-UI/
|
35777
35779
|
*
|
35778
35780
|
*
|
@@ -36127,7 +36129,7 @@ img.ui.bordered.image {
|
|
36127
36129
|
Site Overrides
|
36128
36130
|
*******************************/
|
36129
36131
|
/*!
|
36130
|
-
* # Fomantic-UI 2.9.1-beta.
|
36132
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Input
|
36131
36133
|
* https://github.com/fomantic/Fomantic-UI/
|
36132
36134
|
*
|
36133
36135
|
*
|
@@ -38023,7 +38025,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
38023
38025
|
Site Overrides
|
38024
38026
|
*******************************/
|
38025
38027
|
/*!
|
38026
|
-
* # Fomantic-UI 2.9.1-beta.
|
38028
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Label
|
38027
38029
|
* https://github.com/fomantic/Fomantic-UI/
|
38028
38030
|
*
|
38029
38031
|
*
|
@@ -40435,7 +40437,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
40435
40437
|
Site Overrides
|
40436
40438
|
*******************************/
|
40437
40439
|
/*!
|
40438
|
-
* # Fomantic-UI 2.9.1-beta.
|
40440
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - List
|
40439
40441
|
* https://github.com/fomantic/Fomantic-UI/
|
40440
40442
|
*
|
40441
40443
|
*
|
@@ -41541,7 +41543,7 @@ ol.ui.suffixed.list li::before,
|
|
41541
41543
|
User Variable Overrides
|
41542
41544
|
*******************************/
|
41543
41545
|
/*!
|
41544
|
-
* # Fomantic-UI 2.9.1-beta.
|
41546
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Loader
|
41545
41547
|
* https://github.com/fomantic/Fomantic-UI/
|
41546
41548
|
*
|
41547
41549
|
*
|
@@ -42496,7 +42498,7 @@ ol.ui.suffixed.list li::before,
|
|
42496
42498
|
Site Overrides
|
42497
42499
|
*******************************/
|
42498
42500
|
/*!
|
42499
|
-
* # Fomantic-UI 2.9.1-beta.
|
42501
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Loader
|
42500
42502
|
* https://github.com/fomantic/Fomantic-UI/
|
42501
42503
|
*
|
42502
42504
|
*
|
@@ -42783,7 +42785,7 @@ ol.ui.suffixed.list li::before,
|
|
42783
42785
|
Theme Overrides
|
42784
42786
|
*******************************/
|
42785
42787
|
/*!
|
42786
|
-
* # Fomantic-UI 2.9.1-beta.
|
42788
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Rail
|
42787
42789
|
* https://github.com/fomantic/Fomantic-UI/
|
42788
42790
|
*
|
42789
42791
|
*
|
@@ -42945,7 +42947,7 @@ ol.ui.suffixed.list li::before,
|
|
42945
42947
|
Site Overrides
|
42946
42948
|
*******************************/
|
42947
42949
|
/*!
|
42948
|
-
* # Fomantic-UI 2.9.1-beta.
|
42950
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Reveal
|
42949
42951
|
* https://github.com/fomantic/Fomantic-UI/
|
42950
42952
|
*
|
42951
42953
|
*
|
@@ -43288,7 +43290,7 @@ ol.ui.suffixed.list li::before,
|
|
43288
43290
|
Site Overrides
|
43289
43291
|
*******************************/
|
43290
43292
|
/*!
|
43291
|
-
* # Fomantic-UI 2.9.1-beta.
|
43293
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Segment
|
43292
43294
|
* https://github.com/fomantic/Fomantic-UI/
|
43293
43295
|
*
|
43294
43296
|
*
|
@@ -44245,6 +44247,8 @@ ol.ui.suffixed.list li::before,
|
|
44245
44247
|
|
44246
44248
|
.ui.scrolling.segment {
|
44247
44249
|
overflow: auto;
|
44250
|
+
-ms-scroll-chaining: none;
|
44251
|
+
overscroll-behavior: none;
|
44248
44252
|
}
|
44249
44253
|
|
44250
44254
|
@media only screen and (max-width: 767.98px) {
|
@@ -44387,7 +44391,7 @@ ol.ui.suffixed.list li::before,
|
|
44387
44391
|
Site Overrides
|
44388
44392
|
*******************************/
|
44389
44393
|
/*!
|
44390
|
-
* # Fomantic-UI 2.9.1-beta.
|
44394
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Step
|
44391
44395
|
* https://github.com/fomantic/Fomantic-UI/
|
44392
44396
|
*
|
44393
44397
|
*
|
@@ -45159,7 +45163,7 @@ ol.ui.suffixed.list li::before,
|
|
45159
45163
|
Site Overrides
|
45160
45164
|
*******************************/
|
45161
45165
|
/*!
|
45162
|
-
* # Fomantic-UI 2.9.1-beta.
|
45166
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Text
|
45163
45167
|
* https://github.com/fomantic/Fomantic-UI/
|
45164
45168
|
*
|
45165
45169
|
*
|
@@ -45354,7 +45358,7 @@ span.ui.massive.text {
|
|
45354
45358
|
Theme Overrides
|
45355
45359
|
*******************************/
|
45356
45360
|
/*!
|
45357
|
-
* # Fomantic-UI 2.9.1-beta.
|
45361
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Breadcrumb
|
45358
45362
|
* https://github.com/fomantic/Fomantic-UI/
|
45359
45363
|
*
|
45360
45364
|
*
|
@@ -45499,7 +45503,7 @@ span.ui.massive.text {
|
|
45499
45503
|
Site Overrides
|
45500
45504
|
*******************************/
|
45501
45505
|
/*!
|
45502
|
-
* # Fomantic-UI 2.9.1-beta.
|
45506
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Form
|
45503
45507
|
* https://github.com/fomantic/Fomantic-UI/
|
45504
45508
|
*
|
45505
45509
|
*
|
@@ -47588,7 +47592,7 @@ span.ui.massive.text {
|
|
47588
47592
|
Site Overrides
|
47589
47593
|
*******************************/
|
47590
47594
|
/*!
|
47591
|
-
* # Fomantic-UI 2.9.1-beta.
|
47595
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Grid
|
47592
47596
|
* https://github.com/fomantic/Fomantic-UI/
|
47593
47597
|
*
|
47594
47598
|
*
|
@@ -52530,7 +52534,7 @@ Floated Menu / Item
|
|
52530
52534
|
Site Overrides
|
52531
52535
|
*******************************/
|
52532
52536
|
/*!
|
52533
|
-
* # Fomantic-UI 2.9.1-beta.
|
52537
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Message
|
52534
52538
|
* https://github.com/fomantic/Fomantic-UI/
|
52535
52539
|
*
|
52536
52540
|
*
|
@@ -53336,7 +53340,7 @@ Floated Menu / Item
|
|
53336
53340
|
Site Overrides
|
53337
53341
|
*******************************/
|
53338
53342
|
/*!
|
53339
|
-
* # Fomantic-UI 2.9.1-beta.
|
53343
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Table
|
53340
53344
|
* https://github.com/fomantic/Fomantic-UI/
|
53341
53345
|
*
|
53342
53346
|
*
|
@@ -54018,6 +54022,8 @@ Floated Menu / Item
|
|
54018
54022
|
.ui.scrolling.table > tbody {
|
54019
54023
|
display: block;
|
54020
54024
|
overflow-y: scroll;
|
54025
|
+
-ms-scroll-chaining: none;
|
54026
|
+
overscroll-behavior: none;
|
54021
54027
|
scrollbar-width: thin;
|
54022
54028
|
/* Firefox */
|
54023
54029
|
}
|
@@ -54124,6 +54130,8 @@ Floated Menu / Item
|
|
54124
54130
|
.ui.overflowing.table {
|
54125
54131
|
display: block;
|
54126
54132
|
overflow: auto;
|
54133
|
+
-ms-scroll-chaining: none;
|
54134
|
+
overscroll-behavior: none;
|
54127
54135
|
}
|
54128
54136
|
|
54129
54137
|
@media only screen and (min-width: 768px) {
|
@@ -57546,7 +57554,7 @@ Floated Menu / Item
|
|
57546
57554
|
Site Overrides
|
57547
57555
|
*******************************/
|
57548
57556
|
/*!
|
57549
|
-
* # Fomantic-UI 2.9.1-beta.
|
57557
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Ad
|
57550
57558
|
* https://github.com/fomantic/Fomantic-UI/
|
57551
57559
|
*
|
57552
57560
|
*
|
@@ -57835,7 +57843,7 @@ Floated Menu / Item
|
|
57835
57843
|
User Variable Overrides
|
57836
57844
|
*******************************/
|
57837
57845
|
/*!
|
57838
|
-
* # Fomantic-UI 2.9.1-beta.
|
57846
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Card
|
57839
57847
|
* https://github.com/fomantic/Fomantic-UI/
|
57840
57848
|
*
|
57841
57849
|
*
|
@@ -60097,7 +60105,7 @@ a.inverted.ui.card:hover,
|
|
60097
60105
|
User Variable Overrides
|
60098
60106
|
*******************************/
|
60099
60107
|
/*!
|
60100
|
-
* # Fomantic-UI 2.9.1-beta.
|
60108
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Comment
|
60101
60109
|
* https://github.com/fomantic/Fomantic-UI/
|
60102
60110
|
*
|
60103
60111
|
*
|
@@ -60412,7 +60420,7 @@ a.inverted.ui.card:hover,
|
|
60412
60420
|
User Variable Overrides
|
60413
60421
|
*******************************/
|
60414
60422
|
/*!
|
60415
|
-
* # Fomantic-UI 2.9.1-beta.
|
60423
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Feed
|
60416
60424
|
* https://github.com/fomantic/Fomantic-UI/
|
60417
60425
|
*
|
60418
60426
|
*
|
@@ -60767,7 +60775,7 @@ a.inverted.ui.card:hover,
|
|
60767
60775
|
User Variable Overrides
|
60768
60776
|
*******************************/
|
60769
60777
|
/*!
|
60770
|
-
* # Fomantic-UI 2.9.1-beta.
|
60778
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Item
|
60771
60779
|
* https://github.com/fomantic/Fomantic-UI/
|
60772
60780
|
*
|
60773
60781
|
*
|
@@ -61403,7 +61411,7 @@ a.inverted.ui.card:hover,
|
|
61403
61411
|
User Variable Overrides
|
61404
61412
|
*******************************/
|
61405
61413
|
/*!
|
61406
|
-
* # Fomantic-UI 2.9.1-beta.
|
61414
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Statistic
|
61407
61415
|
* https://github.com/fomantic/Fomantic-UI/
|
61408
61416
|
*
|
61409
61417
|
*
|
@@ -62113,7 +62121,7 @@ a.inverted.ui.card:hover,
|
|
62113
62121
|
User Variable Overrides
|
62114
62122
|
*******************************/
|
62115
62123
|
/*!
|
62116
|
-
* # Fomantic-UI 2.9.1-beta.
|
62124
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Accordion
|
62117
62125
|
* https://github.com/fomantic/Fomantic-UI/
|
62118
62126
|
*
|
62119
62127
|
*
|
@@ -62531,7 +62539,7 @@ a.inverted.ui.card:hover,
|
|
62531
62539
|
User Overrides
|
62532
62540
|
*******************************/
|
62533
62541
|
/*!
|
62534
|
-
* # Fomantic-UI 2.9.1-beta.
|
62542
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Calendar
|
62535
62543
|
* https://github.com/fomantic/Fomantic-UI/
|
62536
62544
|
*
|
62537
62545
|
*
|
@@ -62749,7 +62757,7 @@ a.inverted.ui.card:hover,
|
|
62749
62757
|
Theme Overrides
|
62750
62758
|
*******************************/
|
62751
62759
|
/*!
|
62752
|
-
* # Fomantic-UI 2.9.1-beta.
|
62760
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Checkbox
|
62753
62761
|
* https://github.com/fomantic/Fomantic-UI/
|
62754
62762
|
*
|
62755
62763
|
*
|
@@ -63649,7 +63657,7 @@ a.inverted.ui.card:hover,
|
|
63649
63657
|
Site Overrides
|
63650
63658
|
*******************************/
|
63651
63659
|
/*!
|
63652
|
-
* # Fomantic-UI 2.9.1-beta.
|
63660
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Dimmer
|
63653
63661
|
* https://github.com/fomantic/Fomantic-UI/
|
63654
63662
|
*
|
63655
63663
|
*
|
@@ -64171,7 +64179,7 @@ body.dimmable > .dimmer {
|
|
64171
64179
|
User Overrides
|
64172
64180
|
*******************************/
|
64173
64181
|
/*!
|
64174
|
-
* # Fomantic-UI 2.9.1-beta.
|
64182
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Dropdown
|
64175
64183
|
* https://github.com/fomantic/Fomantic-UI/
|
64176
64184
|
*
|
64177
64185
|
*
|
@@ -64641,6 +64649,8 @@ select.ui.dropdown {
|
|
64641
64649
|
.ui.selection.dropdown .menu {
|
64642
64650
|
overflow-x: hidden;
|
64643
64651
|
overflow-y: auto;
|
64652
|
+
-ms-scroll-chaining: none;
|
64653
|
+
overscroll-behavior: none;
|
64644
64654
|
-webkit-backface-visibility: hidden;
|
64645
64655
|
backface-visibility: hidden;
|
64646
64656
|
-webkit-overflow-scrolling: touch;
|
@@ -65018,6 +65028,8 @@ select.ui.dropdown {
|
|
65018
65028
|
.ui.search.dropdown .menu {
|
65019
65029
|
overflow-x: hidden;
|
65020
65030
|
overflow-y: auto;
|
65031
|
+
-ms-scroll-chaining: none;
|
65032
|
+
overscroll-behavior: none;
|
65021
65033
|
-webkit-backface-visibility: hidden;
|
65022
65034
|
backface-visibility: hidden;
|
65023
65035
|
-webkit-overflow-scrolling: touch;
|
@@ -65715,11 +65727,8 @@ select.ui.dropdown {
|
|
65715
65727
|
.ui.dropdown .scrolling.menu {
|
65716
65728
|
overflow-x: hidden;
|
65717
65729
|
overflow-y: auto;
|
65718
|
-
|
65719
|
-
|
65720
|
-
.ui.scrolling.dropdown .menu {
|
65721
|
-
overflow-x: hidden;
|
65722
|
-
overflow-y: auto;
|
65730
|
+
-ms-scroll-chaining: none;
|
65731
|
+
overscroll-behavior: none;
|
65723
65732
|
-webkit-backface-visibility: hidden;
|
65724
65733
|
backface-visibility: hidden;
|
65725
65734
|
-webkit-overflow-scrolling: touch;
|
@@ -65729,14 +65738,11 @@ select.ui.dropdown {
|
|
65729
65738
|
|
65730
65739
|
.ui.dropdown .scrolling.menu {
|
65731
65740
|
position: static;
|
65732
|
-
overflow-y: auto;
|
65733
65741
|
border: none;
|
65734
65742
|
-webkit-box-shadow: none !important;
|
65735
65743
|
box-shadow: none !important;
|
65736
65744
|
border-radius: 0 0 0.28571429rem 0.28571429rem !important;
|
65737
65745
|
margin: 0 !important;
|
65738
|
-
min-width: 100% !important;
|
65739
|
-
width: auto !important;
|
65740
65746
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
65741
65747
|
}
|
65742
65748
|
|
@@ -65910,6 +65916,8 @@ select.ui.dropdown {
|
|
65910
65916
|
.ui.simple.selection.dropdown > .menu > .item:active > .menu,
|
65911
65917
|
.ui.simple.selection.dropdown .menu .item:hover > .menu {
|
65912
65918
|
overflow: auto;
|
65919
|
+
-ms-scroll-chaining: none;
|
65920
|
+
overscroll-behavior: none;
|
65913
65921
|
}
|
65914
65922
|
|
65915
65923
|
.ui.simple.dropdown > .menu > .item:active > .left.menu,
|
@@ -65939,6 +65947,8 @@ select.ui.dropdown {
|
|
65939
65947
|
.ui.simple.scrolling.dropdown:hover > .menu {
|
65940
65948
|
overflow-x: hidden;
|
65941
65949
|
overflow-y: auto;
|
65950
|
+
-ms-scroll-chaining: none;
|
65951
|
+
overscroll-behavior: none;
|
65942
65952
|
}
|
65943
65953
|
|
65944
65954
|
/*--------------
|
@@ -66539,7 +66549,7 @@ select.ui.dropdown {
|
|
66539
66549
|
User Overrides
|
66540
66550
|
*******************************/
|
66541
66551
|
/*!
|
66542
|
-
* # Fomantic-UI 2.9.1-beta.
|
66552
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Video
|
66543
66553
|
* https://github.com/fomantic/Fomantic-UI/
|
66544
66554
|
*
|
66545
66555
|
*
|
@@ -66704,7 +66714,7 @@ select.ui.dropdown {
|
|
66704
66714
|
Site Overrides
|
66705
66715
|
*******************************/
|
66706
66716
|
/*!
|
66707
|
-
* # Fomantic-UI 2.9.1-beta.
|
66717
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Flyout
|
66708
66718
|
* https://github.com/fomantic/Fomantic-UI/
|
66709
66719
|
*
|
66710
66720
|
*
|
@@ -66803,6 +66813,12 @@ select.ui.dropdown {
|
|
66803
66813
|
background: #FFFFFF;
|
66804
66814
|
}
|
66805
66815
|
|
66816
|
+
.ui.flyout > .content.scrolling {
|
66817
|
+
overflow: auto;
|
66818
|
+
-ms-scroll-chaining: none;
|
66819
|
+
overscroll-behavior: none;
|
66820
|
+
}
|
66821
|
+
|
66806
66822
|
.ui.flyout.left > .content,
|
66807
66823
|
.ui.flyout.right > .content {
|
66808
66824
|
min-height: calc(100vh - 9.1rem);
|
@@ -66811,13 +66827,11 @@ select.ui.dropdown {
|
|
66811
66827
|
.ui.flyout.left > .scrolling.content,
|
66812
66828
|
.ui.flyout.right > .scrolling.content {
|
66813
66829
|
max-height: calc(100vh - 9.1rem);
|
66814
|
-
overflow: auto;
|
66815
66830
|
}
|
66816
66831
|
|
66817
66832
|
.ui.flyout.top > .scrolling.content,
|
66818
66833
|
.ui.flyout.bottom > .scrolling.content {
|
66819
66834
|
max-height: calc(80vh - 9.1rem);
|
66820
|
-
overflow: auto;
|
66821
66835
|
}
|
66822
66836
|
|
66823
66837
|
/*--------------
|
@@ -67357,7 +67371,7 @@ body.pushable > .pusher {
|
|
67357
67371
|
Theme Overrides
|
67358
67372
|
*******************************/
|
67359
67373
|
/*!
|
67360
|
-
* # Fomantic-UI 2.9.1-beta.
|
67374
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Modal
|
67361
67375
|
* https://github.com/fomantic/Fomantic-UI/
|
67362
67376
|
*
|
67363
67377
|
*
|
@@ -67866,6 +67880,8 @@ body.pushable > .pusher {
|
|
67866
67880
|
|
67867
67881
|
.scrolling.dimmable.dimmed > .dimmer {
|
67868
67882
|
overflow: auto;
|
67883
|
+
-ms-scroll-chaining: none;
|
67884
|
+
overscroll-behavior: none;
|
67869
67885
|
-webkit-overflow-scrolling: touch;
|
67870
67886
|
}
|
67871
67887
|
|
@@ -67885,6 +67901,8 @@ body.pushable > .pusher {
|
|
67885
67901
|
|
67886
67902
|
.scrolling.undetached.dimmable.dimmed {
|
67887
67903
|
overflow: auto;
|
67904
|
+
-ms-scroll-chaining: none;
|
67905
|
+
overscroll-behavior: none;
|
67888
67906
|
-webkit-overflow-scrolling: touch;
|
67889
67907
|
}
|
67890
67908
|
|
@@ -67902,6 +67920,8 @@ body.pushable > .pusher {
|
|
67902
67920
|
.ui.modal > .scrolling.content {
|
67903
67921
|
max-height: calc(80vh - 10rem);
|
67904
67922
|
overflow: auto;
|
67923
|
+
-ms-scroll-chaining: none;
|
67924
|
+
overscroll-behavior: none;
|
67905
67925
|
}
|
67906
67926
|
|
67907
67927
|
.ui.overlay.fullscreen.modal > .content {
|
@@ -68270,7 +68290,7 @@ body.pushable > .pusher {
|
|
68270
68290
|
Site Overrides
|
68271
68291
|
*******************************/
|
68272
68292
|
/*!
|
68273
|
-
* # Fomantic-UI 2.9.1-beta.
|
68293
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Nag
|
68274
68294
|
* https://github.com/fomantic/Fomantic-UI/
|
68275
68295
|
*
|
68276
68296
|
*
|
@@ -68608,7 +68628,7 @@ a.ui.nag {
|
|
68608
68628
|
User Overrides
|
68609
68629
|
*******************************/
|
68610
68630
|
/*!
|
68611
|
-
* # Fomantic-UI 2.9.1-beta.
|
68631
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Popup
|
68612
68632
|
* https://github.com/fomantic/Fomantic-UI/
|
68613
68633
|
*
|
68614
68634
|
*
|
@@ -69867,7 +69887,7 @@ a.ui.nag {
|
|
69867
69887
|
User Overrides
|
69868
69888
|
*******************************/
|
69869
69889
|
/*!
|
69870
|
-
* # Fomantic-UI 2.9.1-beta.
|
69890
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Progress Bar
|
69871
69891
|
* https://github.com/fomantic/Fomantic-UI/
|
69872
69892
|
*
|
69873
69893
|
*
|
@@ -71787,7 +71807,7 @@ a.ui.nag {
|
|
71787
71807
|
Slider Overrides
|
71788
71808
|
*******************************/
|
71789
71809
|
/*!
|
71790
|
-
* # Fomantic-UI 2.9.1-beta.
|
71810
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Rating
|
71791
71811
|
* https://github.com/fomantic/Fomantic-UI/
|
71792
71812
|
*
|
71793
71813
|
*
|
@@ -72290,7 +72310,7 @@ a.ui.nag {
|
|
72290
72310
|
Site Overrides
|
72291
72311
|
*******************************/
|
72292
72312
|
/*!
|
72293
|
-
* # Fomantic-UI 2.9.1-beta.
|
72313
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Search
|
72294
72314
|
* https://github.com/fomantic/Fomantic-UI/
|
72295
72315
|
*
|
72296
72316
|
*
|
@@ -72695,6 +72715,8 @@ a.ui.nag {
|
|
72695
72715
|
.ui.search.short > .results {
|
72696
72716
|
overflow-x: hidden;
|
72697
72717
|
overflow-y: auto;
|
72718
|
+
-ms-scroll-chaining: none;
|
72719
|
+
overscroll-behavior: none;
|
72698
72720
|
-webkit-backface-visibility: hidden;
|
72699
72721
|
backface-visibility: hidden;
|
72700
72722
|
-webkit-overflow-scrolling: touch;
|
@@ -72872,7 +72894,7 @@ a.ui.nag {
|
|
72872
72894
|
Site Overrides
|
72873
72895
|
*******************************/
|
72874
72896
|
/*!
|
72875
|
-
* # Fomantic-UI 2.9.1-beta.
|
72897
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Shape
|
72876
72898
|
* https://github.com/fomantic/Fomantic-UI/
|
72877
72899
|
*
|
72878
72900
|
*
|
@@ -73033,7 +73055,7 @@ a.ui.nag {
|
|
73033
73055
|
User Overrides
|
73034
73056
|
*******************************/
|
73035
73057
|
/*!
|
73036
|
-
* # Fomantic-UI 2.9.1-beta.
|
73058
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Sidebar
|
73037
73059
|
* https://github.com/fomantic/Fomantic-UI/
|
73038
73060
|
*
|
73039
73061
|
*
|
@@ -73066,6 +73088,8 @@ a.ui.nag {
|
|
73066
73088
|
border-radius: 0 !important;
|
73067
73089
|
margin: 0 !important;
|
73068
73090
|
overflow-y: auto !important;
|
73091
|
+
-ms-scroll-chaining: none;
|
73092
|
+
overscroll-behavior: none;
|
73069
73093
|
z-index: 102;
|
73070
73094
|
}
|
73071
73095
|
|
@@ -73735,7 +73759,7 @@ body.pushable > .pusher {
|
|
73735
73759
|
Site Overrides
|
73736
73760
|
*******************************/
|
73737
73761
|
/*!
|
73738
|
-
* # Fomantic-UI 2.9.1-beta.
|
73762
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Sticky
|
73739
73763
|
* https://github.com/fomantic/Fomantic-UI/
|
73740
73764
|
*
|
73741
73765
|
*
|
@@ -73808,7 +73832,7 @@ body.pushable > .pusher {
|
|
73808
73832
|
Site Overrides
|
73809
73833
|
*******************************/
|
73810
73834
|
/*!
|
73811
|
-
* # Fomantic-UI 2.9.1-beta.
|
73835
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Tab
|
73812
73836
|
* https://github.com/fomantic/Fomantic-UI/
|
73813
73837
|
*
|
73814
73838
|
*
|
@@ -73892,7 +73916,7 @@ body.pushable > .pusher {
|
|
73892
73916
|
User Overrides
|
73893
73917
|
*******************************/
|
73894
73918
|
/*!
|
73895
|
-
* # Fomantic-UI 2.9.1-beta.
|
73919
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Toast
|
73896
73920
|
* https://github.com/fomantic/Fomantic-UI/
|
73897
73921
|
*
|
73898
73922
|
*
|
@@ -74893,7 +74917,7 @@ body.pushable > .pusher {
|
|
74893
74917
|
Theme Overrides
|
74894
74918
|
*******************************/
|
74895
74919
|
/*!
|
74896
|
-
* # Fomantic-UI 2.9.1-beta.
|
74920
|
+
* # Fomantic-UI 2.9.1-beta.18+935e235 - Transition
|
74897
74921
|
* https://github.com/fomantic/Fomantic-UI/
|
74898
74922
|
*
|
74899
74923
|
*
|