@metropolle/design-system 1.2026.0-1.22.1838 → 1.2026.0-1.22.2325
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/dist/css/components.css +1 -0
- package/package.json +1 -1
package/dist/css/components.css
CHANGED
|
@@ -1135,6 +1135,7 @@ html[data-theme="light"] select.mds-input {
|
|
|
1135
1135
|
|
|
1136
1136
|
/* Select Search */
|
|
1137
1137
|
.mds-select-search {
|
|
1138
|
+
position: relative; /* Required for absolute positioning of search icon */
|
|
1138
1139
|
flex-shrink: 0; /* Don't shrink in flex container */
|
|
1139
1140
|
padding: 8px;
|
|
1140
1141
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|