tenjin-ui-kit 0.2.188 → 0.2.189
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.
|
@@ -140,7 +140,7 @@ var SimpleSelect = function SimpleSelect(_ref) {
|
|
|
140
140
|
autoFocus: true,
|
|
141
141
|
style: {
|
|
142
142
|
paddingLeft: "2.5rem",
|
|
143
|
-
background: 'url("https://static.thenounproject.com/png/101791-200.png") no-repeat left',
|
|
143
|
+
background: 'white url("https://static.thenounproject.com/png/101791-200.png") no-repeat left',
|
|
144
144
|
backgroundPosition: "0.875rem center",
|
|
145
145
|
backgroundSize: "1.125rem",
|
|
146
146
|
position: "sticky",
|
|
@@ -152,7 +152,20 @@ var SimpleSelect = function SimpleSelect(_ref) {
|
|
|
152
152
|
width: "100%",
|
|
153
153
|
border: "1px solid #949494",
|
|
154
154
|
borderRadius: "4px"
|
|
155
|
+
// paddingLeft: "2.5rem",
|
|
156
|
+
// background:
|
|
157
|
+
// "white url('https://static.thenounproject.com/png/101791-200.png') no-repeat left center",
|
|
158
|
+
// backgroundSize: "1.125rem",
|
|
159
|
+
// position: "sticky",
|
|
160
|
+
// top: 0,
|
|
161
|
+
// zIndex: 9999,
|
|
162
|
+
// height: "2.188rem",
|
|
163
|
+
// margin: 0,
|
|
164
|
+
// width: "100%",
|
|
165
|
+
// border: "1px solid #949494",
|
|
166
|
+
// borderRadius: "4px",
|
|
155
167
|
},
|
|
168
|
+
|
|
156
169
|
placeholder: "Type to search...",
|
|
157
170
|
onChange: function onChange(e) {
|
|
158
171
|
return setSearchText(e.target.value);
|