fomantic-ui 2.9.0-beta.32 → 2.9.0-beta.321
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +274 -4
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CONTRIBUTORS.md +86 -37
- package/FAQ.md +38 -38
- package/README.md +8 -8
- package/dist/components/accordion.css +176 -36
- package/dist/components/accordion.js +10 -4
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +4 -4
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +92 -33
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +204 -157
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +93 -74
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +754 -117
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -91
- package/dist/components/checkbox.js +21 -14
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +12 -12
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +33 -18
- package/dist/components/dimmer.js +19 -10
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +100 -50
- package/dist/components/dropdown.js +212 -187
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +5 -5
- package/dist/components/embed.js +14 -10
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10799 -8841
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +29 -29
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1021 -915
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +592 -0
- package/dist/components/flyout.js +1529 -0
- package/dist/components/flyout.min.css +9 -0
- package/dist/components/flyout.min.js +11 -0
- package/dist/components/form.css +160 -83
- package/dist/components/form.js +46 -42
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +25 -21
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2063 -1984
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +759 -22
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +17 -17
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +108 -76
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +43 -43
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +37 -6
- package/dist/components/modal.js +187 -84
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +3 -3
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +33 -33
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +100 -104
- package/dist/components/popup.js +17 -23
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +6 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- 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 +8 -4
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +5 -4
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +6 -6
- package/dist/components/search.js +48 -21
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +118 -34
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +4 -4
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +23 -9
- package/dist/components/sidebar.js +141 -44
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +139 -42
- package/dist/components/site.js +2 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +17 -17
- package/dist/components/slider.js +79 -64
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +3 -3
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +31 -31
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +11 -18
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +5 -5
- package/dist/components/tab.js +25 -7
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1684 -272
- 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 +43 -1
- package/dist/components/toast.js +68 -34
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +27 -22
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +5 -5
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +42008 -34578
- package/dist/semantic.js +2719 -763
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/table.html +1 -1
- package/package.json +18 -16
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +91 -32
- package/src/definitions/behaviors/form.js +45 -41
- package/src/definitions/behaviors/state.js +2 -2
- package/src/definitions/behaviors/visibility.js +4 -4
- package/src/definitions/collections/form.less +229 -166
- package/src/definitions/collections/grid.less +723 -687
- package/src/definitions/collections/menu.less +232 -170
- package/src/definitions/collections/message.less +49 -47
- package/src/definitions/collections/table.less +882 -272
- package/src/definitions/elements/button.less +611 -469
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +39 -10
- package/src/definitions/elements/flag.less +54 -18
- package/src/definitions/elements/header.less +46 -37
- package/src/definitions/elements/icon.less +39 -32
- package/src/definitions/elements/input.less +281 -33
- package/src/definitions/elements/label.less +132 -128
- package/src/definitions/elements/list.less +84 -75
- package/src/definitions/elements/loader.less +99 -98
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +177 -56
- package/src/definitions/elements/step.less +76 -72
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/globals/site.less +25 -2
- package/src/definitions/modules/accordion.js +9 -3
- package/src/definitions/modules/accordion.less +371 -219
- package/src/definitions/modules/calendar.js +92 -73
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +20 -13
- package/src/definitions/modules/checkbox.less +83 -227
- package/src/definitions/modules/dimmer.js +18 -9
- package/src/definitions/modules/dimmer.less +26 -12
- package/src/definitions/modules/dropdown.js +211 -186
- package/src/definitions/modules/dropdown.less +201 -136
- package/src/definitions/modules/embed.js +13 -9
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/flyout.js +1529 -0
- package/src/definitions/modules/flyout.less +650 -0
- package/src/definitions/modules/modal.js +186 -83
- package/src/definitions/modules/modal.less +70 -33
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +16 -22
- package/src/definitions/modules/popup.less +86 -90
- package/src/definitions/modules/progress.js +5 -2
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.js +7 -3
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +47 -20
- package/src/definitions/modules/search.less +35 -19
- package/src/definitions/modules/shape.js +3 -3
- package/src/definitions/modules/sidebar.js +140 -43
- package/src/definitions/modules/sidebar.less +53 -24
- package/src/definitions/modules/slider.js +78 -63
- package/src/definitions/modules/slider.less +48 -47
- package/src/definitions/modules/sticky.js +10 -17
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +24 -6
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +67 -33
- package/src/definitions/modules/toast.less +52 -16
- package/src/definitions/modules/transition.js +26 -21
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +522 -375
- package/src/definitions/views/comment.less +93 -82
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +251 -198
- package/src/definitions/views/statistic.less +91 -89
- package/src/semantic.less +1 -0
- package/src/theme.config.example +1 -0
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3563 -1
- package/src/themes/default/elements/flag.overrides +0 -991
- package/src/themes/default/elements/flag.variables +1603 -5
- package/src/themes/default/elements/icon.overrides +1975 -1949
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +3 -3
- package/src/themes/default/globals/site.variables +109 -8
- package/src/themes/default/globals/variation.variables +161 -6
- package/src/themes/default/modules/accordion.overrides +6 -5
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +9 -9
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.overrides +5 -5
- package/src/themes/default/modules/dropdown.variables +7 -10
- package/src/themes/default/modules/flyout.overrides +3 -0
- package/src/themes/default/modules/flyout.variables +100 -0
- package/src/themes/default/modules/modal.variables +16 -2
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/sidebar.variables +4 -1
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +20 -0
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +6 -6
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3562 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3558 -6
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +9 -4
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/release.js +1 -0
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/defaults.js +1 -0
- package/tasks/config/project/install.js +16 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +3 -3
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
@@ -22,16 +22,17 @@
|
|
22
22
|
/*******************************
|
23
23
|
Icon
|
24
24
|
*******************************/
|
25
|
-
|
26
|
-
@font-face {
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
25
|
+
& when (@importIcons) {
|
26
|
+
@font-face {
|
27
|
+
font-family: 'Icons';
|
28
|
+
src: @fallbackSRC;
|
29
|
+
src: @src;
|
30
|
+
font-style: normal;
|
31
|
+
font-weight: @normal;
|
32
|
+
font-variant: normal;
|
33
|
+
text-decoration: inherit;
|
34
|
+
text-transform: none;
|
35
|
+
}
|
35
36
|
}
|
36
37
|
|
37
38
|
i.icon {
|
@@ -55,7 +56,7 @@ i.icon {
|
|
55
56
|
backface-visibility: hidden;
|
56
57
|
}
|
57
58
|
|
58
|
-
i.icon
|
59
|
+
i.icon::before {
|
59
60
|
background: none !important;
|
60
61
|
}
|
61
62
|
|
@@ -104,6 +105,7 @@ i.emphasized.icon:not(.disabled), i.emphasized.icons:not(.disabled) {
|
|
104
105
|
Fitted
|
105
106
|
--------------------*/
|
106
107
|
|
108
|
+
i.fitted.icons,
|
107
109
|
i.fitted.icon {
|
108
110
|
width: auto;
|
109
111
|
margin: 0 !important;
|
@@ -319,30 +321,31 @@ i.emphasized.icon:not(.disabled), i.emphasized.icons:not(.disabled) {
|
|
319
321
|
/*-------------------
|
320
322
|
Colors
|
321
323
|
--------------------*/
|
322
|
-
|
323
|
-
each(@
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
}
|
331
|
-
& when (@variationIconInverted) {
|
332
|
-
i.inverted.@{color}.icon.icon.icon.icon.icon {
|
333
|
-
color: @l;
|
324
|
+
& when not (@variationIconColors = false) {
|
325
|
+
each(@variationIconColors, {
|
326
|
+
@color: @value;
|
327
|
+
@c: @colors[@@color][color];
|
328
|
+
@l: @colors[@@color][light];
|
329
|
+
|
330
|
+
i.@{color}.icon.icon.icon.icon.icon {
|
331
|
+
color: @c;
|
334
332
|
}
|
335
|
-
& when (@
|
336
|
-
i.inverted
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
color
|
333
|
+
& when (@variationIconInverted) {
|
334
|
+
i.inverted.@{color}.icon.icon.icon.icon.icon {
|
335
|
+
color: @l;
|
336
|
+
}
|
337
|
+
& when (@variationIconBordered) or (@variationIconCircular) {
|
338
|
+
i.inverted.bordered.@{color}.icon.icon.icon.icon.icon,
|
339
|
+
i.inverted.circular.@{color}.icon.icon.icon.icon.icon,
|
340
|
+
i.inverted.bordered.@{color}.icons,
|
341
|
+
i.inverted.circular.@{color}.icons {
|
342
|
+
background-color: @c;
|
343
|
+
color: @white;
|
344
|
+
}
|
342
345
|
}
|
343
346
|
}
|
344
|
-
}
|
345
|
-
}
|
347
|
+
})
|
348
|
+
}
|
346
349
|
|
347
350
|
|
348
351
|
/*-------------------
|
@@ -375,6 +378,10 @@ i.icons {
|
|
375
378
|
display: inline-block;
|
376
379
|
position: relative;
|
377
380
|
line-height: 1;
|
381
|
+
min-width: @width;
|
382
|
+
min-height: @height;
|
383
|
+
margin: 0 @distanceFromText 0 0;
|
384
|
+
text-align: center;
|
378
385
|
}
|
379
386
|
|
380
387
|
i.icons .icon {
|
@@ -44,7 +44,6 @@
|
|
44
44
|
line-height: @lineHeight;
|
45
45
|
|
46
46
|
font-family: @inputFont;
|
47
|
-
padding: @padding;
|
48
47
|
|
49
48
|
background: @background;
|
50
49
|
border: @border;
|
@@ -53,6 +52,15 @@
|
|
53
52
|
transition: @transition;
|
54
53
|
|
55
54
|
box-shadow: @boxShadow;
|
55
|
+
&:not([type="color"]) {
|
56
|
+
padding: @padding;
|
57
|
+
}
|
58
|
+
&::-webkit-calendar-picker-indicator {
|
59
|
+
padding: 0;
|
60
|
+
opacity: @iconOpacity;
|
61
|
+
transition: @iconTransition;
|
62
|
+
cursor: pointer;
|
63
|
+
}
|
56
64
|
}
|
57
65
|
|
58
66
|
|
@@ -69,7 +77,7 @@
|
|
69
77
|
color: @placeholderColor;
|
70
78
|
opacity: 1;
|
71
79
|
}
|
72
|
-
.ui.input > input:-ms-input-placeholder {
|
80
|
+
.ui.input > input:-ms-input-placeholder when (@supportIE){
|
73
81
|
color: @placeholderColor;
|
74
82
|
}
|
75
83
|
|
@@ -110,7 +118,7 @@
|
|
110
118
|
Loading
|
111
119
|
---------------------*/
|
112
120
|
|
113
|
-
.ui.loading.loading.input > i.icon
|
121
|
+
.ui.loading.loading.input > i.icon::before {
|
114
122
|
position: absolute;
|
115
123
|
content: '';
|
116
124
|
top: 50%;
|
@@ -123,7 +131,7 @@
|
|
123
131
|
border-radius: @circularRadius;
|
124
132
|
border: @loaderLineWidth solid @loaderFillColor;
|
125
133
|
}
|
126
|
-
.ui.loading.loading.input > i.icon
|
134
|
+
.ui.loading.loading.input > i.icon::after {
|
127
135
|
position: absolute;
|
128
136
|
content: '';
|
129
137
|
top: 50%;
|
@@ -162,18 +170,20 @@
|
|
162
170
|
.ui.input > input:focus::-moz-placeholder {
|
163
171
|
color: @placeholderFocusColor;
|
164
172
|
}
|
165
|
-
|
166
|
-
.ui.input > input
|
167
|
-
|
173
|
+
& when (@supportIE) {
|
174
|
+
.ui.input.focus > input:-ms-input-placeholder,
|
175
|
+
.ui.input > input:focus:-ms-input-placeholder {
|
176
|
+
color: @placeholderFocusColor;
|
177
|
+
}
|
168
178
|
}
|
169
179
|
|
170
180
|
|
171
|
-
& when (@variationInputStates) {
|
181
|
+
& when not (@variationInputStates = false) {
|
172
182
|
/*--------------------
|
173
183
|
States
|
174
184
|
---------------------*/
|
175
|
-
each(@
|
176
|
-
@state:
|
185
|
+
each(@variationInputStates, {
|
186
|
+
@state: @value;
|
177
187
|
|
178
188
|
.ui.input.@{state} > input {
|
179
189
|
background-color: @formStates[@@state][background];
|
@@ -181,6 +191,20 @@
|
|
181
191
|
color: @formStates[@@state][color];
|
182
192
|
box-shadow: @formStates[@@state][boxShadow];
|
183
193
|
}
|
194
|
+
& when (@state=error) {
|
195
|
+
.ui.input > input:not(:placeholder-shown):invalid {
|
196
|
+
background-color: @formStates[@@state][background];
|
197
|
+
border-color: @formStates[@@state][borderColor];
|
198
|
+
color: @formStates[@@state][color];
|
199
|
+
box-shadow: @formStates[@@state][boxShadow];
|
200
|
+
}
|
201
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid when (@supportIE){
|
202
|
+
background-color: @formStates[@@state][background];
|
203
|
+
border-color: @formStates[@@state][borderColor];
|
204
|
+
color: @formStates[@@state][color];
|
205
|
+
box-shadow: @formStates[@@state][boxShadow];
|
206
|
+
}
|
207
|
+
}
|
184
208
|
|
185
209
|
/* Placeholder */
|
186
210
|
.ui.input.@{state} > input::-webkit-input-placeholder {
|
@@ -189,7 +213,7 @@
|
|
189
213
|
.ui.input.@{state} > input::-moz-placeholder {
|
190
214
|
color: @formStates[@@state][inputPlaceholderColor];
|
191
215
|
}
|
192
|
-
.ui.input.@{state} > input:-ms-input-placeholder {
|
216
|
+
.ui.input.@{state} > input:-ms-input-placeholder when (@supportIE) {
|
193
217
|
color: @formStates[@@state][inputPlaceholderColor] !important;
|
194
218
|
}
|
195
219
|
|
@@ -200,7 +224,7 @@
|
|
200
224
|
.ui.input.@{state} > input:focus::-moz-placeholder {
|
201
225
|
color: @formStates[@@state][inputPlaceholderFocusColor];
|
202
226
|
}
|
203
|
-
.ui.input.@{state} > input:focus:-ms-input-placeholder {
|
227
|
+
.ui.input.@{state} > input:focus:-ms-input-placeholder when (@supportIE){
|
204
228
|
color: @formStates[@@state][inputPlaceholderFocusColor] !important;
|
205
229
|
}
|
206
230
|
})
|
@@ -255,7 +279,7 @@
|
|
255
279
|
.ui.transparent.inverted.input > input::-moz-placeholder {
|
256
280
|
color: @transparentInvertedPlaceholderColor;
|
257
281
|
}
|
258
|
-
.ui.transparent.inverted.input > input:-ms-input-placeholder {
|
282
|
+
.ui.transparent.inverted.input > input:-ms-input-placeholder when (@supportIE) {
|
259
283
|
color: @transparentInvertedPlaceholderColor;
|
260
284
|
}
|
261
285
|
}
|
@@ -284,13 +308,13 @@
|
|
284
308
|
.ui.icon.input > i.icon:not(.link) {
|
285
309
|
pointer-events: none;
|
286
310
|
}
|
287
|
-
.ui.ui.ui.ui.icon.input > textarea,
|
288
|
-
.ui.ui.ui.ui.icon.input > input {
|
311
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > textarea,
|
312
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > input {
|
289
313
|
padding-right: @iconMargin;
|
290
314
|
}
|
291
315
|
|
292
|
-
.ui.icon.input > i.icon
|
293
|
-
.ui.icon.input > i.icon
|
316
|
+
.ui.icon.input > i.icon::before,
|
317
|
+
.ui.icon.input > i.icon::after {
|
294
318
|
left: 0;
|
295
319
|
position: absolute;
|
296
320
|
text-align: center;
|
@@ -316,16 +340,20 @@
|
|
316
340
|
right: auto;
|
317
341
|
left: @circularIconHorizontalOffset;
|
318
342
|
}
|
319
|
-
.ui.ui.ui.ui[class*="left icon"].input > textarea,
|
320
|
-
.ui.ui.ui.ui[class*="left icon"].input > input {
|
343
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
|
344
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
|
321
345
|
padding-left: @iconMargin;
|
346
|
+
}
|
347
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
|
348
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
|
322
349
|
padding-right: @horizontalPadding;
|
323
350
|
}
|
324
351
|
|
325
352
|
/* Focus */
|
353
|
+
.ui.input > input:focus::-webkit-calendar-picker-indicator,
|
326
354
|
.ui.icon.input > textarea:focus ~ i.icon,
|
327
355
|
.ui.icon.input > input:focus ~ i.icon {
|
328
|
-
opacity:
|
356
|
+
opacity: @iconFocusOpacity;
|
329
357
|
}
|
330
358
|
}
|
331
359
|
|
@@ -385,31 +413,94 @@
|
|
385
413
|
}
|
386
414
|
|
387
415
|
/* Spacing with corner label */
|
388
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
389
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
390
|
-
|
416
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
|
417
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
|
418
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
|
419
|
+
padding-right: @labeledMargin;
|
391
420
|
}
|
421
|
+
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
|
392
422
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
|
393
423
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
|
394
|
-
padding-right: @labeledIconInputMargin
|
424
|
+
padding-right: @labeledIconInputMargin;
|
395
425
|
}
|
396
426
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
|
397
427
|
margin-right: @labeledIconMargin;
|
398
428
|
}
|
399
429
|
|
400
430
|
/* Left Labeled */
|
401
|
-
.ui[class*="left
|
402
|
-
.ui[class*="left corner labeled"].
|
403
|
-
|
431
|
+
.ui[class*="left icon"].input > .ui.dropdown,
|
432
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
433
|
+
.ui[class*="left corner labeled"].input > textarea,
|
434
|
+
.ui[class*="left corner labeled"].input > input {
|
435
|
+
padding-left: @labeledMargin;
|
404
436
|
}
|
405
437
|
& when (@variationInputIcon) {
|
406
|
-
.ui[class*="left corner labeled"]
|
407
|
-
.ui[class*="left corner labeled"]
|
408
|
-
|
438
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
|
439
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
|
440
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
441
|
+
padding-right: @labeledIconInputMargin;
|
442
|
+
}
|
443
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
444
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
445
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
446
|
+
padding-left: @labeledAndIconMargin;
|
409
447
|
}
|
410
448
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
411
449
|
margin-left: @labeledIconMargin;
|
412
450
|
}
|
451
|
+
.ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
|
452
|
+
padding-right: @labeledMargin;
|
453
|
+
}
|
454
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
|
455
|
+
padding-right: @labeledMargin * 2;
|
456
|
+
}
|
457
|
+
}
|
458
|
+
|
459
|
+
.ui[class*="left icon"].input > .ui.dropdown,
|
460
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown {
|
461
|
+
& > .search {
|
462
|
+
padding-left: @labeledMargin;
|
463
|
+
}
|
464
|
+
& > .menu {
|
465
|
+
padding-left: @labeledIconMargin;
|
466
|
+
& > .item {
|
467
|
+
padding-left: @labeledMargin;
|
468
|
+
margin-left: -@labeledIconMargin;
|
469
|
+
}
|
470
|
+
}
|
471
|
+
}
|
472
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown {
|
473
|
+
& > .search {
|
474
|
+
padding-left: @labeledAndIconMargin;
|
475
|
+
}
|
476
|
+
& > .menu > .item {
|
477
|
+
padding-left: @labeledAndIconMargin;
|
478
|
+
}
|
479
|
+
}
|
480
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown,
|
481
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown {
|
482
|
+
& > .search {
|
483
|
+
padding-right: @labeledMargin + @labeledIconInputMargin;
|
484
|
+
}
|
485
|
+
& > .remove.icon,
|
486
|
+
> .dropdown.icon {
|
487
|
+
padding-right: @labeledMargin;
|
488
|
+
}
|
489
|
+
}
|
490
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown {
|
491
|
+
& > .search {
|
492
|
+
padding-right: @labeledAndIconMargin + @labeledIconInputMargin;
|
493
|
+
}
|
494
|
+
& > .remove.icon,
|
495
|
+
> .dropdown.icon {
|
496
|
+
padding-right: @labeledAndIconMargin;
|
497
|
+
}
|
498
|
+
}
|
499
|
+
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
500
|
+
.ui.icon.input > .ui.active.dropdown ~ i.icon,
|
501
|
+
.ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
|
502
|
+
.ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
|
503
|
+
z-index: @labeledDropdownZIndex;
|
413
504
|
}
|
414
505
|
}
|
415
506
|
& when (@variationInputIcon) {
|
@@ -432,10 +523,10 @@
|
|
432
523
|
}
|
433
524
|
}
|
434
525
|
|
435
|
-
& when (@variationInputLabeled)
|
526
|
+
& when ((@variationInputLabeled) or (@variationInputAction)) and not (@variationInputStates = false) {
|
436
527
|
/* Labeled and action input states */
|
437
|
-
each(@
|
438
|
-
@state:
|
528
|
+
each(@variationInputStates, {
|
529
|
+
@state: @value;
|
439
530
|
@borderColor: @formStates[@@state][borderColor];
|
440
531
|
|
441
532
|
.ui.form .field.@{state} > .ui.action.input > .ui.button,
|
@@ -547,6 +638,163 @@
|
|
547
638
|
}
|
548
639
|
}
|
549
640
|
|
641
|
+
|
642
|
+
& when (@variationInputFile) {
|
643
|
+
/*--------------------
|
644
|
+
File
|
645
|
+
---------------------*/
|
646
|
+
|
647
|
+
/* width hack for chrome/edge */
|
648
|
+
.ui.file.input {
|
649
|
+
width: 100%;
|
650
|
+
& input[type="file"] {
|
651
|
+
width: 0;
|
652
|
+
}
|
653
|
+
}
|
654
|
+
|
655
|
+
.ui.form .field > input[type="file"],
|
656
|
+
.ui.file.input:not(.action) input[type="file"] {
|
657
|
+
padding: 0;
|
658
|
+
}
|
659
|
+
|
660
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
661
|
+
display: none;
|
662
|
+
}
|
663
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button,
|
664
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button {
|
665
|
+
border: none;
|
666
|
+
cursor: pointer;
|
667
|
+
padding: @padding;
|
668
|
+
margin-right: @fileButtonMargin;
|
669
|
+
background: @fileButtonBackground;
|
670
|
+
font-weight: @fileButtonFontWeight;
|
671
|
+
color: @fileButtonTextColor;
|
672
|
+
&:hover {
|
673
|
+
background: @fileButtonBackgroundHover;
|
674
|
+
color: @fileButtonTextColor;
|
675
|
+
}
|
676
|
+
}
|
677
|
+
& when (@supportIE) {
|
678
|
+
.ui.action.file.input input[type="file"]::-ms-browse {
|
679
|
+
display: none;
|
680
|
+
}
|
681
|
+
.ui.form .field input[type="file"]::-ms-browse,
|
682
|
+
.ui.file.input input[type="file"]::-ms-browse {
|
683
|
+
border: none;
|
684
|
+
cursor: pointer;
|
685
|
+
padding: @padding;
|
686
|
+
margin: 0;
|
687
|
+
background: @fileButtonBackground;
|
688
|
+
font-weight: @fileButtonFontWeight;
|
689
|
+
color: @fileButtonTextColor;
|
690
|
+
&:hover {
|
691
|
+
background: @fileButtonBackgroundHover;
|
692
|
+
color: @fileButtonTextColor;
|
693
|
+
}
|
694
|
+
}
|
695
|
+
/* IE needs additional styling for input field :S */
|
696
|
+
@media all and (-ms-high-contrast: none) {
|
697
|
+
.ui.file.input > input[type="file"],
|
698
|
+
input[type="file"].ui.file.input {
|
699
|
+
padding: 0 !important;
|
700
|
+
}
|
701
|
+
}
|
702
|
+
}
|
703
|
+
|
704
|
+
.ui.action.file.input input[type="file"]::file-selector-button {
|
705
|
+
display: none;
|
706
|
+
}
|
707
|
+
.ui.form .field input[type="file"]::file-selector-button,
|
708
|
+
.ui.file.input input[type="file"]::file-selector-button {
|
709
|
+
border: none;
|
710
|
+
cursor: pointer;
|
711
|
+
padding: @padding;
|
712
|
+
margin-right: @fileButtonMargin;
|
713
|
+
background: @fileButtonBackground;
|
714
|
+
font-weight: @fileButtonFontWeight;
|
715
|
+
color: @fileButtonTextColor;
|
716
|
+
&:hover {
|
717
|
+
background: @fileButtonBackgroundHover;
|
718
|
+
color: @fileButtonTextColor;
|
719
|
+
}
|
720
|
+
}
|
721
|
+
|
722
|
+
.ui.form .field input[type="file"]:required:invalid,
|
723
|
+
.ui.file.input input[type="file"]:required:invalid {
|
724
|
+
color: @negativeTextColor;
|
725
|
+
background: @negativeBackgroundColor ;
|
726
|
+
border-color: @negativeBorderColor;
|
727
|
+
}
|
728
|
+
|
729
|
+
input[type="file"].ui.invisible.file.input,
|
730
|
+
.ui.invisible.file.input input[type="file"] {
|
731
|
+
left: -99999px;
|
732
|
+
position: absolute;
|
733
|
+
}
|
734
|
+
|
735
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary),
|
736
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary) {
|
737
|
+
background: @fileButtonBackgroundHover;
|
738
|
+
color: @hoveredTextColor;
|
739
|
+
&.inverted {
|
740
|
+
background: @fileButtonInvertedBackgroundHover;
|
741
|
+
}
|
742
|
+
}
|
743
|
+
|
744
|
+
/* this is related to existing buttons, so the button color variable is used here! */
|
745
|
+
& when not (@variationButtonColors = false) {
|
746
|
+
each(@variationButtonColors, {
|
747
|
+
@color: @value;
|
748
|
+
@h: @colors[@@color][hover];
|
749
|
+
@lh: @colors[@@color][lightHover];
|
750
|
+
|
751
|
+
input[type="file"].ui.file.input:focus + label.ui.@{color}.button:not(.basic):not(.tertiary),
|
752
|
+
.ui.file.input input[type="file"]:focus + label.ui.@{color}.button:not(.basic):not(.tertiary) {
|
753
|
+
background-color: @h;
|
754
|
+
color: @white;
|
755
|
+
&.inverted when (@variationButtonInverted) {
|
756
|
+
background-color: @lh;
|
757
|
+
}
|
758
|
+
}
|
759
|
+
})
|
760
|
+
}
|
761
|
+
|
762
|
+
& when not (@variationInputColors = false) {
|
763
|
+
each(@variationInputColors, {
|
764
|
+
@color: @value;
|
765
|
+
@c: @colors[@@color][color];
|
766
|
+
@h: @colors[@@color][hover];
|
767
|
+
|
768
|
+
input[type="file"].ui.@{color}.file.input::-webkit-file-upload-button,
|
769
|
+
.ui.@{color}.file.input input[type="file"]::-webkit-file-upload-button {
|
770
|
+
background: @c;
|
771
|
+
color: @white;
|
772
|
+
&:hover {
|
773
|
+
background: @h;
|
774
|
+
}
|
775
|
+
}
|
776
|
+
& when (@supportIE) {
|
777
|
+
input[type="file"].ui.@{color}.file.input::-ms-browse,
|
778
|
+
.ui.@{color}.file.input input[type="file"]::-ms-browse {
|
779
|
+
background: @c;
|
780
|
+
color: @white;
|
781
|
+
&:hover {
|
782
|
+
background: @h;
|
783
|
+
}
|
784
|
+
}
|
785
|
+
}
|
786
|
+
input[type="file"].ui.@{color}.file.input::file-selector-button,
|
787
|
+
.ui.@{color}.file.input input[type="file"]::file-selector-button {
|
788
|
+
background: @c;
|
789
|
+
color: @white;
|
790
|
+
&:hover {
|
791
|
+
background: @h;
|
792
|
+
}
|
793
|
+
}
|
794
|
+
})
|
795
|
+
}
|
796
|
+
}
|
797
|
+
|
550
798
|
/*--------------------
|
551
799
|
Size
|
552
800
|
---------------------*/
|