@guardian/interactive-component-library 0.1.0-alpha.39 → 0.1.0-alpha.40
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/style.css
CHANGED
|
@@ -2176,11 +2176,11 @@ body ._header_gph7y_95._fullWidth_gph7y_19 {
|
|
|
2176
2176
|
._path_1dms8_8 {
|
|
2177
2177
|
pointer-events: none;
|
|
2178
2178
|
}
|
|
2179
|
-
.
|
|
2179
|
+
._searchContainer_1kj0x_1 {
|
|
2180
2180
|
position: relative;
|
|
2181
2181
|
}
|
|
2182
2182
|
|
|
2183
|
-
.
|
|
2183
|
+
._input_1kj0x_5 {
|
|
2184
2184
|
width: 100%;
|
|
2185
2185
|
color: var(--primary-text-color);
|
|
2186
2186
|
font-family: var(--text-sans);
|
|
@@ -2202,7 +2202,7 @@ input:focus {
|
|
|
2202
2202
|
border: 1px solid var(--primary-text-color);
|
|
2203
2203
|
}
|
|
2204
2204
|
|
|
2205
|
-
.
|
|
2205
|
+
._searchIcon_1kj0x_27 {
|
|
2206
2206
|
position: absolute;
|
|
2207
2207
|
top: 11px;
|
|
2208
2208
|
left: 12px;
|
|
@@ -2211,13 +2211,13 @@ input:focus {
|
|
|
2211
2211
|
pointer-events: none;
|
|
2212
2212
|
}
|
|
2213
2213
|
|
|
2214
|
-
.
|
|
2214
|
+
._clearButton_1kj0x_36 {
|
|
2215
2215
|
position: absolute;
|
|
2216
2216
|
top: 2px;
|
|
2217
2217
|
right: 4px;
|
|
2218
2218
|
}
|
|
2219
2219
|
|
|
2220
|
-
.
|
|
2220
|
+
._suggestions_1kj0x_42 {
|
|
2221
2221
|
position: absolute;
|
|
2222
2222
|
width: 100%;
|
|
2223
2223
|
margin-top: var(--space-2);
|
|
@@ -2232,7 +2232,7 @@ input:focus {
|
|
|
2232
2232
|
pointer-events: all;
|
|
2233
2233
|
}
|
|
2234
2234
|
|
|
2235
|
-
.
|
|
2235
|
+
._suggestion_1kj0x_42 {
|
|
2236
2236
|
cursor: pointer;
|
|
2237
2237
|
padding: 6px 8px;
|
|
2238
2238
|
background-color: var(--primary-bg-color);
|
|
@@ -2243,11 +2243,16 @@ input:focus {
|
|
|
2243
2243
|
line-height: var(--sans-line-height);
|
|
2244
2244
|
}
|
|
2245
2245
|
|
|
2246
|
-
.
|
|
2246
|
+
._suggestion_1kj0x_42._disabled_1kj0x_68 {
|
|
2247
|
+
color: var(--secondary-text-color);
|
|
2248
|
+
pointer-events: none;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
._selected_1kj0x_73 {
|
|
2247
2252
|
background-color: var(--secondary-bg-color);
|
|
2248
2253
|
}
|
|
2249
2254
|
|
|
2250
|
-
.
|
|
2255
|
+
._highlighted_1kj0x_77 {
|
|
2251
2256
|
color: var(--highlighted-text-color);
|
|
2252
2257
|
background-color: var(--highlight-color);
|
|
2253
2258
|
}
|