@reuters-graphics/graphics-components 0.0.6 → 0.0.7
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.
|
@@ -267,7 +267,6 @@
|
|
|
267
267
|
|
|
268
268
|
<style>[data-svelte-typeahead] {
|
|
269
269
|
position: relative;
|
|
270
|
-
background-color: #fff;
|
|
271
270
|
}
|
|
272
271
|
|
|
273
272
|
ul {
|
|
@@ -339,6 +338,7 @@ li:hover {
|
|
|
339
338
|
font-size: 1rem;
|
|
340
339
|
border: 0;
|
|
341
340
|
border-radius: 0 !important;
|
|
341
|
+
background-color: #fff;
|
|
342
342
|
border: 1px solid #ddd;
|
|
343
343
|
font-family: var(--theme-font-family-sans-serif, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif);
|
|
344
344
|
}
|