@lumx/core 2.2.14 → 2.2.15

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
@@ -42,7 +42,7 @@
42
42
  "version": "yarn version-changelog ../../CHANGELOG.md && yarn changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
43
43
  },
44
44
  "sideEffects": false,
45
- "version": "2.2.14",
45
+ "version": "2.2.15",
46
46
  "devDependencies": {
47
47
  "@babel/core": "^7.8.3",
48
48
  "@babel/plugin-proposal-class-properties": "^7.8.3",
@@ -82,5 +82,5 @@
82
82
  "moment": "^2.24.0",
83
83
  "moment-range": "^4.0.2"
84
84
  },
85
- "gitHead": "f91f87393935f907dffee38cff5f44721c2343d7"
85
+ "gitHead": "985be86008a58fb87ebd36c5cee48b43268ebc10"
86
86
  }
@@ -16,8 +16,6 @@
16
16
  bottom: -1px;
17
17
  left: -1px;
18
18
  display: grid;
19
- /* Safari hack to make the mosaic fit the height of the parent */
20
- height: stretch;
21
19
 
22
20
  #{$self}--has-1-thumbnail & {
23
21
  grid-template-areas: 'b';
@@ -54,10 +52,6 @@
54
52
  flex-direction: column;
55
53
  margin: 1px;
56
54
 
57
- .#{$lumx-base-prefix}-thumbnail__background {
58
- align-items: stretch;
59
- }
60
-
61
55
  #{$self}--has-1-thumbnail & {
62
56
  &:nth-child(1) {
63
57
  grid-area: b;
@@ -110,8 +110,10 @@
110
110
  ========================================================================== */
111
111
 
112
112
  .#{$lumx-base-prefix}-thumbnail--is-clickable {
113
+ &:not(.#{$lumx-base-prefix}-thumbnail--fill-height) {
114
+ display: block;
115
+ }
113
116
  position: relative;
114
- display: block;
115
117
  cursor: pointer;
116
118
 
117
119
  &::after {