@asd20/ui 3.2.740 → 3.2.742
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
|
@@ -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);
|
|
@@ -329,6 +333,7 @@ export default {
|
|
|
329
333
|
min-width: 400px;
|
|
330
334
|
flex-grow: 0;
|
|
331
335
|
height: min-content;
|
|
336
|
+
max-height: 80vh;
|
|
332
337
|
}
|
|
333
338
|
height: auto;
|
|
334
339
|
}
|