@indico-data/design-system 1.0.37 → 1.0.39
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/lib/index.js
CHANGED
|
@@ -8631,19 +8631,19 @@ const StyledSelect$1 = styled.div `
|
|
|
8631
8631
|
label {
|
|
8632
8632
|
line-height: 1.2;
|
|
8633
8633
|
margin-bottom: 14px;
|
|
8634
|
-
color: ${allColors.lightFontColor};
|
|
8634
|
+
// color: ${allColors.lightFontColor};
|
|
8635
8635
|
}
|
|
8636
8636
|
|
|
8637
8637
|
.select-container {
|
|
8638
8638
|
position: relative;
|
|
8639
|
-
max-width: 300px;
|
|
8639
|
+
// max-width: 300px;
|
|
8640
8640
|
|
|
8641
8641
|
select {
|
|
8642
8642
|
background: transparent;
|
|
8643
|
-
border: 1px solid
|
|
8643
|
+
border: 1px solid currentColor;
|
|
8644
8644
|
width: 100%;
|
|
8645
|
-
max-width: 300px;
|
|
8646
|
-
color: ${allColors.lightFontColor};
|
|
8645
|
+
// max-width: 300px;
|
|
8646
|
+
// color: ${allColors.lightFontColor};
|
|
8647
8647
|
font-size: ${fontSize.base};
|
|
8648
8648
|
border-radius: 4px;
|
|
8649
8649
|
padding: 7px 30px 8px 15px;
|