fomantic-ui 2.9.2-beta.4 → 2.9.2-beta.5
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/package.json +1 -1
- package/src/definitions/modules/embed.less +1 -1
- package/src/definitions/modules/popup.less +1 -1
- package/src/themes/default/collections/menu.variables +1 -3
- package/src/themes/default/collections/table.variables +1 -3
- package/src/themes/default/elements/segment.variables +1 -3
- package/src/themes/default/elements/step.variables +1 -1
- package/src/themes/default/globals/site.variables +1 -0
- package/src/themes/default/views/item.variables +1 -1
package/package.json
CHANGED
@@ -428,9 +428,7 @@
|
|
428
428
|
@attachedWidth: e(%("calc(100%% + %d)", -@attachedHorizontalOffset * 2));
|
429
429
|
@attachedBoxShadow: none;
|
430
430
|
@attachedBorder: @borderWidth solid @solidBorderColor;
|
431
|
-
@attachedBottomBoxShadow:
|
432
|
-
@boxShadow,
|
433
|
-
@attachedBoxShadow;
|
431
|
+
@attachedBottomBoxShadow: @attachedBoxShadow;
|
434
432
|
|
435
433
|
/* Resize large sizes */
|
436
434
|
@mini: @11px;
|
@@ -166,9 +166,7 @@
|
|
166
166
|
@attachedWidth: e(%("calc(100%% + %d)", -@attachedHorizontalOffset * 2));
|
167
167
|
@attachedBoxShadow: none;
|
168
168
|
@attachedBorder: @borderWidth solid @solidBorderColor;
|
169
|
-
@attachedBottomBoxShadow:
|
170
|
-
@boxShadow,
|
171
|
-
@attachedBoxShadow;
|
169
|
+
@attachedBottomBoxShadow: @attachedBoxShadow;
|
172
170
|
|
173
171
|
/* Striped */
|
174
172
|
@stripedBackground: rgba(0, 0, 50, 0.02);
|
@@ -104,9 +104,7 @@
|
|
104
104
|
@attachedWidth: e(%("calc(100%% + %d)", -@attachedHorizontalOffset * 2));
|
105
105
|
@attachedBoxShadow: none;
|
106
106
|
@attachedBorder: @borderWidth solid @solidBorderColor;
|
107
|
-
@attachedBottomBoxShadow:
|
108
|
-
@boxShadow,
|
109
|
-
@attachedBoxShadow;
|
107
|
+
@attachedBottomBoxShadow: @bottomShadow;
|
110
108
|
|
111
109
|
/* Inverted */
|
112
110
|
@invertedBackground: @black;
|