@rolster/styles-foundations 2.3.33 → 2.3.35
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,9 +1,9 @@
|
|
|
1
1
|
// Rolster Technology ListField Component
|
|
2
|
-
// v1.3.
|
|
2
|
+
// v1.3.5
|
|
3
3
|
// @license MIT
|
|
4
4
|
// Author: Rolster Developers
|
|
5
5
|
// Created: 20/Mar/2018
|
|
6
|
-
// Updated:
|
|
6
|
+
// Updated: 31/Mar/2025
|
|
7
7
|
|
|
8
8
|
.rls-field-list {
|
|
9
9
|
--pvt-action-font-color: var(--rls-app-color-300);
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
overflow: initial;
|
|
91
91
|
opacity: 1;
|
|
92
92
|
height: auto;
|
|
93
|
-
z-index: var(--rls-z-index-
|
|
93
|
+
z-index: var(--rls-z-index-8);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
&--higher {
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
&__ul {
|
|
233
|
-
max-width:
|
|
233
|
+
max-width: 100%;
|
|
234
234
|
max-height: 75%;
|
|
235
|
-
padding: var(--rls-sizing-x8) var(--rls-sizing-
|
|
235
|
+
padding: var(--rls-sizing-x8) var(--rls-sizing-x6);
|
|
236
236
|
border-radius: var(--rls-sizing-x4) var(--rls-sizing-x4) 0rem 0rem;
|
|
237
237
|
border: none;
|
|
238
238
|
box-shadow: none;
|