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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fomantic-ui",
3
- "version": "2.9.2-beta.4+df306be",
3
+ "version": "2.9.2-beta.5+bdc9edd",
4
4
  "description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
5
5
  "keywords": [
6
6
  "fomantic-ui",
@@ -68,7 +68,7 @@
68
68
  display: block;
69
69
  width: 100%;
70
70
  height: 100%;
71
- background-color: @placeholderBackground;
71
+ background: @placeholderBackground;
72
72
  }
73
73
 
74
74
  /* --------------
@@ -793,7 +793,7 @@
793
793
  box-shadow: @invertedBoxShadow;
794
794
  }
795
795
  .ui.inverted.popup .header {
796
- background-color: @invertedHeaderBackground;
796
+ background: @invertedHeaderBackground;
797
797
  color: @invertedHeaderColor;
798
798
  }
799
799
  .ui.inverted.popup::before {
@@ -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;
@@ -42,7 +42,7 @@
42
42
  /* Icon */
43
43
  @iconDistance: 1rem;
44
44
  @iconSize: 2.5em;
45
- @iconAlign: middle;
45
+ @iconAlign: center;
46
46
 
47
47
  /* Title */
48
48
  @titleFontFamily: @headerFont;
@@ -649,6 +649,7 @@
649
649
 
650
650
  /* Differentiating Layers */
651
651
  @subtleShadow: 0 1px 2px 0 @borderColor;
652
+ @bottomShadow: 0 2px 1px -1px @borderColor;
652
653
  @floatingShadow:
653
654
  0 2px 4px 0 rgba(34, 36, 38, 0.12),
654
655
  0 2px 10px 0 rgba(34, 36, 38, 0.15);
@@ -101,7 +101,7 @@
101
101
 
102
102
  /* Description */
103
103
  @descriptionDistance: 0.6em;
104
- @descriptionMaxWidth: auto;
104
+ @descriptionMaxWidth: none;
105
105
  @descriptionFontSize: 1em;
106
106
  @descriptionLineHeight: @lineHeight;
107
107
  @descriptionColor: @textColor;