fomantic-ui 2.9.1-beta.20 → 2.9.1-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +2 -1
- package/.github/workflows/ci.yml +1 -1
- package/.stylelintrc.js +34 -21
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -6
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +36 -29
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +1 -1
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +1 -1
- package/dist/components/dropdown.js +2 -2
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +1 -1
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +1 -1
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +4 -4
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +2 -2
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +1 -1
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +30 -40
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +3 -3
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +79 -79
- package/dist/semantic.js +69 -67
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +2 -2
- package/package.json +3 -3
- 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/definitions/behaviors/api.js +0 -5
- package/src/definitions/behaviors/visibility.js +2 -2
- package/src/definitions/collections/breadcrumb.less +0 -1
- package/src/definitions/collections/form.less +0 -8
- package/src/definitions/collections/grid.less +0 -3
- package/src/definitions/collections/menu.less +2 -10
- package/src/definitions/collections/message.less +5 -5
- package/src/definitions/elements/button.less +0 -22
- package/src/definitions/elements/divider.less +0 -8
- package/src/definitions/elements/emoji.less +0 -1
- package/src/definitions/elements/icon.less +0 -8
- package/src/definitions/elements/image.less +0 -2
- package/src/definitions/elements/input.less +0 -10
- package/src/definitions/elements/label.less +0 -31
- package/src/definitions/elements/list.less +0 -4
- package/src/definitions/elements/loader.less +0 -3
- package/src/definitions/elements/reveal.less +0 -2
- package/src/definitions/elements/segment.less +0 -6
- package/src/definitions/elements/step.less +0 -3
- package/src/definitions/modules/calendar.js +35 -28
- package/src/definitions/modules/checkbox.less +0 -15
- package/src/definitions/modules/dimmer.less +0 -6
- package/src/definitions/modules/dropdown.js +1 -1
- package/src/definitions/modules/dropdown.less +1 -15
- package/src/definitions/modules/embed.less +0 -1
- package/src/definitions/modules/flyout.less +0 -4
- package/src/definitions/modules/modal.less +0 -6
- package/src/definitions/modules/nag.less +0 -9
- package/src/definitions/modules/popup.js +3 -3
- package/src/definitions/modules/popup.less +0 -12
- package/src/definitions/modules/progress.js +1 -1
- package/src/definitions/modules/progress.less +0 -3
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +0 -12
- package/src/definitions/modules/shape.less +0 -4
- package/src/definitions/modules/sidebar.less +0 -3
- package/src/definitions/modules/sticky.less +1 -0
- package/src/definitions/modules/tab.less +0 -5
- package/src/definitions/views/ad.less +0 -1
- package/src/definitions/views/card.less +1 -5
- package/src/definitions/views/item.less +0 -1
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +11 -11
- package/src/themes/amazon/globals/site.variables +2 -3
- 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 +2 -2
- package/src/themes/basic/elements/icon.overrides +12 -13
- package/src/themes/basic/elements/icon.variables +13 -13
- 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/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +3 -3
- package/src/themes/bookish/elements/header.overrides +3 -3
- package/src/themes/bookish/elements/header.variables +2 -2
- package/src/themes/bootstrap3/elements/button.variables +7 -8
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.variables +1 -1
- package/src/themes/chubby/elements/button.overrides +7 -9
- package/src/themes/chubby/elements/button.variables +2 -2
- package/src/themes/chubby/elements/header.variables +3 -3
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +3 -3
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +4 -4
- package/src/themes/classic/collections/table.variables +2 -2
- package/src/themes/classic/elements/button.variables +20 -21
- package/src/themes/classic/elements/header.variables +3 -3
- package/src/themes/classic/modules/progress.variables +1 -1
- package/src/themes/classic/views/card.overrides +14 -14
- package/src/themes/classic/views/card.variables +4 -4
- package/src/themes/colored/modules/checkbox.variables +1 -1
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +12 -12
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +14 -16
- package/src/themes/default/collections/menu.variables +19 -31
- package/src/themes/default/collections/message.variables +83 -84
- package/src/themes/default/collections/table.variables +16 -18
- package/src/themes/default/elements/button.variables +30 -31
- package/src/themes/default/elements/container.variables +4 -5
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +4 -5
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3555 -3555
- package/src/themes/default/elements/flag.variables +1594 -1594
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +16 -16
- package/src/themes/default/elements/icon.variables +2002 -2004
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +10 -10
- package/src/themes/default/elements/label.variables +19 -20
- package/src/themes/default/elements/list.variables +16 -16
- package/src/themes/default/elements/loader.variables +15 -16
- package/src/themes/default/elements/placeholder.variables +6 -7
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/segment.variables +18 -22
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +14 -16
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +22 -22
- package/src/themes/default/globals/reset.overrides +57 -57
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +861 -875
- package/src/themes/default/globals/variation.variables +0 -3
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +14 -15
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +6 -7
- package/src/themes/default/modules/checkbox.variables +17 -22
- package/src/themes/default/modules/dimmer.variables +7 -8
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +20 -21
- package/src/themes/default/modules/embed.variables +9 -10
- package/src/themes/default/modules/flyout.variables +6 -6
- package/src/themes/default/modules/modal.variables +18 -18
- package/src/themes/default/modules/nag.variables +10 -13
- package/src/themes/default/modules/popup.variables +12 -13
- package/src/themes/default/modules/progress.variables +10 -11
- package/src/themes/default/modules/rating.variables +10 -11
- package/src/themes/default/modules/search.variables +9 -11
- package/src/themes/default/modules/shape.variables +6 -6
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +48 -49
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +1 -1
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/views/card.variables +20 -22
- package/src/themes/default/views/comment.variables +6 -8
- package/src/themes/default/views/feed.variables +6 -6
- package/src/themes/default/views/item.variables +6 -9
- 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 +3 -3
- package/src/themes/fixed-width/collections/grid.variables +1 -1
- package/src/themes/fixed-width/modules/modal.variables +3 -5
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +4 -5
- package/src/themes/flat/globals/site.variables +61 -66
- 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 +12 -13
- 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 +11 -12
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +5 -5
- package/src/themes/github/collections/table.variables +1 -1
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +14 -14
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +179 -179
- package/src/themes/github/elements/icon.variables +10 -10
- 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 +3 -3
- 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 +2 -3
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +2 -2
- package/src/themes/github/globals/site.variables +2 -2
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +1 -1
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/instagram/views/card.overrides +3 -4
- package/src/themes/instagram/views/card.variables +3 -4
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.variables +1 -1
- package/src/themes/material/elements/button.overrides +6 -8
- package/src/themes/material/elements/button.variables +28 -28
- package/src/themes/material/elements/header.overrides +2 -2
- package/src/themes/material/elements/header.variables +2 -4
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/elements/icon.variables +11 -11
- package/src/themes/material/globals/site.variables +78 -79
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/dropdown.variables +1 -1
- package/src/themes/material/modules/modal.overrides +2 -2
- package/src/themes/material/modules/modal.variables +1 -2
- package/src/themes/pulsar/elements/loader.overrides +58 -58
- package/src/themes/raised/elements/button.variables +8 -8
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.variables +11 -14
- 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 +5 -5
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +4 -4
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +6 -7
- package/src/themes/twitter/elements/emoji.variables +3555 -3555
- package/tasks/docs/metadata.js +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "fomantic-ui",
|
3
|
-
"version": "2.9.1-beta.
|
3
|
+
"version": "2.9.1-beta.21+2722e1b",
|
4
4
|
"description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
|
5
5
|
"keywords": [
|
6
6
|
"fomantic-ui",
|
@@ -26,8 +26,8 @@
|
|
26
26
|
"scripts": {
|
27
27
|
"build": "gulp build",
|
28
28
|
"changelog": "auto-changelog -p",
|
29
|
-
"lint": "eslint --ext .js . && stylelint \"**/*.{css,less}\"",
|
30
|
-
"lint-fix": "eslint --ext .js . --fix && stylelint \"**/*.{css,less}\" --fix"
|
29
|
+
"lint": "eslint --ext .js . && stylelint \"**/*.{css,less,overrides,variables}\"",
|
30
|
+
"lint-fix": "eslint --ext .js . --fix && stylelint \"**/*.{css,less,overrides,variables}\" --fix"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@actions/core": "^1.6.0",
|
@@ -1,3 +1,3 @@
|
|
1
|
-
|
1
|
+
/* -------------------
|
2
2
|
Flag Variables
|
3
|
-
|
3
|
+
-------------------- */
|
@@ -157,11 +157,6 @@
|
|
157
157
|
},
|
158
158
|
write: {
|
159
159
|
cachedResponse: function (url, response) {
|
160
|
-
if (response && response === '') {
|
161
|
-
module.debug('Response empty, not caching', response);
|
162
|
-
|
163
|
-
return;
|
164
|
-
}
|
165
160
|
if (window.Storage === undefined) {
|
166
161
|
module.error(error.noStorage);
|
167
162
|
|
@@ -246,8 +246,8 @@
|
|
246
246
|
;
|
247
247
|
while (imagesLength--) {
|
248
248
|
cacheImage = document.createElement('img');
|
249
|
-
cacheImage.
|
250
|
-
cacheImage.
|
249
|
+
cacheImage.addEventListener('load', handleLoad);
|
250
|
+
cacheImage.addEventListener('error', handleLoad);
|
251
251
|
cacheImage.src = images[imagesLength];
|
252
252
|
cache.push(cacheImage);
|
253
253
|
}
|
@@ -123,11 +123,9 @@
|
|
123
123
|
outline: none;
|
124
124
|
-webkit-appearance: none;
|
125
125
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
126
|
-
|
127
126
|
line-height: @inputLineHeight;
|
128
127
|
padding: @inputPadding;
|
129
128
|
font-size: @inputFontSize;
|
130
|
-
|
131
129
|
background: @inputBackground;
|
132
130
|
border: @inputBorder;
|
133
131
|
color: @inputColor;
|
@@ -152,7 +150,6 @@
|
|
152
150
|
margin: 0;
|
153
151
|
-webkit-appearance: none;
|
154
152
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
155
|
-
|
156
153
|
padding: @textAreaPadding;
|
157
154
|
background: @textAreaBackground;
|
158
155
|
border: @textAreaBorder;
|
@@ -796,15 +793,12 @@
|
|
796
793
|
content: '';
|
797
794
|
top: 50%;
|
798
795
|
left: 50%;
|
799
|
-
|
800
796
|
margin: @loaderMargin;
|
801
797
|
width: @loaderSize;
|
802
798
|
height: @loaderSize;
|
803
|
-
|
804
799
|
animation: loader @loaderSpeed infinite linear;
|
805
800
|
border: @loaderLineWidth solid @loaderLineColor;
|
806
801
|
border-radius: @circularRadius;
|
807
|
-
|
808
802
|
box-shadow: 0 0 0 1px transparent;
|
809
803
|
visibility: visible;
|
810
804
|
z-index: @loaderLineZIndex;
|
@@ -1119,10 +1113,8 @@
|
|
1119
1113
|
.ui.form .inline.field > select {
|
1120
1114
|
display: inline-block;
|
1121
1115
|
width: auto;
|
1122
|
-
|
1123
1116
|
margin-top: 0;
|
1124
1117
|
margin-bottom: 0;
|
1125
|
-
|
1126
1118
|
vertical-align: middle;
|
1127
1119
|
font-size: @inlineInputSize;
|
1128
1120
|
}
|
@@ -66,7 +66,6 @@
|
|
66
66
|
.ui.grid > .row > .column {
|
67
67
|
position: relative;
|
68
68
|
display: inline-block;
|
69
|
-
|
70
69
|
width: @oneWide;
|
71
70
|
padding-left: (@gutterWidth / 2);
|
72
71
|
padding-right: (@gutterWidth / 2);
|
@@ -1096,10 +1095,8 @@
|
|
1096
1095
|
content: "";
|
1097
1096
|
top: 0;
|
1098
1097
|
left: 0;
|
1099
|
-
|
1100
1098
|
width: e(%("calc(100%% - %d)", @gutterWidth));
|
1101
1099
|
height: 1px;
|
1102
|
-
|
1103
1100
|
margin: 0 (@gutterWidth / 2);
|
1104
1101
|
box-shadow: @verticallyDividedBorder;
|
1105
1102
|
}
|
@@ -82,7 +82,6 @@
|
|
82
82
|
-webkit-tap-highlight-color: transparent;
|
83
83
|
flex: 0 0 auto;
|
84
84
|
user-select: none;
|
85
|
-
|
86
85
|
background: @itemBackground;
|
87
86
|
padding: @itemVerticalPadding @itemHorizontalPadding;
|
88
87
|
text-transform: @itemTextTransform;
|
@@ -102,7 +101,6 @@
|
|
102
101
|
top: 0;
|
103
102
|
right: 0;
|
104
103
|
height: 100%;
|
105
|
-
|
106
104
|
width: @dividerSize;
|
107
105
|
background: @dividerBackground;
|
108
106
|
}
|
@@ -292,6 +290,7 @@
|
|
292
290
|
/* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
|
293
291
|
min-width: 0;
|
294
292
|
}
|
293
|
+
|
295
294
|
min-width: max-content;
|
296
295
|
margin: 0 0 0 @dropdownMenuDistance;
|
297
296
|
box-shadow: @dropdownVerticalMenuBoxShadow;
|
@@ -643,7 +642,6 @@ Floated Menu / Item
|
|
643
642
|
.ui.tabular.menu .item {
|
644
643
|
background: transparent;
|
645
644
|
border-bottom: none;
|
646
|
-
|
647
645
|
border-left: @tabularBorderWidth solid transparent;
|
648
646
|
border-right: @tabularBorderWidth solid transparent;
|
649
647
|
border-top: @tabularOppositeBorderWidth solid transparent;
|
@@ -968,7 +966,6 @@ Floated Menu / Item
|
|
968
966
|
border-bottom-style: solid;
|
969
967
|
border-radius: 0;
|
970
968
|
align-self: flex-end;
|
971
|
-
|
972
969
|
margin: 0 0 -@secondaryPointingBorderWidth;
|
973
970
|
padding: @secondaryPointingItemVerticalPadding @secondaryPointingItemHorizontalPadding;
|
974
971
|
border-bottom-width: @secondaryPointingBorderWidth;
|
@@ -1094,7 +1091,6 @@ Floated Menu / Item
|
|
1094
1091
|
border-radius: 0;
|
1095
1092
|
box-shadow: none;
|
1096
1093
|
border: none;
|
1097
|
-
|
1098
1094
|
margin: @textMenuMargin;
|
1099
1095
|
}
|
1100
1096
|
.ui.text.menu .item {
|
@@ -1596,6 +1592,7 @@ Floated Menu / Item
|
|
1596
1592
|
/* IE hack to make dropdown icons appear inline */
|
1597
1593
|
display: -ms-inline-flexbox !important;
|
1598
1594
|
}
|
1595
|
+
|
1599
1596
|
display: inline-block;
|
1600
1597
|
}
|
1601
1598
|
}
|
@@ -1764,15 +1761,12 @@ Floated Menu / Item
|
|
1764
1761
|
left: 50%;
|
1765
1762
|
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
1766
1763
|
background: none;
|
1767
|
-
|
1768
1764
|
margin: (@arrowBorderWidth / 2) 0 0;
|
1769
1765
|
width: @arrowSize;
|
1770
1766
|
height: @arrowSize;
|
1771
|
-
|
1772
1767
|
border: none;
|
1773
1768
|
border-bottom: @arrowBorder;
|
1774
1769
|
border-right: @arrowBorder;
|
1775
|
-
|
1776
1770
|
z-index: @arrowZIndex;
|
1777
1771
|
transition: @arrowTransition;
|
1778
1772
|
}
|
@@ -1783,10 +1777,8 @@ Floated Menu / Item
|
|
1783
1777
|
right: 0;
|
1784
1778
|
bottom: auto;
|
1785
1779
|
left: auto;
|
1786
|
-
|
1787
1780
|
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
1788
1781
|
margin: 0 -(@arrowBorderWidth / 2) 0 0;
|
1789
|
-
|
1790
1782
|
border: none;
|
1791
1783
|
border-top: @arrowBorder;
|
1792
1784
|
border-right: @arrowBorder;
|
@@ -296,7 +296,7 @@
|
|
296
296
|
text : @positiveTextColor;
|
297
297
|
invertedText : @positiveBorderColor;
|
298
298
|
};
|
299
|
-
@negative: {
|
299
|
+
@negative: {
|
300
300
|
background : @negativeBackgroundColor;
|
301
301
|
header : @negativeHeaderColor;
|
302
302
|
boxShadow : @negativeBoxShadow;
|
@@ -304,7 +304,7 @@
|
|
304
304
|
text : @negativeTextColor;
|
305
305
|
invertedText : @negativeBorderColor;
|
306
306
|
};
|
307
|
-
@info: {
|
307
|
+
@info: {
|
308
308
|
background : @infoBackgroundColor;
|
309
309
|
header : @infoHeaderColor;
|
310
310
|
boxShadow : @infoBoxShadow;
|
@@ -312,7 +312,7 @@
|
|
312
312
|
text : @infoTextColor;
|
313
313
|
invertedText : @formInfoLabelBackground;
|
314
314
|
};
|
315
|
-
@warning: {
|
315
|
+
@warning: {
|
316
316
|
background : @warningBackgroundColor;
|
317
317
|
header : @warningHeaderColor;
|
318
318
|
boxShadow : @warningBoxShadow;
|
@@ -320,7 +320,7 @@
|
|
320
320
|
text : @warningTextColor;
|
321
321
|
invertedText : @formWarningLabelBackground;
|
322
322
|
};
|
323
|
-
@error: {
|
323
|
+
@error: {
|
324
324
|
background : @errorBackgroundColor;
|
325
325
|
header : @errorHeaderColor;
|
326
326
|
boxShadow : @errorBoxShadow;
|
@@ -328,7 +328,7 @@
|
|
328
328
|
text : @errorTextColor;
|
329
329
|
invertedText : @formErrorLabelBackground;
|
330
330
|
};
|
331
|
-
@success: {
|
331
|
+
@success: {
|
332
332
|
background : @successBackgroundColor;
|
333
333
|
header : @successHeaderColor;
|
334
334
|
boxShadow : @successBoxShadow;
|
@@ -24,20 +24,15 @@
|
|
24
24
|
.ui.button {
|
25
25
|
cursor: pointer;
|
26
26
|
display: inline-block;
|
27
|
-
|
28
27
|
min-height: 1em;
|
29
|
-
|
30
28
|
outline: none;
|
31
29
|
border: none;
|
32
30
|
vertical-align: @verticalAlign;
|
33
31
|
background: @background;
|
34
32
|
color: @textColor;
|
35
|
-
|
36
33
|
font-family: @fontFamily;
|
37
|
-
|
38
34
|
margin: 0 @horizontalMargin @verticalMargin 0;
|
39
35
|
padding: @verticalPadding @horizontalPadding (@verticalPadding + @shadowOffset);
|
40
|
-
|
41
36
|
text-transform: @textTransform;
|
42
37
|
text-shadow: @textShadow;
|
43
38
|
font-weight: @fontWeight;
|
@@ -45,14 +40,11 @@
|
|
45
40
|
font-style: normal;
|
46
41
|
text-align: center;
|
47
42
|
text-decoration: none;
|
48
|
-
|
49
43
|
border-radius: @borderRadius;
|
50
44
|
box-shadow: @boxShadow;
|
51
|
-
|
52
45
|
user-select: none;
|
53
46
|
transition: @transition;
|
54
47
|
will-change: @willChange;
|
55
|
-
|
56
48
|
-webkit-tap-highlight-color: @tapColor;
|
57
49
|
}
|
58
50
|
|
@@ -142,11 +134,9 @@
|
|
142
134
|
content: '';
|
143
135
|
top: 50%;
|
144
136
|
left: 50%;
|
145
|
-
|
146
137
|
margin: @loaderMargin;
|
147
138
|
width: @loaderSize;
|
148
139
|
height: @loaderSize;
|
149
|
-
|
150
140
|
border-radius: @circularRadius;
|
151
141
|
border: @loaderLineWidth solid @invertedLoaderFillColor;
|
152
142
|
}
|
@@ -155,17 +145,13 @@
|
|
155
145
|
content: '';
|
156
146
|
top: 50%;
|
157
147
|
left: 50%;
|
158
|
-
|
159
148
|
margin: @loaderMargin;
|
160
149
|
width: @loaderSize;
|
161
150
|
height: @loaderSize;
|
162
|
-
|
163
151
|
border-radius: @circularRadius;
|
164
|
-
|
165
152
|
animation: loader @loaderSpeed infinite linear;
|
166
153
|
border: @loaderLineWidth solid currentColor;
|
167
154
|
color: @invertedLoaderLineColor;
|
168
|
-
|
169
155
|
box-shadow: 0 0 0 1px transparent;
|
170
156
|
}
|
171
157
|
.ui.ui.ui.loading.button .label {
|
@@ -1018,7 +1004,6 @@
|
|
1018
1004
|
text-align: center;
|
1019
1005
|
animation: none;
|
1020
1006
|
padding: @verticalPadding 0 @verticalPadding 0;
|
1021
|
-
|
1022
1007
|
margin: @labeledIconMargin;
|
1023
1008
|
width: @labeledIconWidth;
|
1024
1009
|
background-color: @labeledIconBackgroundColor;
|
@@ -1135,25 +1120,19 @@
|
|
1135
1120
|
position: absolute;
|
1136
1121
|
text-align: center;
|
1137
1122
|
border-radius: @circularRadius;
|
1138
|
-
|
1139
1123
|
content: @orText;
|
1140
1124
|
top: 50%;
|
1141
1125
|
left: 50%;
|
1142
1126
|
background-color: @orBackgroundColor;
|
1143
1127
|
text-shadow: @orTextShadow;
|
1144
|
-
|
1145
1128
|
margin-top: @orVerticalOffset;
|
1146
1129
|
margin-left: @orHorizontalOffset;
|
1147
|
-
|
1148
1130
|
width: @orCircleSize;
|
1149
1131
|
height: @orCircleSize;
|
1150
|
-
|
1151
1132
|
line-height: @orLineHeight;
|
1152
1133
|
color: @orTextColor;
|
1153
|
-
|
1154
1134
|
font-style: @orTextStyle;
|
1155
1135
|
font-weight: @orTextWeight;
|
1156
|
-
|
1157
1136
|
box-shadow: @orBoxShadow;
|
1158
1137
|
}
|
1159
1138
|
|
@@ -1199,7 +1178,6 @@
|
|
1199
1178
|
display: inline-block;
|
1200
1179
|
border-left: none;
|
1201
1180
|
text-align: right;
|
1202
|
-
|
1203
1181
|
padding-right: @attachedHorizontalPadding;
|
1204
1182
|
border-radius: @borderRadius 0 0 @borderRadius;
|
1205
1183
|
}
|
@@ -23,15 +23,12 @@
|
|
23
23
|
|
24
24
|
.ui.divider {
|
25
25
|
margin: @margin;
|
26
|
-
|
27
26
|
line-height: 1;
|
28
27
|
height: 0;
|
29
|
-
|
30
28
|
font-weight: @fontWeight;
|
31
29
|
text-transform: @textTransform;
|
32
30
|
letter-spacing: @letterSpacing;
|
33
31
|
color: @color;
|
34
|
-
|
35
32
|
user-select: none;
|
36
33
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
37
34
|
}
|
@@ -63,7 +60,6 @@
|
|
63
60
|
.ui.horizontal.divider {
|
64
61
|
display: table;
|
65
62
|
white-space: nowrap;
|
66
|
-
|
67
63
|
height: auto;
|
68
64
|
margin: @horizontalMargin;
|
69
65
|
line-height: 1;
|
@@ -98,12 +94,10 @@
|
|
98
94
|
z-index: 2;
|
99
95
|
top: 50%;
|
100
96
|
left: 50%;
|
101
|
-
|
102
97
|
margin: 0;
|
103
98
|
padding: 0;
|
104
99
|
width: auto;
|
105
100
|
height: 50%;
|
106
|
-
|
107
101
|
line-height: 0;
|
108
102
|
text-align: center;
|
109
103
|
transform: translateX(-50%);
|
@@ -115,10 +109,8 @@
|
|
115
109
|
left: 50%;
|
116
110
|
content: '';
|
117
111
|
z-index: 3;
|
118
|
-
|
119
112
|
border-left: @shadowWidth @borderStyle @shadowColor;
|
120
113
|
border-right: @highlightWidth @borderStyle @highlightColor;
|
121
|
-
|
122
114
|
width: 0;
|
123
115
|
height: @verticalDividerHeight;
|
124
116
|
}
|
@@ -33,18 +33,14 @@
|
|
33
33
|
i.icon {
|
34
34
|
display: inline-block;
|
35
35
|
opacity: @opacity;
|
36
|
-
|
37
36
|
margin: 0 @distanceFromText 0 0;
|
38
|
-
|
39
37
|
width: @width;
|
40
38
|
height: @height;
|
41
|
-
|
42
39
|
font-family: @fontName;
|
43
40
|
font-style: normal;
|
44
41
|
font-weight: @normal;
|
45
42
|
text-decoration: inherit;
|
46
43
|
text-align: center;
|
47
|
-
|
48
44
|
speak: none;
|
49
45
|
-moz-osx-font-smoothing: grayscale;
|
50
46
|
-webkit-font-smoothing: antialiased;
|
@@ -137,10 +133,8 @@ i.emphasized.icons:not(.disabled) {
|
|
137
133
|
i.circular.icon {
|
138
134
|
border-radius: 500em !important;
|
139
135
|
line-height: 1 !important;
|
140
|
-
|
141
136
|
padding: @circularPadding !important;
|
142
137
|
box-shadow: @circularShadow;
|
143
|
-
|
144
138
|
width: @circularSize !important;
|
145
139
|
height: @circularSize !important;
|
146
140
|
&.colored when (@variationIconColored) {
|
@@ -286,7 +280,6 @@ i.emphasized.icons:not(.disabled) {
|
|
286
280
|
i.bordered.icon {
|
287
281
|
line-height: 1;
|
288
282
|
vertical-align: baseline;
|
289
|
-
|
290
283
|
width: @borderedSize;
|
291
284
|
height: @borderedSize;
|
292
285
|
padding: @borderedVerticalPadding @borderedHorizontalPadding !important;
|
@@ -633,7 +626,6 @@ and ((@variationIconBordered) or (@variationIconCircular)) {
|
|
633
626
|
top: 50%;
|
634
627
|
transform: translateY(-50%);
|
635
628
|
text-align: center;
|
636
|
-
|
637
629
|
color: @duotoneSecondaryColor;
|
638
630
|
opacity: @duotoneSecondaryOpacity;
|
639
631
|
}
|
@@ -196,11 +196,9 @@ img.ui.image {
|
|
196
196
|
.ui.avatar.image svg,
|
197
197
|
.ui.avatar.image {
|
198
198
|
margin-right: @avatarMargin;
|
199
|
-
|
200
199
|
display: inline-block;
|
201
200
|
width: @avatarSize;
|
202
201
|
height: @avatarSize;
|
203
|
-
|
204
202
|
-webkit-border-radius: @circularRadius;
|
205
203
|
-moz-border-radius: @circularRadius;
|
206
204
|
border-radius: @circularRadius;
|
@@ -40,15 +40,12 @@
|
|
40
40
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
41
41
|
text-align: @textAlign;
|
42
42
|
line-height: @lineHeight;
|
43
|
-
|
44
43
|
font-family: @inputFont;
|
45
|
-
|
46
44
|
background: @background;
|
47
45
|
border: @border;
|
48
46
|
color: @inputColor;
|
49
47
|
border-radius: @borderRadius;
|
50
48
|
transition: @transition;
|
51
|
-
|
52
49
|
box-shadow: @boxShadow;
|
53
50
|
&:not([type="color"]) {
|
54
51
|
padding: @padding;
|
@@ -119,11 +116,9 @@
|
|
119
116
|
content: '';
|
120
117
|
top: 50%;
|
121
118
|
left: 50%;
|
122
|
-
|
123
119
|
margin: @loaderMargin;
|
124
120
|
width: @loaderSize;
|
125
121
|
height: @loaderSize;
|
126
|
-
|
127
122
|
border-radius: @circularRadius;
|
128
123
|
border: @loaderLineWidth solid @loaderFillColor;
|
129
124
|
}
|
@@ -132,16 +127,12 @@
|
|
132
127
|
content: '';
|
133
128
|
top: 50%;
|
134
129
|
left: 50%;
|
135
|
-
|
136
130
|
margin: @loaderMargin;
|
137
131
|
width: @loaderSize;
|
138
132
|
height: @loaderSize;
|
139
|
-
|
140
133
|
animation: loader @loaderSpeed infinite linear;
|
141
|
-
|
142
134
|
border: @loaderLineWidth solid @loaderLineColor;
|
143
135
|
border-radius: @circularRadius;
|
144
|
-
|
145
136
|
box-shadow: 0 0 0 1px transparent;
|
146
137
|
}
|
147
138
|
}
|
@@ -293,7 +284,6 @@
|
|
293
284
|
right: 0;
|
294
285
|
margin: 0;
|
295
286
|
height: 100%;
|
296
|
-
|
297
287
|
width: @iconWidth;
|
298
288
|
opacity: @iconOpacity;
|
299
289
|
border-radius: 0 @borderRadius @borderRadius 0;
|