fomantic-ui 2.9.1-beta.8 → 2.9.1
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/.eslint/eqeqeq-rule.js +18 -0
- package/.eslint/index.js +29 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +123 -0
- package/.github/auto_assign.yml +0 -1
- package/.github/workflows/ci.yml +37 -4
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +48 -0
- package/CHANGELOG.md +112 -0
- package/README.md +1 -1
- package/dist/components/accordion.css +35 -53
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +34 -45
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +1157 -1179
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +5 -5
- package/dist/components/breadcrumb.min.css +2 -2
- package/dist/components/button.css +709 -1111
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +24 -27
- package/dist/components/calendar.js +1934 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +219 -365
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +120 -191
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +41 -59
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +7 -6
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +53 -172
- package/dist/components/dimmer.js +706 -737
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +43 -61
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +252 -386
- package/dist/components/dropdown.js +4195 -4236
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +18 -29
- package/dist/components/embed.js +645 -675
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3556 -3556
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +35 -57
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +270 -268
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +95 -141
- package/dist/components/flyout.js +1514 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +244 -339
- package/dist/components/form.js +2022 -2004
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +183 -329
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +118 -142
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +662 -745
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +39 -63
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +356 -274
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +84 -131
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +359 -410
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +49 -70
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +67 -155
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +270 -431
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +125 -197
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +120 -154
- package/dist/components/modal.js +1544 -1486
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +53 -63
- package/dist/components/nag.js +520 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +22 -42
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +424 -202
- package/dist/components/popup.js +1456 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +106 -211
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +80 -121
- package/dist/components/rating.js +507 -523
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +8 -13
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +44 -83
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +69 -98
- package/dist/components/search.js +1520 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +148 -224
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +14 -30
- package/dist/components/shape.js +783 -810
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +103 -206
- package/dist/components/sidebar.js +1061 -1099
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +28 -41
- package/dist/components/site.js +436 -476
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +93 -121
- package/dist/components/slider.js +1310 -1311
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +638 -657
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +75 -116
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +77 -150
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +847 -901
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +10 -14
- package/dist/components/tab.js +902 -966
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +547 -774
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +32 -32
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +69 -147
- package/dist/components/toast.js +910 -884
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +299 -1356
- package/dist/components/transition.js +1048 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1213 -1245
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +9344 -12298
- package/dist/semantic.js +29181 -29423
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/examples/.eslintrc.js +6 -0
- package/examples/assets/library/jquery.min.js +2 -4
- package/examples/assets/show-examples.js +13 -13
- package/examples/attached.html +1 -1
- package/examples/bootstrap.html +1 -1
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +6 -6
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/sticky-context.html +2 -2
- package/examples/components/table.html +1 -1
- package/examples/fixed.html +3 -3
- package/examples/grid.html +5 -5
- package/examples/homepage.html +1 -1
- package/examples/login.html +2 -2
- package/examples/responsive.html +2 -2
- package/examples/sticky.html +4 -4
- package/examples/theming.html +1 -1
- package/gulpfile.js +13 -11
- package/package.json +17 -8
- package/scripts/nightly-version.js +83 -75
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/_site/modules/embed.variables +3 -0
- package/src/definitions/behaviors/api.js +1158 -1180
- package/src/definitions/behaviors/form.js +2021 -2003
- package/src/definitions/behaviors/state.js +644 -663
- package/src/definitions/behaviors/visibility.js +1212 -1244
- package/src/definitions/collections/breadcrumb.less +43 -47
- package/src/definitions/collections/form.less +866 -884
- package/src/definitions/collections/grid.less +1681 -1699
- package/src/definitions/collections/menu.less +1522 -1544
- package/src/definitions/collections/message.less +294 -298
- package/src/definitions/collections/table.less +1657 -1661
- package/src/definitions/elements/button.less +1716 -1750
- package/src/definitions/elements/container.less +211 -211
- package/src/definitions/elements/divider.less +198 -211
- package/src/definitions/elements/emoji.less +41 -48
- package/src/definitions/elements/flag.less +46 -48
- package/src/definitions/elements/header.less +351 -359
- package/src/definitions/elements/icon.less +541 -484
- package/src/definitions/elements/image.less +216 -227
- package/src/definitions/elements/input.less +692 -699
- package/src/definitions/elements/label.less +784 -806
- package/src/definitions/elements/list.less +810 -814
- package/src/definitions/elements/loader.less +273 -268
- package/src/definitions/elements/placeholder.less +173 -170
- package/src/definitions/elements/rail.less +93 -93
- package/src/definitions/elements/reveal.less +192 -198
- package/src/definitions/elements/segment.less +742 -749
- package/src/definitions/elements/step.less +423 -437
- package/src/definitions/elements/text.less +34 -36
- package/src/definitions/globals/reset.less +11 -8
- package/src/definitions/globals/site.js +435 -475
- package/src/definitions/globals/site.less +108 -110
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +244 -248
- package/src/definitions/modules/calendar.js +1933 -1808
- package/src/definitions/modules/calendar.less +100 -97
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +531 -552
- package/src/definitions/modules/dimmer.js +705 -736
- package/src/definitions/modules/dimmer.less +294 -305
- package/src/definitions/modules/dropdown.js +4194 -4235
- package/src/definitions/modules/dropdown.less +1568 -1598
- package/src/definitions/modules/embed.js +644 -674
- package/src/definitions/modules/embed.less +82 -84
- package/src/definitions/modules/flyout.js +1513 -1464
- package/src/definitions/modules/flyout.less +453 -455
- package/src/definitions/modules/modal.js +1543 -1485
- package/src/definitions/modules/modal.less +459 -467
- package/src/definitions/modules/nag.js +519 -525
- package/src/definitions/modules/nag.less +136 -149
- package/src/definitions/modules/popup.js +1455 -1455
- package/src/definitions/modules/popup.less +738 -693
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +523 -499
- package/src/definitions/modules/rating.js +506 -522
- package/src/definitions/modules/rating.less +98 -103
- package/src/definitions/modules/search.js +1519 -1533
- package/src/definitions/modules/search.less +374 -394
- package/src/definitions/modules/shape.js +782 -809
- package/src/definitions/modules/shape.less +70 -79
- package/src/definitions/modules/sidebar.js +1060 -1098
- package/src/definitions/modules/sidebar.less +463 -476
- package/src/definitions/modules/slider.js +1309 -1310
- package/src/definitions/modules/slider.less +309 -310
- package/src/definitions/modules/sticky.js +863 -917
- package/src/definitions/modules/sticky.less +17 -25
- package/src/definitions/modules/tab.js +901 -965
- package/src/definitions/modules/tab.less +48 -54
- package/src/definitions/modules/toast.js +909 -883
- package/src/definitions/modules/toast.less +589 -589
- package/src/definitions/modules/transition.js +1047 -1076
- package/src/definitions/modules/transition.less +58 -59
- package/src/definitions/views/ad.less +207 -208
- package/src/definitions/views/card.less +955 -973
- package/src/definitions/views/comment.less +192 -200
- package/src/definitions/views/feed.less +222 -226
- package/src/definitions/views/item.less +437 -448
- package/src/definitions/views/statistic.less +273 -279
- package/src/semantic.less +8 -6
- package/src/theme.config.example +53 -53
- package/src/theme.less +44 -35
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +18 -23
- package/src/themes/amazon/globals/site.variables +16 -17
- package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +9 -9
- package/src/themes/basic/elements/icon.overrides +9 -169
- package/src/themes/basic/elements/icon.variables +161 -18
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/modules/progress.variables +2 -2
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +6 -6
- package/src/themes/bookish/elements/header.overrides +4 -4
- package/src/themes/bookish/elements/header.variables +5 -5
- package/src/themes/bootstrap3/elements/button.overrides +3 -0
- package/src/themes/bootstrap3/elements/button.variables +20 -25
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.overrides +3 -0
- package/src/themes/chubby/collections/menu.variables +3 -3
- package/src/themes/chubby/elements/button.overrides +8 -10
- package/src/themes/chubby/elements/button.variables +10 -10
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/header.variables +4 -4
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +4 -4
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +11 -11
- package/src/themes/classic/collections/table.variables +3 -3
- package/src/themes/classic/elements/button.variables +36 -43
- package/src/themes/classic/elements/header.variables +4 -4
- package/src/themes/classic/modules/progress.variables +3 -3
- package/src/themes/classic/views/card.overrides +25 -27
- package/src/themes/classic/views/card.variables +7 -7
- package/src/themes/colored/modules/checkbox.overrides +3 -0
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +15 -16
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +15 -16
- package/src/themes/default/collections/menu.variables +31 -45
- package/src/themes/default/collections/message.variables +84 -123
- package/src/themes/default/collections/table.overrides +3 -0
- package/src/themes/default/collections/table.variables +30 -34
- package/src/themes/default/elements/button.variables +44 -53
- package/src/themes/default/elements/container.variables +8 -16
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +5 -6
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3556 -3556
- package/src/themes/default/elements/flag.variables +1595 -1595
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +21 -21
- package/src/themes/default/elements/icon.variables +2016 -2012
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +11 -12
- package/src/themes/default/elements/label.variables +25 -26
- package/src/themes/default/elements/list.variables +17 -21
- package/src/themes/default/elements/loader.variables +16 -17
- package/src/themes/default/elements/placeholder.variables +12 -9
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/reveal.variables +1 -1
- package/src/themes/default/elements/segment.variables +24 -36
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +19 -22
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +588 -588
- package/src/themes/default/globals/reset.overrides +63 -59
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +1074 -1123
- package/src/themes/default/globals/variation.variables +6 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +15 -20
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +9 -13
- package/src/themes/default/modules/checkbox.variables +24 -33
- package/src/themes/default/modules/dimmer.variables +14 -17
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +29 -31
- package/src/themes/default/modules/embed.variables +9 -13
- package/src/themes/default/modules/flyout.variables +10 -8
- package/src/themes/default/modules/modal.variables +64 -67
- package/src/themes/default/modules/nag.variables +11 -14
- package/src/themes/default/modules/popup.variables +14 -13
- package/src/themes/default/modules/progress.variables +17 -19
- package/src/themes/default/modules/rating.variables +10 -12
- package/src/themes/default/modules/search.variables +12 -17
- package/src/themes/default/modules/shape.variables +7 -8
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +55 -54
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +8 -8
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +1 -1
- package/src/themes/default/views/ad.variables +1 -1
- package/src/themes/default/views/card.variables +33 -45
- package/src/themes/default/views/comment.variables +7 -9
- package/src/themes/default/views/feed.variables +10 -10
- package/src/themes/default/views/item.variables +20 -23
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +4 -4
- package/src/themes/fixed-width/collections/grid.variables +4 -4
- package/src/themes/fixed-width/modules/modal.variables +11 -13
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +16 -17
- package/src/themes/flat/globals/site.variables +69 -74
- package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +16 -18
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +24 -26
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +12 -14
- package/src/themes/github/collections/table.variables +2 -2
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +26 -30
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +3 -208
- package/src/themes/github/elements/icon.variables +234 -19
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +4 -5
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +9 -10
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +6 -6
- package/src/themes/github/globals/site.variables +16 -16
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +8 -10
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/gmail/collections/message.overrides +3 -0
- package/src/themes/gmail/collections/message.variables +4 -4
- package/src/themes/instagram/views/card.overrides +4 -5
- package/src/themes/instagram/views/card.variables +7 -8
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/collections/menu.variables +4 -4
- package/src/themes/material/elements/button.overrides +7 -9
- package/src/themes/material/elements/button.variables +44 -46
- package/src/themes/material/elements/header.overrides +3 -3
- package/src/themes/material/elements/header.variables +8 -10
- package/src/themes/material/elements/icon.overrides +3 -934
- package/src/themes/material/elements/icon.variables +958 -18
- package/src/themes/material/globals/site.overrides +3 -0
- package/src/themes/material/globals/site.variables +83 -84
- package/src/themes/material/modules/dropdown.overrides +2 -2
- package/src/themes/material/modules/dropdown.variables +5 -5
- package/src/themes/material/modules/modal.overrides +3 -3
- package/src/themes/material/modules/modal.variables +4 -5
- package/src/themes/pulsar/elements/loader.overrides +23 -61
- package/src/themes/raised/elements/button.variables +8 -9
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.overrides +3 -0
- package/src/themes/round/elements/button.variables +33 -38
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +6 -6
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +8 -8
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +17 -18
- package/src/themes/twitter/elements/emoji.variables +3556 -3556
- package/tasks/.eslintrc.js +9 -0
- package/tasks/README.md +2 -4
- package/tasks/admin/components/create.js +268 -277
- package/tasks/admin/components/init.js +123 -129
- package/tasks/admin/components/update.js +151 -158
- package/tasks/admin/distributions/create.js +183 -189
- package/tasks/admin/distributions/init.js +125 -131
- package/tasks/admin/distributions/update.js +147 -153
- package/tasks/admin/publish.js +5 -9
- package/tasks/admin/register.js +37 -39
- package/tasks/admin/release.js +8 -12
- package/tasks/build/assets.js +43 -40
- package/tasks/build/css.js +230 -217
- package/tasks/build/javascript.js +120 -114
- package/tasks/build.js +11 -11
- package/tasks/check-install.js +15 -17
- package/tasks/clean.js +6 -6
- package/tasks/collections/README.md +3 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +19 -21
- package/tasks/collections/docs.js +11 -13
- package/tasks/collections/install.js +11 -13
- package/tasks/collections/rtl.js +9 -12
- package/tasks/collections/various.js +10 -12
- package/tasks/config/admin/github.js +17 -19
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +19 -21
- package/tasks/config/admin/templates/less-package.js +12 -14
- package/tasks/config/admin/templates/package.json +6 -6
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +15 -14
- package/tasks/config/project/config.js +124 -136
- package/tasks/config/project/install.js +722 -719
- package/tasks/config/project/release.js +34 -41
- package/tasks/config/tasks.js +168 -167
- package/tasks/config/user.js +28 -32
- package/tasks/docs/build.js +100 -96
- package/tasks/docs/metadata.js +91 -98
- package/tasks/docs/serve.js +84 -82
- package/tasks/install.js +373 -382
- package/tasks/rtl/build.js +4 -3
- package/tasks/rtl/watch.js +4 -3
- package/tasks/version.js +4 -6
- package/tasks/watch.js +29 -31
- package/test/.eslintrc.js +23 -0
- package/test/meteor/assets.js +11 -14
- 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/.github/workflows/codeql.yml +0 -68
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1
|
2
|
+
* # Fomantic-UI 2.9.1 - Dropdown
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -19,12 +19,8 @@
|
|
19
19
|
display: inline-block;
|
20
20
|
outline: none;
|
21
21
|
text-align: left;
|
22
|
-
-webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
|
23
|
-
transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
|
24
22
|
transition: box-shadow 0.1s ease, width 0.1s ease;
|
25
|
-
transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
|
26
23
|
-webkit-user-select: none;
|
27
|
-
-moz-user-select: none;
|
28
24
|
-ms-user-select: none;
|
29
25
|
user-select: none;
|
30
26
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
@@ -36,10 +32,9 @@
|
|
36
32
|
*******************************/
|
37
33
|
|
38
34
|
|
39
|
-
|
35
|
+
/* --------------
|
40
36
|
Menu
|
41
|
-
|
42
|
-
|
37
|
+
--------------- */
|
43
38
|
.ui.dropdown .menu {
|
44
39
|
cursor: auto;
|
45
40
|
position: absolute;
|
@@ -47,19 +42,16 @@
|
|
47
42
|
outline: none;
|
48
43
|
top: 100%;
|
49
44
|
min-width: -webkit-max-content;
|
50
|
-
min-width: -moz-max-content;
|
51
45
|
min-width: max-content;
|
52
46
|
margin: 0;
|
53
|
-
padding: 0
|
54
|
-
background: #
|
47
|
+
padding: 0;
|
48
|
+
background: #fff;
|
55
49
|
font-size: 1em;
|
56
50
|
text-shadow: none;
|
57
51
|
text-align: left;
|
58
|
-
|
59
|
-
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
52
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
60
53
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
61
54
|
border-radius: 0.28571429rem;
|
62
|
-
-webkit-transition: opacity 0.1s ease;
|
63
55
|
transition: opacity 0.1s ease;
|
64
56
|
z-index: 11;
|
65
57
|
will-change: transform, opacity;
|
@@ -68,19 +60,17 @@
|
|
68
60
|
white-space: nowrap;
|
69
61
|
}
|
70
62
|
|
71
|
-
|
63
|
+
/* --------------
|
72
64
|
Hidden Input
|
73
|
-
|
74
|
-
|
65
|
+
--------------- */
|
75
66
|
.ui.dropdown > input:not(.search):first-child,
|
76
67
|
.ui.dropdown > select {
|
77
68
|
display: none !important;
|
78
69
|
}
|
79
70
|
|
80
|
-
|
71
|
+
/* --------------
|
81
72
|
Dropdown Icon
|
82
|
-
|
83
|
-
|
73
|
+
--------------- */
|
84
74
|
.ui.dropdown:not(.labeled) > .dropdown.icon {
|
85
75
|
position: relative;
|
86
76
|
width: auto;
|
@@ -97,20 +87,17 @@
|
|
97
87
|
margin-right: 1em;
|
98
88
|
}
|
99
89
|
|
100
|
-
|
90
|
+
/* --------------
|
101
91
|
Text
|
102
|
-
|
103
|
-
|
92
|
+
--------------- */
|
104
93
|
.ui.dropdown > .text {
|
105
94
|
display: inline-block;
|
106
|
-
-webkit-transition: none;
|
107
95
|
transition: none;
|
108
96
|
}
|
109
97
|
|
110
|
-
|
98
|
+
/* --------------
|
111
99
|
Menu Item
|
112
|
-
|
113
|
-
|
100
|
+
--------------- */
|
114
101
|
.ui.dropdown .menu > .item {
|
115
102
|
position: relative;
|
116
103
|
cursor: pointer;
|
@@ -126,27 +113,20 @@
|
|
126
113
|
padding: 0.78571429rem 1.14285714rem;
|
127
114
|
text-transform: none;
|
128
115
|
font-weight: normal;
|
129
|
-
|
130
|
-
box-shadow: none;
|
116
|
+
box-shadow: none;
|
131
117
|
-webkit-touch-callout: none;
|
132
118
|
}
|
133
119
|
.ui.dropdown .menu > .item:first-child {
|
134
120
|
border-top-width: 0;
|
135
121
|
}
|
136
122
|
.ui.dropdown .menu > .item.vertical {
|
137
|
-
display: -webkit-box;
|
138
|
-
display: -ms-flexbox;
|
139
123
|
display: flex;
|
140
|
-
-
|
141
|
-
-webkit-box-direction: reverse;
|
142
|
-
-ms-flex-direction: column-reverse;
|
143
|
-
flex-direction: column-reverse;
|
124
|
+
flex-direction: column-reverse;
|
144
125
|
}
|
145
126
|
|
146
|
-
|
127
|
+
/* --------------
|
147
128
|
Floated Content
|
148
|
-
|
149
|
-
|
129
|
+
--------------- */
|
150
130
|
.ui.dropdown > .text > [class*="right floated"],
|
151
131
|
.ui.dropdown .menu .item > [class*="right floated"] {
|
152
132
|
float: right !important;
|
@@ -166,10 +146,9 @@
|
|
166
146
|
margin-top: 0em;
|
167
147
|
}
|
168
148
|
|
169
|
-
|
149
|
+
/* --------------
|
170
150
|
Menu Divider
|
171
|
-
|
172
|
-
|
151
|
+
--------------- */
|
173
152
|
.ui.dropdown .menu > .header {
|
174
153
|
margin: 1rem 0 0.75rem;
|
175
154
|
padding: 0 1.14285714rem;
|
@@ -190,8 +169,6 @@
|
|
190
169
|
}
|
191
170
|
.ui.ui.ui.dropdown .menu > .input {
|
192
171
|
width: auto;
|
193
|
-
display: -webkit-box;
|
194
|
-
display: -ms-flexbox;
|
195
172
|
display: flex;
|
196
173
|
margin: 1.14285714rem 0.78571429rem;
|
197
174
|
min-width: 10rem;
|
@@ -209,10 +186,9 @@
|
|
209
186
|
padding-bottom: 0.5em;
|
210
187
|
}
|
211
188
|
|
212
|
-
|
189
|
+
/* -----------------
|
213
190
|
Item Description
|
214
|
-
|
215
|
-
|
191
|
+
------------------- */
|
216
192
|
.ui.dropdown > .text > .description,
|
217
193
|
.ui.dropdown .menu > .item > .description {
|
218
194
|
float: right;
|
@@ -223,18 +199,16 @@
|
|
223
199
|
margin: 0;
|
224
200
|
}
|
225
201
|
|
226
|
-
|
202
|
+
/* -----------------
|
227
203
|
Item Text
|
228
|
-
|
229
|
-
|
204
|
+
------------------- */
|
230
205
|
.ui.dropdown .menu > .item.vertical > .text {
|
231
206
|
margin-bottom: 0.25em;
|
232
207
|
}
|
233
208
|
|
234
|
-
|
209
|
+
/* -----------------
|
235
210
|
Message
|
236
|
-
|
237
|
-
|
211
|
+
------------------- */
|
238
212
|
.ui.dropdown .menu > .message {
|
239
213
|
padding: 0.78571429rem 1.14285714rem;
|
240
214
|
font-weight: normal;
|
@@ -243,10 +217,9 @@
|
|
243
217
|
color: rgba(0, 0, 0, 0.4);
|
244
218
|
}
|
245
219
|
|
246
|
-
|
220
|
+
/* --------------
|
247
221
|
Sub Menu
|
248
|
-
|
249
|
-
|
222
|
+
--------------- */
|
250
223
|
.ui.dropdown .menu .menu {
|
251
224
|
top: 0;
|
252
225
|
left: 100%;
|
@@ -261,10 +234,9 @@
|
|
261
234
|
display: none;
|
262
235
|
}
|
263
236
|
|
264
|
-
|
237
|
+
/* --------------
|
265
238
|
Sub Elements
|
266
|
-
|
267
|
-
|
239
|
+
--------------- */
|
268
240
|
|
269
241
|
/* Icons / Flags / Labels / Image */
|
270
242
|
.ui.dropdown > .text > i.icons,
|
@@ -300,10 +272,9 @@
|
|
300
272
|
margin-right: 0.78571429rem;
|
301
273
|
}
|
302
274
|
|
303
|
-
|
275
|
+
/* --------------
|
304
276
|
Image
|
305
|
-
|
306
|
-
|
277
|
+
--------------- */
|
307
278
|
.ui.dropdown > .text > img,
|
308
279
|
.ui.dropdown > .text > .image:not(.icon),
|
309
280
|
.ui.dropdown .menu > .item > .image:not(.icon),
|
@@ -322,10 +293,9 @@
|
|
322
293
|
*******************************/
|
323
294
|
|
324
295
|
|
325
|
-
|
296
|
+
/* --------------
|
326
297
|
Menu
|
327
|
-
|
328
|
-
|
298
|
+
--------------- */
|
329
299
|
|
330
300
|
/* Remove Menu Item Divider */
|
331
301
|
.ui.dropdown .ui.menu > .item::before,
|
@@ -346,20 +316,18 @@
|
|
346
316
|
right: 0;
|
347
317
|
}
|
348
318
|
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
319
|
+
/* --------------
|
320
|
+
Label
|
321
|
+
--------------- */
|
353
322
|
|
354
323
|
/* Dropdown Menu */
|
355
324
|
.ui.label.dropdown .menu {
|
356
325
|
min-width: 100%;
|
357
326
|
}
|
358
327
|
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
328
|
+
/* --------------
|
329
|
+
Button
|
330
|
+
--------------- */
|
363
331
|
|
364
332
|
/* No Margin On Icon Button */
|
365
333
|
.ui.dropdown.icon.button > .dropdown.icon {
|
@@ -387,10 +355,9 @@ select.ui.dropdown {
|
|
387
355
|
visibility: visible;
|
388
356
|
}
|
389
357
|
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
358
|
+
/* --------------
|
359
|
+
Selection
|
360
|
+
--------------- */
|
394
361
|
|
395
362
|
/* Displays like a select box */
|
396
363
|
.ui.selection.dropdown {
|
@@ -399,22 +366,17 @@ select.ui.dropdown {
|
|
399
366
|
line-height: 1em;
|
400
367
|
white-space: normal;
|
401
368
|
outline: 0;
|
402
|
-
|
403
|
-
transform: rotateZ(0deg);
|
369
|
+
transform: rotateZ(0);
|
404
370
|
min-width: 14em;
|
405
371
|
min-height: 2.71428571em;
|
406
|
-
background: #
|
372
|
+
background: #fff;
|
407
373
|
display: inline-block;
|
408
374
|
padding: 0.78571429em 3.2em 0.78571429em 1em;
|
409
375
|
color: rgba(0, 0, 0, 0.87);
|
410
|
-
|
411
|
-
box-shadow: none;
|
376
|
+
box-shadow: none;
|
412
377
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
413
378
|
border-radius: 0.28571429rem;
|
414
|
-
-webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
|
415
|
-
transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
|
416
379
|
transition: box-shadow 0.1s ease, width 0.1s ease;
|
417
|
-
transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
|
418
380
|
}
|
419
381
|
.ui.selection.dropdown.visible,
|
420
382
|
.ui.selection.dropdown.active {
|
@@ -434,7 +396,6 @@ select.ui.dropdown {
|
|
434
396
|
margin: -0.78571429em;
|
435
397
|
padding: 0.91666667em;
|
436
398
|
opacity: 0.8;
|
437
|
-
-webkit-transition: opacity 0.1s ease;
|
438
399
|
transition: opacity 0.1s ease;
|
439
400
|
}
|
440
401
|
|
@@ -443,23 +404,21 @@ select.ui.dropdown {
|
|
443
404
|
min-width: 0;
|
444
405
|
}
|
445
406
|
|
446
|
-
/*
|
407
|
+
/* Selection Menu */
|
447
408
|
.ui.selection.dropdown .menu {
|
448
409
|
overflow-x: hidden;
|
449
410
|
overflow-y: auto;
|
411
|
+
-ms-scroll-chaining: none;
|
412
|
+
overscroll-behavior: none;
|
450
413
|
-webkit-backface-visibility: hidden;
|
451
414
|
backface-visibility: hidden;
|
452
|
-
-webkit-overflow-scrolling: touch;
|
453
415
|
border-top-width: 0 !important;
|
454
|
-
width: auto;
|
455
416
|
outline: none;
|
456
417
|
margin: 0 -1px;
|
457
418
|
min-width: calc(100% + 2px);
|
458
419
|
width: calc(100% + 2px);
|
459
420
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
460
|
-
|
461
|
-
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
462
|
-
-webkit-transition: opacity 0.1s ease;
|
421
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
463
422
|
transition: opacity 0.1s ease;
|
464
423
|
}
|
465
424
|
.ui.selection.dropdown .menu::after,
|
@@ -467,10 +426,9 @@ select.ui.dropdown {
|
|
467
426
|
display: none;
|
468
427
|
}
|
469
428
|
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
429
|
+
/* --------------
|
430
|
+
Message
|
431
|
+
--------------- */
|
474
432
|
.ui.selection.dropdown .menu > .message {
|
475
433
|
padding: 0.78571429rem 1.14285714rem;
|
476
434
|
}
|
@@ -545,7 +503,7 @@ select.ui.dropdown {
|
|
545
503
|
|
546
504
|
/* Menu Item */
|
547
505
|
.ui.selection.dropdown .menu > .item {
|
548
|
-
border-top: 1px solid #
|
506
|
+
border-top: 1px solid #fafafa;
|
549
507
|
padding: 0.78571429rem 1.14285714rem;
|
550
508
|
white-space: normal;
|
551
509
|
word-wrap: normal;
|
@@ -560,43 +518,37 @@ select.ui.dropdown {
|
|
560
518
|
.ui.dropdown > .menu > .stuck.addition.item:first-child {
|
561
519
|
position: sticky;
|
562
520
|
top: 0;
|
563
|
-
|
564
|
-
|
565
|
-
background: #FFFFFF;
|
521
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
522
|
+
background: #fff;
|
566
523
|
z-index: 14;
|
567
524
|
}
|
568
525
|
|
569
526
|
/* Hover */
|
570
527
|
.ui.selection.dropdown:hover {
|
571
528
|
border-color: rgba(34, 36, 38, 0.35);
|
572
|
-
|
573
|
-
box-shadow: none;
|
529
|
+
box-shadow: none;
|
574
530
|
}
|
575
531
|
|
576
532
|
/* Active */
|
577
533
|
.ui.selection.simple.dropdown:hover,
|
578
534
|
.ui.selection.active.dropdown {
|
579
|
-
border-color: #
|
580
|
-
|
581
|
-
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
535
|
+
border-color: #96c8da;
|
536
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
582
537
|
}
|
583
538
|
.ui.selection.simple.dropdown:hover .menu,
|
584
539
|
.ui.selection.active.dropdown .menu {
|
585
|
-
border-color: #
|
586
|
-
|
587
|
-
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
540
|
+
border-color: #96c8da;
|
541
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
588
542
|
}
|
589
543
|
|
590
544
|
/* Focus */
|
591
545
|
.ui.selection.dropdown:focus {
|
592
|
-
border-color: #
|
593
|
-
|
594
|
-
box-shadow: none;
|
546
|
+
border-color: #96c8da;
|
547
|
+
box-shadow: none;
|
595
548
|
}
|
596
549
|
.ui.selection.dropdown:focus .menu {
|
597
|
-
border-color: #
|
598
|
-
|
599
|
-
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
550
|
+
border-color: #96c8da;
|
551
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
600
552
|
}
|
601
553
|
|
602
554
|
/* Visible */
|
@@ -607,20 +559,18 @@ select.ui.dropdown {
|
|
607
559
|
|
608
560
|
/* Visible Hover */
|
609
561
|
.ui.selection.active.dropdown:hover {
|
610
|
-
border-color: #
|
611
|
-
|
612
|
-
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
562
|
+
border-color: #96c8da;
|
563
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
613
564
|
}
|
614
565
|
.ui.selection.active.dropdown:hover .menu {
|
615
|
-
border-color: #
|
616
|
-
|
617
|
-
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
566
|
+
border-color: #96c8da;
|
567
|
+
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
|
618
568
|
}
|
619
569
|
|
620
570
|
/* Dropdown Icon */
|
621
571
|
.ui.active.selection.dropdown > .dropdown.icon,
|
622
572
|
.ui.visible.selection.dropdown > .dropdown.icon {
|
623
|
-
opacity:
|
573
|
+
opacity: "";
|
624
574
|
z-index: 3;
|
625
575
|
}
|
626
576
|
|
@@ -633,22 +583,19 @@ select.ui.dropdown {
|
|
633
583
|
/* Empty Connecting Border */
|
634
584
|
.ui.active.empty.selection.dropdown {
|
635
585
|
border-radius: 0.28571429rem !important;
|
636
|
-
|
637
|
-
box-shadow: none !important;
|
586
|
+
box-shadow: none !important;
|
638
587
|
}
|
639
588
|
.ui.active.empty.selection.dropdown .menu {
|
640
589
|
border: none !important;
|
641
|
-
|
642
|
-
box-shadow: none !important;
|
590
|
+
box-shadow: none !important;
|
643
591
|
}
|
644
592
|
|
645
|
-
/* CSS specific to iOS devices or firefox mobile only
|
646
|
-
@supports (-webkit-touch-callout: none) or (-
|
593
|
+
/* CSS specific to iOS devices or firefox mobile only */
|
594
|
+
@supports (-webkit-touch-callout: none) or (-moz-appearance: none) {
|
647
595
|
@media (-moz-touch-enabled), (pointer: coarse) {
|
648
596
|
.ui.dropdown .scrollhint.menu:not(.hidden)::before {
|
649
|
-
|
650
|
-
|
651
|
-
content: '';
|
597
|
+
animation: scrollhint 2s ease 2;
|
598
|
+
content: "";
|
652
599
|
z-index: 15;
|
653
600
|
display: block;
|
654
601
|
position: absolute;
|
@@ -658,28 +605,10 @@ select.ui.dropdown {
|
|
658
605
|
height: 100%;
|
659
606
|
border-right: 0.25em solid;
|
660
607
|
border-left: 0;
|
661
|
-
|
662
|
-
-webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
|
663
|
-
-o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
|
664
|
-
border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0))) 1 100%;
|
665
|
-
border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
|
608
|
+
border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) 1 100%;
|
666
609
|
}
|
667
610
|
.ui.inverted.dropdown .scrollhint.menu:not(.hidden)::before {
|
668
|
-
|
669
|
-
-webkit-border-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
|
670
|
-
-o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
|
671
|
-
border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0))) 1 100%;
|
672
|
-
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
|
673
|
-
}
|
674
|
-
@-webkit-keyframes scrollhint {
|
675
|
-
0% {
|
676
|
-
opacity: 1;
|
677
|
-
top: 100%;
|
678
|
-
}
|
679
|
-
100% {
|
680
|
-
opacity: 0;
|
681
|
-
top: 0;
|
682
|
-
}
|
611
|
+
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 1 100%;
|
683
612
|
}
|
684
613
|
@keyframes scrollhint {
|
685
614
|
0% {
|
@@ -694,22 +623,20 @@ select.ui.dropdown {
|
|
694
623
|
}
|
695
624
|
}
|
696
625
|
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
626
|
+
/* --------------
|
627
|
+
Searchable
|
628
|
+
--------------- */
|
701
629
|
|
702
630
|
/* Search Selection */
|
703
631
|
.ui.search.dropdown {
|
704
|
-
min-width:
|
632
|
+
min-width: "";
|
705
633
|
}
|
706
634
|
|
707
635
|
/* Search Dropdown */
|
708
636
|
.ui.search.dropdown > input.search {
|
709
637
|
background: none transparent !important;
|
710
638
|
border: none !important;
|
711
|
-
|
712
|
-
box-shadow: none !important;
|
639
|
+
box-shadow: none !important;
|
713
640
|
cursor: text;
|
714
641
|
top: 0;
|
715
642
|
left: 1px;
|
@@ -771,9 +698,10 @@ select.ui.dropdown {
|
|
771
698
|
.ui.search.dropdown .menu {
|
772
699
|
overflow-x: hidden;
|
773
700
|
overflow-y: auto;
|
701
|
+
-ms-scroll-chaining: none;
|
702
|
+
overscroll-behavior: none;
|
774
703
|
-webkit-backface-visibility: hidden;
|
775
704
|
backface-visibility: hidden;
|
776
|
-
-webkit-overflow-scrolling: touch;
|
777
705
|
}
|
778
706
|
@media only screen and (max-width: 767.98px) {
|
779
707
|
.ui.search.dropdown .menu {
|
@@ -819,7 +747,7 @@ select.ui.dropdown {
|
|
819
747
|
margin-right: 1.5em;
|
820
748
|
}
|
821
749
|
.ui.dropdown select.noselection ~ .remove.icon,
|
822
|
-
.ui.dropdown input[value=
|
750
|
+
.ui.dropdown input[value=""] ~ .remove.icon,
|
823
751
|
.ui.dropdown input:not([value]) ~ .remove.icon,
|
824
752
|
.ui.dropdown.loading > .remove.icon {
|
825
753
|
display: none;
|
@@ -831,10 +759,9 @@ select.ui.dropdown {
|
|
831
759
|
margin-top: -1.35em;
|
832
760
|
}
|
833
761
|
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
762
|
+
/* --------------
|
763
|
+
Multiple
|
764
|
+
--------------- */
|
838
765
|
|
839
766
|
/* Multiple Selection */
|
840
767
|
.ui.ui.multiple.dropdown {
|
@@ -851,14 +778,13 @@ select.ui.dropdown {
|
|
851
778
|
font-size: 1em;
|
852
779
|
padding: 0.35714286em 0.78571429em;
|
853
780
|
margin: 0.14285714rem 0.28571429rem 0.14285714rem 0;
|
854
|
-
|
855
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
781
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
856
782
|
}
|
857
783
|
|
858
784
|
/* Dropdown Icon */
|
859
785
|
.ui.multiple.dropdown .dropdown.icon {
|
860
|
-
margin:
|
861
|
-
padding:
|
786
|
+
margin: "";
|
787
|
+
padding: "";
|
862
788
|
}
|
863
789
|
|
864
790
|
/* Text */
|
@@ -891,10 +817,9 @@ select.ui.dropdown {
|
|
891
817
|
height: 1.71428571em;
|
892
818
|
}
|
893
819
|
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
820
|
+
/* -----------------
|
821
|
+
Multiple Search
|
822
|
+
----------------- */
|
898
823
|
|
899
824
|
/* Multiple Search Selection */
|
900
825
|
.ui.multiple.search.dropdown,
|
@@ -929,17 +854,16 @@ select.ui.dropdown {
|
|
929
854
|
min-width: 14em;
|
930
855
|
}
|
931
856
|
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
857
|
+
/* --------------
|
858
|
+
Inline
|
859
|
+
--------------- */
|
936
860
|
.ui.inline.dropdown {
|
937
861
|
cursor: pointer;
|
938
862
|
display: inline-block;
|
939
863
|
color: inherit;
|
940
864
|
}
|
941
865
|
.ui.inline.dropdown .dropdown.icon {
|
942
|
-
margin: 0 0.21428571em
|
866
|
+
margin: 0 0.21428571em;
|
943
867
|
vertical-align: baseline;
|
944
868
|
}
|
945
869
|
.ui.inline.dropdown > .text {
|
@@ -957,25 +881,22 @@ select.ui.dropdown {
|
|
957
881
|
*******************************/
|
958
882
|
|
959
883
|
|
960
|
-
|
884
|
+
/* --------------------
|
961
885
|
Active
|
962
|
-
|
963
|
-
|
886
|
+
---------------------- */
|
964
887
|
|
965
888
|
/* Menu Item Active */
|
966
889
|
.ui.dropdown .menu .active.item {
|
967
890
|
background: transparent;
|
968
891
|
font-weight: bold;
|
969
892
|
color: rgba(0, 0, 0, 0.95);
|
970
|
-
|
971
|
-
box-shadow: none;
|
893
|
+
box-shadow: none;
|
972
894
|
z-index: 12;
|
973
895
|
}
|
974
896
|
|
975
|
-
|
897
|
+
/* --------------------
|
976
898
|
Hover
|
977
|
-
|
978
|
-
|
899
|
+
---------------------- */
|
979
900
|
|
980
901
|
/* Menu Item Hover */
|
981
902
|
.ui.dropdown .menu > .item:hover {
|
@@ -984,10 +905,9 @@ select.ui.dropdown {
|
|
984
905
|
z-index: 13;
|
985
906
|
}
|
986
907
|
|
987
|
-
|
908
|
+
/* --------------------
|
988
909
|
Default Text
|
989
|
-
|
990
|
-
|
910
|
+
---------------------- */
|
991
911
|
.ui.dropdown:not(.button) > .default.text,
|
992
912
|
.ui.default.dropdown:not(.button) > .text {
|
993
913
|
color: rgba(191, 191, 191, 0.87);
|
@@ -997,10 +917,9 @@ select.ui.dropdown {
|
|
997
917
|
color: rgba(115, 115, 115, 0.87);
|
998
918
|
}
|
999
919
|
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
920
|
+
/* --------------------
|
921
|
+
Loading
|
922
|
+
--------------------- */
|
1004
923
|
.ui.loading.dropdown > i.icon {
|
1005
924
|
height: 1em !important;
|
1006
925
|
}
|
@@ -1009,7 +928,7 @@ select.ui.dropdown {
|
|
1009
928
|
}
|
1010
929
|
.ui.loading.dropdown > i.icon::before {
|
1011
930
|
position: absolute;
|
1012
|
-
content:
|
931
|
+
content: "";
|
1013
932
|
top: 50%;
|
1014
933
|
left: 50%;
|
1015
934
|
margin: -0.64285714em 0 0 -0.64285714em;
|
@@ -1020,16 +939,14 @@ select.ui.dropdown {
|
|
1020
939
|
}
|
1021
940
|
.ui.loading.dropdown > i.icon::after {
|
1022
941
|
position: absolute;
|
1023
|
-
content:
|
942
|
+
content: "";
|
1024
943
|
top: 50%;
|
1025
944
|
left: 50%;
|
1026
|
-
|
1027
|
-
box-shadow: 0 0 0 1px transparent;
|
945
|
+
box-shadow: 0 0 0 1px transparent;
|
1028
946
|
margin: -0.64285714em 0 0 -0.64285714em;
|
1029
947
|
width: 1.28571429em;
|
1030
948
|
height: 1.28571429em;
|
1031
|
-
|
1032
|
-
animation: loader 0.6s infinite linear;
|
949
|
+
animation: loader 0.6s infinite linear;
|
1033
950
|
border: 0.2em solid #767676;
|
1034
951
|
border-radius: 500rem;
|
1035
952
|
}
|
@@ -1040,7 +957,6 @@ select.ui.dropdown {
|
|
1040
957
|
display: none;
|
1041
958
|
}
|
1042
959
|
.ui.loading.dropdown > .text {
|
1043
|
-
-webkit-transition: none;
|
1044
960
|
transition: none;
|
1045
961
|
}
|
1046
962
|
|
@@ -1059,10 +975,9 @@ select.ui.dropdown {
|
|
1059
975
|
right: auto !important;
|
1060
976
|
}
|
1061
977
|
|
1062
|
-
|
978
|
+
/* --------------------
|
1063
979
|
Keyboard Select
|
1064
|
-
|
1065
|
-
|
980
|
+
---------------------- */
|
1066
981
|
|
1067
982
|
/* Selected Item */
|
1068
983
|
.ui.dropdown.selected,
|
@@ -1071,10 +986,9 @@ select.ui.dropdown {
|
|
1071
986
|
color: rgba(0, 0, 0, 0.95);
|
1072
987
|
}
|
1073
988
|
|
1074
|
-
|
989
|
+
/* --------------------
|
1075
990
|
Search Filtered
|
1076
|
-
|
1077
|
-
|
991
|
+
---------------------- */
|
1078
992
|
|
1079
993
|
/* Filtered Item */
|
1080
994
|
.ui.dropdown > .filtered.text {
|
@@ -1084,63 +998,62 @@ select.ui.dropdown {
|
|
1084
998
|
display: none !important;
|
1085
999
|
}
|
1086
1000
|
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1001
|
+
/* --------------------
|
1002
|
+
States
|
1003
|
+
---------------------- */
|
1091
1004
|
.ui.dropdown.error,
|
1092
1005
|
.ui.dropdown.error > .text,
|
1093
1006
|
.ui.dropdown.error > .default.text {
|
1094
|
-
color: #
|
1007
|
+
color: #9f3a38;
|
1095
1008
|
}
|
1096
1009
|
.ui.selection.dropdown.error {
|
1097
|
-
background: #
|
1098
|
-
border-color: #
|
1010
|
+
background: #fff6f6;
|
1011
|
+
border-color: #e0b4b4;
|
1099
1012
|
}
|
1100
1013
|
.ui.selection.dropdown.error:hover {
|
1101
|
-
border-color: #
|
1014
|
+
border-color: #e0b4b4;
|
1102
1015
|
}
|
1103
1016
|
.ui.multiple.selection.error.dropdown > .label {
|
1104
|
-
border-color: #
|
1017
|
+
border-color: #e0b4b4;
|
1105
1018
|
}
|
1106
1019
|
.ui.dropdown.error > .menu,
|
1107
1020
|
.ui.dropdown.error > .menu .menu {
|
1108
|
-
border-color: #
|
1021
|
+
border-color: #e0b4b4;
|
1109
1022
|
}
|
1110
1023
|
.ui.dropdown.error > .menu > .item {
|
1111
|
-
color: #
|
1024
|
+
color: #9f3a38;
|
1112
1025
|
}
|
1113
1026
|
|
1114
1027
|
/* Item Hover */
|
1115
1028
|
.ui.dropdown.error > .menu > .item:hover {
|
1116
|
-
background-color: #
|
1029
|
+
background-color: #fbe7e7;
|
1117
1030
|
}
|
1118
1031
|
|
1119
1032
|
/* Item Active */
|
1120
1033
|
.ui.dropdown.error > .menu .active.item {
|
1121
|
-
background-color: #
|
1034
|
+
background-color: #fdcfcf;
|
1122
1035
|
}
|
1123
1036
|
.ui.dropdown.info,
|
1124
1037
|
.ui.dropdown.info > .text,
|
1125
1038
|
.ui.dropdown.info > .default.text {
|
1126
|
-
color: #
|
1039
|
+
color: #276f86;
|
1127
1040
|
}
|
1128
1041
|
.ui.selection.dropdown.info {
|
1129
|
-
background: #
|
1130
|
-
border-color: #
|
1042
|
+
background: #f8ffff;
|
1043
|
+
border-color: #a9d5de;
|
1131
1044
|
}
|
1132
1045
|
.ui.selection.dropdown.info:hover {
|
1133
|
-
border-color: #
|
1046
|
+
border-color: #a9d5de;
|
1134
1047
|
}
|
1135
1048
|
.ui.multiple.selection.info.dropdown > .label {
|
1136
|
-
border-color: #
|
1049
|
+
border-color: #a9d5de;
|
1137
1050
|
}
|
1138
1051
|
.ui.dropdown.info > .menu,
|
1139
1052
|
.ui.dropdown.info > .menu .menu {
|
1140
|
-
border-color: #
|
1053
|
+
border-color: #a9d5de;
|
1141
1054
|
}
|
1142
1055
|
.ui.dropdown.info > .menu > .item {
|
1143
|
-
color: #
|
1056
|
+
color: #276f86;
|
1144
1057
|
}
|
1145
1058
|
|
1146
1059
|
/* Item Hover */
|
@@ -1155,24 +1068,24 @@ select.ui.dropdown {
|
|
1155
1068
|
.ui.dropdown.success,
|
1156
1069
|
.ui.dropdown.success > .text,
|
1157
1070
|
.ui.dropdown.success > .default.text {
|
1158
|
-
color: #
|
1071
|
+
color: #2c662d;
|
1159
1072
|
}
|
1160
1073
|
.ui.selection.dropdown.success {
|
1161
|
-
background: #
|
1162
|
-
border-color: #
|
1074
|
+
background: #fcfff5;
|
1075
|
+
border-color: #a3c293;
|
1163
1076
|
}
|
1164
1077
|
.ui.selection.dropdown.success:hover {
|
1165
|
-
border-color: #
|
1078
|
+
border-color: #a3c293;
|
1166
1079
|
}
|
1167
1080
|
.ui.multiple.selection.success.dropdown > .label {
|
1168
|
-
border-color: #
|
1081
|
+
border-color: #a3c293;
|
1169
1082
|
}
|
1170
1083
|
.ui.dropdown.success > .menu,
|
1171
1084
|
.ui.dropdown.success > .menu .menu {
|
1172
|
-
border-color: #
|
1085
|
+
border-color: #a3c293;
|
1173
1086
|
}
|
1174
1087
|
.ui.dropdown.success > .menu > .item {
|
1175
|
-
color: #
|
1088
|
+
color: #2c662d;
|
1176
1089
|
}
|
1177
1090
|
|
1178
1091
|
/* Item Hover */
|
@@ -1187,24 +1100,24 @@ select.ui.dropdown {
|
|
1187
1100
|
.ui.dropdown.warning,
|
1188
1101
|
.ui.dropdown.warning > .text,
|
1189
1102
|
.ui.dropdown.warning > .default.text {
|
1190
|
-
color: #
|
1103
|
+
color: #573a08;
|
1191
1104
|
}
|
1192
1105
|
.ui.selection.dropdown.warning {
|
1193
|
-
background: #
|
1194
|
-
border-color: #
|
1106
|
+
background: #fffaf3;
|
1107
|
+
border-color: #c9ba9b;
|
1195
1108
|
}
|
1196
1109
|
.ui.selection.dropdown.warning:hover {
|
1197
|
-
border-color: #
|
1110
|
+
border-color: #c9ba9b;
|
1198
1111
|
}
|
1199
1112
|
.ui.multiple.selection.warning.dropdown > .label {
|
1200
|
-
border-color: #
|
1113
|
+
border-color: #c9ba9b;
|
1201
1114
|
}
|
1202
1115
|
.ui.dropdown.warning > .menu,
|
1203
1116
|
.ui.dropdown.warning > .menu .menu {
|
1204
|
-
border-color: #
|
1117
|
+
border-color: #c9ba9b;
|
1205
1118
|
}
|
1206
1119
|
.ui.dropdown.warning > .menu > .item {
|
1207
|
-
color: #
|
1120
|
+
color: #573a08;
|
1208
1121
|
}
|
1209
1122
|
|
1210
1123
|
/* Item Hover */
|
@@ -1217,14 +1130,12 @@ select.ui.dropdown {
|
|
1217
1130
|
background-color: #fdfdce;
|
1218
1131
|
}
|
1219
1132
|
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1133
|
+
/* --------------------
|
1134
|
+
Clear
|
1135
|
+
---------------------- */
|
1224
1136
|
.ui.dropdown > .remove.icon,
|
1225
1137
|
.ui.dropdown > .clear.dropdown.icon {
|
1226
1138
|
opacity: 0.6;
|
1227
|
-
-webkit-transition: opacity 0.1s ease;
|
1228
1139
|
transition: opacity 0.1s ease;
|
1229
1140
|
}
|
1230
1141
|
.ui.dropdown > .remove.icon:hover,
|
@@ -1232,10 +1143,9 @@ select.ui.dropdown {
|
|
1232
1143
|
opacity: 1;
|
1233
1144
|
}
|
1234
1145
|
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1146
|
+
/* --------------------
|
1147
|
+
Disabled
|
1148
|
+
---------------------- */
|
1239
1149
|
|
1240
1150
|
/* Disabled */
|
1241
1151
|
.ui.disabled.dropdown,
|
@@ -1245,10 +1155,9 @@ select.ui.dropdown {
|
|
1245
1155
|
opacity: 0.45;
|
1246
1156
|
}
|
1247
1157
|
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1158
|
+
/* --------------------
|
1159
|
+
Read-Only
|
1160
|
+
---------------------- */
|
1252
1161
|
.ui.read-only.dropdown {
|
1253
1162
|
cursor: default;
|
1254
1163
|
pointer-events: none;
|
@@ -1260,10 +1169,9 @@ select.ui.dropdown {
|
|
1260
1169
|
*******************************/
|
1261
1170
|
|
1262
1171
|
|
1263
|
-
|
1172
|
+
/* --------------
|
1264
1173
|
Direction
|
1265
|
-
|
1266
|
-
|
1174
|
+
--------------- */
|
1267
1175
|
|
1268
1176
|
/* Flyout Direction */
|
1269
1177
|
.ui.dropdown .menu {
|
@@ -1308,17 +1216,15 @@ select.ui.dropdown {
|
|
1308
1216
|
margin-right: 0;
|
1309
1217
|
}
|
1310
1218
|
|
1311
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1219
|
+
/* --------------
|
1220
|
+
Upward
|
1221
|
+
--------------- */
|
1315
1222
|
|
1316
1223
|
/* Upward Main Menu */
|
1317
1224
|
.ui.upward.dropdown > .menu {
|
1318
1225
|
top: auto;
|
1319
1226
|
bottom: 100%;
|
1320
|
-
|
1321
|
-
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
1227
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
1322
1228
|
}
|
1323
1229
|
|
1324
1230
|
/* Upward Sub Menu */
|
@@ -1345,13 +1251,11 @@ select.ui.dropdown {
|
|
1345
1251
|
.ui.ui.upward.selection.dropdown .menu {
|
1346
1252
|
border-top-width: 1px !important;
|
1347
1253
|
border-bottom-width: 0 !important;
|
1348
|
-
|
1349
|
-
box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
|
1254
|
+
box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
|
1350
1255
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
1351
1256
|
}
|
1352
1257
|
.ui.upward.selection.dropdown:hover {
|
1353
|
-
|
1354
|
-
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
|
1258
|
+
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
|
1355
1259
|
}
|
1356
1260
|
|
1357
1261
|
/* Active Upward */
|
@@ -1361,51 +1265,40 @@ select.ui.dropdown {
|
|
1361
1265
|
|
1362
1266
|
/* Visible Upward */
|
1363
1267
|
.ui.upward.selection.dropdown.visible {
|
1364
|
-
|
1365
|
-
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
1268
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
1366
1269
|
border-radius: 0 0 0.28571429rem 0.28571429rem !important;
|
1367
1270
|
}
|
1368
1271
|
|
1369
1272
|
/* Visible Hover Upward */
|
1370
1273
|
.ui.upward.active.selection.dropdown:hover {
|
1371
|
-
|
1372
|
-
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
|
1274
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
|
1373
1275
|
}
|
1374
1276
|
.ui.upward.active.selection.dropdown:hover .menu {
|
1375
|
-
|
1376
|
-
box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
|
1277
|
+
box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
|
1377
1278
|
}
|
1378
1279
|
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1280
|
+
/* --------------
|
1281
|
+
Scrolling
|
1282
|
+
--------------- */
|
1383
1283
|
|
1384
|
-
/*
|
1284
|
+
/* Selection Menu */
|
1385
1285
|
.ui.scrolling.dropdown .menu,
|
1386
1286
|
.ui.dropdown .scrolling.menu {
|
1387
1287
|
overflow-x: hidden;
|
1388
1288
|
overflow-y: auto;
|
1389
|
-
|
1390
|
-
|
1391
|
-
overflow-x: hidden;
|
1392
|
-
overflow-y: auto;
|
1289
|
+
-ms-scroll-chaining: none;
|
1290
|
+
overscroll-behavior: none;
|
1393
1291
|
-webkit-backface-visibility: hidden;
|
1394
1292
|
backface-visibility: hidden;
|
1395
|
-
-webkit-overflow-scrolling: touch;
|
1396
1293
|
min-width: 100% !important;
|
1397
1294
|
width: auto !important;
|
1398
1295
|
}
|
1399
1296
|
.ui.dropdown .scrolling.menu {
|
1400
1297
|
position: static;
|
1401
|
-
overflow-y: auto;
|
1402
1298
|
border: none;
|
1403
|
-
|
1404
|
-
|
1405
|
-
border-radius: 0 !important;
|
1299
|
+
box-shadow: none !important;
|
1300
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem !important;
|
1406
1301
|
margin: 0 !important;
|
1407
|
-
min-width: 100% !important;
|
1408
|
-
width: auto !important;
|
1409
1302
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
1410
1303
|
}
|
1411
1304
|
.ui.scrolling.dropdown .menu .item.item.item,
|
@@ -1453,10 +1346,9 @@ select.ui.dropdown {
|
|
1453
1346
|
}
|
1454
1347
|
}
|
1455
1348
|
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1349
|
+
/* --------------------
|
1350
|
+
Labeled
|
1351
|
+
--------------------- */
|
1460
1352
|
|
1461
1353
|
/* Regular Label on Left */
|
1462
1354
|
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + .dropdown {
|
@@ -1476,13 +1368,11 @@ select.ui.dropdown {
|
|
1476
1368
|
border-bottom-left-radius: 0;
|
1477
1369
|
}
|
1478
1370
|
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1371
|
+
/* --------------
|
1372
|
+
Columnar
|
1373
|
+
--------------- */
|
1483
1374
|
.ui.column.dropdown > .menu {
|
1484
|
-
|
1485
|
-
flex-wrap: wrap;
|
1375
|
+
flex-wrap: wrap;
|
1486
1376
|
}
|
1487
1377
|
.ui.dropdown[class*="two column"] > .menu > .item {
|
1488
1378
|
width: 50%;
|
@@ -1497,10 +1387,9 @@ select.ui.dropdown {
|
|
1497
1387
|
width: 20%;
|
1498
1388
|
}
|
1499
1389
|
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1390
|
+
/* --------------
|
1391
|
+
Simple
|
1392
|
+
--------------- */
|
1504
1393
|
|
1505
1394
|
/* Displays without javascript */
|
1506
1395
|
.ui.simple.dropdown .menu::before,
|
@@ -1518,7 +1407,6 @@ select.ui.dropdown {
|
|
1518
1407
|
opacity: 0;
|
1519
1408
|
width: 0;
|
1520
1409
|
height: 0;
|
1521
|
-
-webkit-transition: opacity 0.1s ease;
|
1522
1410
|
transition: opacity 0.1s ease;
|
1523
1411
|
margin-top: 0 !important;
|
1524
1412
|
}
|
@@ -1538,7 +1426,7 @@ select.ui.dropdown {
|
|
1538
1426
|
}
|
1539
1427
|
.ui.simple.active.dropdown > .menu,
|
1540
1428
|
.ui.simple.dropdown:hover > .menu {
|
1541
|
-
overflow:
|
1429
|
+
overflow: visible;
|
1542
1430
|
width: auto;
|
1543
1431
|
height: auto;
|
1544
1432
|
top: 100%;
|
@@ -1546,13 +1434,21 @@ select.ui.dropdown {
|
|
1546
1434
|
}
|
1547
1435
|
.ui.simple.dropdown > .menu > .item:active > .menu,
|
1548
1436
|
.ui.simple.dropdown .menu .item:hover > .menu {
|
1549
|
-
overflow:
|
1437
|
+
overflow: visible;
|
1550
1438
|
width: auto;
|
1551
1439
|
height: auto;
|
1552
1440
|
top: 0 !important;
|
1553
1441
|
left: 100%;
|
1554
1442
|
opacity: 1;
|
1555
1443
|
}
|
1444
|
+
.ui.simple.selection.active.dropdown > .menu,
|
1445
|
+
.ui.simple.selection.dropdown:hover > .menu,
|
1446
|
+
.ui.simple.selection.dropdown > .menu > .item:active > .menu,
|
1447
|
+
.ui.simple.selection.dropdown .menu .item:hover > .menu {
|
1448
|
+
overflow: auto;
|
1449
|
+
-ms-scroll-chaining: none;
|
1450
|
+
overscroll-behavior: none;
|
1451
|
+
}
|
1556
1452
|
.ui.simple.dropdown > .menu > .item:active > .left.menu,
|
1557
1453
|
.ui.simple.dropdown .menu .item:hover > .left.menu,
|
1558
1454
|
.right.menu .ui.simple.dropdown > .menu > .item:active > .menu:not(.right),
|
@@ -1577,12 +1473,13 @@ select.ui.dropdown {
|
|
1577
1473
|
.ui.simple.scrolling.dropdown:hover > .menu {
|
1578
1474
|
overflow-x: hidden;
|
1579
1475
|
overflow-y: auto;
|
1476
|
+
-ms-scroll-chaining: none;
|
1477
|
+
overscroll-behavior: none;
|
1580
1478
|
}
|
1581
1479
|
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1480
|
+
/* --------------
|
1481
|
+
Fluid
|
1482
|
+
--------------- */
|
1586
1483
|
.ui.fluid.dropdown {
|
1587
1484
|
display: block;
|
1588
1485
|
width: 100% !important;
|
@@ -1592,31 +1489,25 @@ select.ui.dropdown {
|
|
1592
1489
|
float: right;
|
1593
1490
|
}
|
1594
1491
|
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1492
|
+
/* --------------
|
1493
|
+
Floating
|
1494
|
+
--------------- */
|
1599
1495
|
.ui.floating.dropdown > .menu {
|
1600
1496
|
left: 0;
|
1601
1497
|
right: auto;
|
1602
|
-
|
1603
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
|
1604
|
-
border-radius: 0.28571429rem !important;
|
1605
|
-
}
|
1606
|
-
.ui.floating.dropdown > .menu {
|
1498
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
|
1607
1499
|
border-radius: 0.28571429rem !important;
|
1608
1500
|
}
|
1609
1501
|
.ui:not(.upward).floating.dropdown > .menu {
|
1610
1502
|
margin-top: 0.5em;
|
1611
1503
|
}
|
1612
|
-
.ui.upward.floating.dropdown > .menu {
|
1504
|
+
.ui.upward.floating.dropdown:not(.simple) > .menu {
|
1613
1505
|
margin-bottom: 0.5em;
|
1614
1506
|
}
|
1615
1507
|
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1508
|
+
/* --------------
|
1509
|
+
Pointing
|
1510
|
+
--------------- */
|
1620
1511
|
.ui.pointing.dropdown > .menu {
|
1621
1512
|
top: 100%;
|
1622
1513
|
margin-top: 0.78571429rem;
|
@@ -1626,15 +1517,13 @@ select.ui.dropdown {
|
|
1626
1517
|
display: block;
|
1627
1518
|
position: absolute;
|
1628
1519
|
pointer-events: none;
|
1629
|
-
content:
|
1520
|
+
content: "";
|
1630
1521
|
visibility: visible;
|
1631
|
-
|
1632
|
-
transform: rotate(45deg);
|
1522
|
+
transform: rotate(45deg);
|
1633
1523
|
width: 0.5em;
|
1634
1524
|
height: 0.5em;
|
1635
|
-
|
1636
|
-
|
1637
|
-
background: #FFFFFF;
|
1525
|
+
box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
|
1526
|
+
background: #fff;
|
1638
1527
|
z-index: 2;
|
1639
1528
|
}
|
1640
1529
|
.ui.pointing.dropdown > .menu:not(.hidden)::after {
|
@@ -1663,8 +1552,7 @@ select.ui.dropdown {
|
|
1663
1552
|
left: 1em;
|
1664
1553
|
right: auto;
|
1665
1554
|
margin: 0;
|
1666
|
-
|
1667
|
-
transform: rotate(45deg);
|
1555
|
+
transform: rotate(45deg);
|
1668
1556
|
}
|
1669
1557
|
|
1670
1558
|
/* Top Right Pointing */
|
@@ -1681,8 +1569,7 @@ select.ui.dropdown {
|
|
1681
1569
|
left: auto !important;
|
1682
1570
|
right: 1em !important;
|
1683
1571
|
margin: 0;
|
1684
|
-
|
1685
|
-
transform: rotate(45deg);
|
1572
|
+
transform: rotate(45deg);
|
1686
1573
|
}
|
1687
1574
|
|
1688
1575
|
/* Left Pointing */
|
@@ -1695,9 +1582,8 @@ select.ui.dropdown {
|
|
1695
1582
|
.ui.left.pointing.dropdown > .menu::after {
|
1696
1583
|
top: 1em;
|
1697
1584
|
left: -0.25em;
|
1698
|
-
margin: 0
|
1699
|
-
|
1700
|
-
transform: rotate(-45deg);
|
1585
|
+
margin: 0;
|
1586
|
+
transform: rotate(-45deg);
|
1701
1587
|
}
|
1702
1588
|
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
|
1703
1589
|
left: auto !important;
|
@@ -1708,9 +1594,8 @@ select.ui.dropdown {
|
|
1708
1594
|
top: 1em;
|
1709
1595
|
left: auto;
|
1710
1596
|
right: -0.25em;
|
1711
|
-
margin: 0
|
1712
|
-
|
1713
|
-
transform: rotate(135deg);
|
1597
|
+
margin: 0;
|
1598
|
+
transform: rotate(135deg);
|
1714
1599
|
}
|
1715
1600
|
|
1716
1601
|
/* Right Pointing */
|
@@ -1724,9 +1609,8 @@ select.ui.dropdown {
|
|
1724
1609
|
top: 1em;
|
1725
1610
|
left: auto;
|
1726
1611
|
right: -0.25em;
|
1727
|
-
margin: 0
|
1728
|
-
|
1729
|
-
transform: rotate(135deg);
|
1612
|
+
margin: 0;
|
1613
|
+
transform: rotate(135deg);
|
1730
1614
|
}
|
1731
1615
|
|
1732
1616
|
/* Bottom Pointing */
|
@@ -1742,8 +1626,7 @@ select.ui.dropdown {
|
|
1742
1626
|
bottom: -0.25em;
|
1743
1627
|
right: auto;
|
1744
1628
|
margin: 0;
|
1745
|
-
|
1746
|
-
transform: rotate(-135deg);
|
1629
|
+
transform: rotate(-135deg);
|
1747
1630
|
}
|
1748
1631
|
|
1749
1632
|
/* Reverse Sub-Menu Direction */
|
@@ -1784,8 +1667,7 @@ select.ui.dropdown {
|
|
1784
1667
|
.ui.top.pointing.upward.dropdown .menu::after {
|
1785
1668
|
top: 100% !important;
|
1786
1669
|
bottom: auto !important;
|
1787
|
-
|
1788
|
-
box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
|
1670
|
+
box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
|
1789
1671
|
margin: -0.25em 0 0;
|
1790
1672
|
}
|
1791
1673
|
|
@@ -1799,8 +1681,7 @@ select.ui.dropdown {
|
|
1799
1681
|
top: auto !important;
|
1800
1682
|
bottom: 0 !important;
|
1801
1683
|
margin: 0 0 1em 0;
|
1802
|
-
|
1803
|
-
box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
|
1684
|
+
box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
|
1804
1685
|
}
|
1805
1686
|
|
1806
1687
|
/* Left Pointing Upward */
|
@@ -1813,14 +1694,12 @@ select.ui.dropdown {
|
|
1813
1694
|
top: auto !important;
|
1814
1695
|
bottom: 0 !important;
|
1815
1696
|
margin: 0 0 1em 0;
|
1816
|
-
|
1817
|
-
box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
|
1697
|
+
box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
|
1818
1698
|
}
|
1819
1699
|
|
1820
|
-
|
1700
|
+
/* --------------------
|
1821
1701
|
Sizes
|
1822
|
-
|
1823
|
-
|
1702
|
+
--------------------- */
|
1824
1703
|
.ui.dropdown,
|
1825
1704
|
.ui.dropdown .menu > .item {
|
1826
1705
|
font-size: 1rem;
|
@@ -1854,17 +1733,15 @@ select.ui.dropdown {
|
|
1854
1733
|
font-size: 1.71428571rem;
|
1855
1734
|
}
|
1856
1735
|
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1736
|
+
/* --------------
|
1737
|
+
Inverted
|
1738
|
+
--------------- */
|
1861
1739
|
|
1862
1740
|
/* General rules and basic dropdowns */
|
1863
1741
|
.ui.dropdown .inverted.menu,
|
1864
1742
|
.ui.inverted.dropdown .menu {
|
1865
|
-
background: #
|
1866
|
-
|
1867
|
-
box-shadow: none;
|
1743
|
+
background: #1b1c1d;
|
1744
|
+
box-shadow: none;
|
1868
1745
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
1869
1746
|
}
|
1870
1747
|
.ui.dropdown .inverted.menu > .item,
|
@@ -1875,8 +1752,7 @@ select.ui.dropdown {
|
|
1875
1752
|
.ui.inverted.dropdown .menu .active.item {
|
1876
1753
|
background: transparent;
|
1877
1754
|
color: rgba(255, 255, 255, 0.8);
|
1878
|
-
|
1879
|
-
box-shadow: none;
|
1755
|
+
box-shadow: none;
|
1880
1756
|
}
|
1881
1757
|
.ui.dropdown .inverted.menu > .item:hover,
|
1882
1758
|
.ui.inverted.dropdown .menu > .item:hover {
|
@@ -1891,7 +1767,7 @@ select.ui.dropdown {
|
|
1891
1767
|
}
|
1892
1768
|
.ui.dropdown .inverted.menu > .header,
|
1893
1769
|
.ui.inverted.dropdown .menu > .header {
|
1894
|
-
color: #
|
1770
|
+
color: #fff;
|
1895
1771
|
}
|
1896
1772
|
.ui.inverted.dropdown > .text > .description,
|
1897
1773
|
.ui.dropdown .inverted.menu > .item > .description,
|
@@ -1911,16 +1787,15 @@ select.ui.dropdown {
|
|
1911
1787
|
/* Selection */
|
1912
1788
|
.ui.inverted.selection.dropdown {
|
1913
1789
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
1914
|
-
background: #
|
1790
|
+
background: #1b1c1d;
|
1915
1791
|
color: rgba(255, 255, 255, 0.8);
|
1916
1792
|
}
|
1917
1793
|
.ui.inverted.selection.dropdown:hover {
|
1918
1794
|
border-color: rgba(255, 255, 255, 0.25);
|
1919
|
-
|
1920
|
-
box-shadow: none;
|
1795
|
+
box-shadow: none;
|
1921
1796
|
}
|
1922
1797
|
.ui.inverted.selection.dropdown input {
|
1923
|
-
color: #
|
1798
|
+
color: #fff;
|
1924
1799
|
}
|
1925
1800
|
.ui.inverted.selection.visible.dropdown > .text:not(.default) {
|
1926
1801
|
color: rgba(255, 255, 255, 0.9);
|
@@ -1967,8 +1842,7 @@ select.ui.dropdown {
|
|
1967
1842
|
background-color: rgba(255, 255, 255, 0.7);
|
1968
1843
|
background-image: none;
|
1969
1844
|
color: #000000;
|
1970
|
-
|
1971
|
-
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
|
1845
|
+
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
|
1972
1846
|
}
|
1973
1847
|
.ui.inverted.multiple.dropdown > .label:hover {
|
1974
1848
|
background-color: rgba(255, 255, 255, 0.9);
|
@@ -1991,15 +1865,6 @@ select.ui.dropdown {
|
|
1991
1865
|
background-color: rgba(255, 255, 255, 0.25);
|
1992
1866
|
color: rgba(255, 255, 255, 0.8);
|
1993
1867
|
}
|
1994
|
-
.ui.inverted.dropdown textarea::-moz-selection,
|
1995
|
-
.ui.inverted.dropdown input::-moz-selection {
|
1996
|
-
background-color: rgba(255, 255, 255, 0.25);
|
1997
|
-
color: rgba(255, 255, 255, 0.8);
|
1998
|
-
}
|
1999
|
-
.ui.inverted.dropdown textarea::-moz-selection, .ui.inverted.dropdown input::-moz-selection {
|
2000
|
-
background-color: rgba(255, 255, 255, 0.25);
|
2001
|
-
color: rgba(255, 255, 255, 0.8);
|
2002
|
-
}
|
2003
1868
|
.ui.inverted.dropdown textarea::selection,
|
2004
1869
|
.ui.inverted.dropdown input::selection {
|
2005
1870
|
background-color: rgba(255, 255, 255, 0.25);
|
@@ -2032,14 +1897,13 @@ select.ui.dropdown {
|
|
2032
1897
|
scrollbar-track-color: #323232;
|
2033
1898
|
scrollbar-arrow-color: #323232;
|
2034
1899
|
|
2035
|
-
/* firefox
|
1900
|
+
/* firefox: first color thumb, second track */
|
2036
1901
|
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
2037
1902
|
}
|
2038
1903
|
.ui.pointing.dropdown > .inverted.menu::after,
|
2039
1904
|
.ui.inverted.pointing.dropdown > .menu::after {
|
2040
|
-
background: #
|
2041
|
-
|
2042
|
-
box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
|
1905
|
+
background: #1b1c1d;
|
1906
|
+
box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
|
2043
1907
|
}
|
2044
1908
|
|
2045
1909
|
|
@@ -2050,13 +1914,13 @@ select.ui.dropdown {
|
|
2050
1914
|
|
2051
1915
|
/* Dropdown Carets */
|
2052
1916
|
@font-face {
|
2053
|
-
font-family:
|
2054
|
-
src: url(data:application/font-woff;base64,d09GRk9UVE8AAASEAAsAAAAABwQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAC5AAAAU8AAAHrSr22AUZGVE0AAARQAAAAHAAAAByNrZ/TR0RFRgAABDQAAAAcAAAAIAAnABhPUy8yAAABYAAAAEIAAABgTadXCGNtYXAAAAKEAAAAVAAAAWQFcOKQaGVhZAAAAQgAAAAyAAAANg+j805oaGVhAAABPAAAABsAAAAkAwcBDWhtdHgAAARsAAAAFgAAAB4EAQASbWF4cAAAAVgAAAAGAAAABgAIUABuYW1lAAABpAAAAN8AAAG2rSbAM3Bvc3QAAALYAAAADAAAACAAAwAAeJxjYGRgYADiKjtG3nh+m68M3EwMIHCBwT0CRN9PyHYCUp6Mqox5QJqDASwNAMNOBrgAAHicY2BkYGB88P8BkFRlYACTjAyogB0AWWsDFgAAAFAAAAgAAHicY2Bm+Mg4gYGVgYHRhzGNgYHBHUp/ZZBkaGFABYwCSJyANNcUBgcGhg+3GB/8fwCUfMCgAFIDV6AAhIwAUbEMSQAAeJx1zTEKwkAUBNBJjIoKIggW2mwvBEVvIAgiNhY2VjEuQUh2YY2FeACPYOltvIH3cZJ8ywQS3p/d+QEwwAce/o8v9tDGUOzTU3GDXokD+ihuooeHuMX8Je5ijC9bXtCRP1T20Kcq+/RE3KAX4oDeipsYIRa3mD/FXSzxLtZeeGyR8bUwHGObWUvsoZHghhQRHEed3NLI1d+vyw/c43DleZErzBFixli768UaNQ9n9d11OedsJdxiyk0RZ40zsxPu/G7K7k66IUvW5CrRRrso12d1uqtNbHfcF+IHrnU+mwB4nGNgYGBmgGAZBkYGEIgD8hjBfBYGJyDNxcDBwASEjAwKH279//v/P1iVwofrYDbj/8dgPkQvGwMPkGRhYAWy2MHCbEDMxIAXMOOXHvIAAINhDt14nGNgZsALAAB9AAR4nE2Pv0rEQBCHZ3J7d4vGqEcOFaKC/zolZ6OWwmElNj6ClYWmyivcblyzE+RaK8EHsPMxBBtrwUdwA1fobpI7ZWBYfux8fD8ExgAR+fVVcpMkt4AeIAzLLSi3sdzxyt1WucqU31I+25iDtcvej1Kzh99V7+a19NoRPC1GAEsRvCxHwCP87MG8I7WgDRwWoAcrEMGmnT3YT+N0kB7G6Vk8PHLr2K0Tt04HB3FjMhUCQIESM7xDhfeYA3dcz5IZdOAcHuAD14MgeAu+zTNTRV5oTUR5obgZdwpVZFqQzEfKTiaE4JNwEralHGUuErnQNjE2oYxUwS0ldBTSxI3L7cOyKo60ib0lezSl1Rw+GXdq1pQiH03SdzKka4ymosLQTMcedSuIlEJUMqNcUi0jdIP5Ysb++leqLtSI/NWSTS0xq0WyYajQXPSVP/cLitO4NgB4nGNgZGBg4AFiAQYJBiYgzQLEIJoRggEFbQBAAAAAAQAAAADeTO04AAAAANAAR1gAAAAA32BrQnicY2BAAEYQVoVghu0MQgwMAAc/ARcAAA==) format(
|
1917
|
+
font-family: Dropdown;
|
1918
|
+
src: url("data:application/font-woff;base64,d09GRk9UVE8AAASEAAsAAAAABwQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAC5AAAAU8AAAHrSr22AUZGVE0AAARQAAAAHAAAAByNrZ/TR0RFRgAABDQAAAAcAAAAIAAnABhPUy8yAAABYAAAAEIAAABgTadXCGNtYXAAAAKEAAAAVAAAAWQFcOKQaGVhZAAAAQgAAAAyAAAANg+j805oaGVhAAABPAAAABsAAAAkAwcBDWhtdHgAAARsAAAAFgAAAB4EAQASbWF4cAAAAVgAAAAGAAAABgAIUABuYW1lAAABpAAAAN8AAAG2rSbAM3Bvc3QAAALYAAAADAAAACAAAwAAeJxjYGRgYADiKjtG3nh+m68M3EwMIHCBwT0CRN9PyHYCUp6Mqox5QJqDASwNAMNOBrgAAHicY2BkYGB88P8BkFRlYACTjAyogB0AWWsDFgAAAFAAAAgAAHicY2Bm+Mg4gYGVgYHRhzGNgYHBHUp/ZZBkaGFABYwCSJyANNcUBgcGhg+3GB/8fwCUfMCgAFIDV6AAhIwAUbEMSQAAeJx1zTEKwkAUBNBJjIoKIggW2mwvBEVvIAgiNhY2VjEuQUh2YY2FeACPYOltvIH3cZJ8ywQS3p/d+QEwwAce/o8v9tDGUOzTU3GDXokD+ihuooeHuMX8Je5ijC9bXtCRP1T20Kcq+/RE3KAX4oDeipsYIRa3mD/FXSzxLtZeeGyR8bUwHGObWUvsoZHghhQRHEed3NLI1d+vyw/c43DleZErzBFixli768UaNQ9n9d11OedsJdxiyk0RZ40zsxPu/G7K7k66IUvW5CrRRrso12d1uqtNbHfcF+IHrnU+mwB4nGNgYGBmgGAZBkYGEIgD8hjBfBYGJyDNxcDBwASEjAwKH279//v/P1iVwofrYDbj/8dgPkQvGwMPkGRhYAWy2MHCbEDMxIAXMOOXHvIAAINhDt14nGNgZsALAAB9AAR4nE2Pv0rEQBCHZ3J7d4vGqEcOFaKC/zolZ6OWwmElNj6ClYWmyivcblyzE+RaK8EHsPMxBBtrwUdwA1fobpI7ZWBYfux8fD8ExgAR+fVVcpMkt4AeIAzLLSi3sdzxyt1WucqU31I+25iDtcvej1Kzh99V7+a19NoRPC1GAEsRvCxHwCP87MG8I7WgDRwWoAcrEMGmnT3YT+N0kB7G6Vk8PHLr2K0Tt04HB3FjMhUCQIESM7xDhfeYA3dcz5IZdOAcHuAD14MgeAu+zTNTRV5oTUR5obgZdwpVZFqQzEfKTiaE4JNwEralHGUuErnQNjE2oYxUwS0ldBTSxI3L7cOyKo60ib0lezSl1Rw+GXdq1pQiH03SdzKka4ymosLQTMcedSuIlEJUMqNcUi0jdIP5Ysb++leqLtSI/NWSTS0xq0WyYajQXPSVP/cLitO4NgB4nGNgZGBg4AFiAQYJBiYgzQLEIJoRggEFbQBAAAAAAQAAAADeTO04AAAAANAAR1gAAAAA32BrQnicY2BAAEYQVoVghu0MQgwMAAc/ARcAAA==") format("woff");
|
2055
1919
|
font-weight: normal;
|
2056
1920
|
font-style: normal;
|
2057
1921
|
}
|
2058
1922
|
.ui.dropdown > .dropdown.icon {
|
2059
|
-
font-family:
|
1923
|
+
font-family: Dropdown;
|
2060
1924
|
line-height: 1;
|
2061
1925
|
height: 1em;
|
2062
1926
|
width: 1.23em;
|
@@ -2070,21 +1934,23 @@ select.ui.dropdown {
|
|
2070
1934
|
width: auto;
|
2071
1935
|
}
|
2072
1936
|
.ui.dropdown > .dropdown.icon::before {
|
2073
|
-
content:
|
1937
|
+
content: "\f0d7";
|
2074
1938
|
}
|
2075
1939
|
|
2076
1940
|
/* Sub Menu */
|
2077
1941
|
.ui.dropdown .menu .item .dropdown.icon::before {
|
2078
|
-
content:
|
1942
|
+
content: "\f0da"
|
1943
|
+
/* rtl: "\f0d9" */;
|
2079
1944
|
}
|
2080
1945
|
.ui.dropdown .item .left.dropdown.icon::before,
|
2081
1946
|
.ui.dropdown .left.menu .item .dropdown.icon::before {
|
2082
|
-
content: "\f0d9" /*rtl:"\f0da"*/;
|
1947
|
+
content: "\f0d9" /*rtl: "\f0da" */;
|
2083
1948
|
}
|
2084
1949
|
|
2085
1950
|
/* Vertical Menu Dropdown */
|
2086
1951
|
.ui.vertical.menu .dropdown.item > .dropdown.icon::before {
|
2087
|
-
content: "\f0da"
|
1952
|
+
content: "\f0da"
|
1953
|
+
/* rtl: "\f0d9" */;
|
2088
1954
|
}
|
2089
1955
|
/* Icons for Reference
|
2090
1956
|
.dropdown.down.icon {
|