@asd20/ui 3.2.739 → 3.2.741

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.739",
8
+ "version": "3.2.741",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -243,6 +243,7 @@ export default {
243
243
  font-weight: 300;
244
244
  font-size: 0.85rem !important;
245
245
  flex-shrink: 1;
246
+ background: transparent;
246
247
  // padding: 0 space(1);
247
248
  // flex-grow: 1;
248
249
  }
@@ -256,6 +257,9 @@ export default {
256
257
  border-left: 1px solid rgba(0, 0, 0, 0.125);
257
258
  }
258
259
  }
260
+ .list-item:hover {
261
+ background: rgba(235, 235, 235, 0.8);
262
+ }
259
263
  .asd20-button {
260
264
  position: relative;
261
265
  margin-left: space(0.5);
@@ -315,10 +319,6 @@ export default {
315
319
  // margin-left: space(1);
316
320
  // width: auto;
317
321
  // }
318
- &::v-deep .asd20-modal {
319
- height: 100%;
320
- overflow-y: auto !important;
321
- }
322
322
  }
323
323
 
324
324
  @media (min-width: 1024px) {
@@ -332,7 +332,8 @@ export default {
332
332
  width: 40vw;
333
333
  min-width: 400px;
334
334
  flex-grow: 0;
335
- // height: min-content;
335
+ height: min-content;
336
+ max-height: 80vh;
336
337
  }
337
338
  height: auto;
338
339
  }