We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c48e8d commit 2eb6f74Copy full SHA for 2eb6f74
packages/web/src/index.css
@@ -493,13 +493,15 @@ li.bar-chart__bar {
493
.maplibregl-ctrl-geocoder--input::placeholder,
494
.maplibregl-ctrl-geocoder .suggestions,
495
.maplibregl-ctrl-geocoder--button,
496
+.maplibre-gl-geocoder--error,
497
.maplibregl-ctrl-geocoder .suggestions > li > a {
498
background: var(--base);
499
color: var(--base-light);
500
}
501
.mapboxgl-ctrl-geocoder--result-icon,
502
.mapboxgl-ctrl-geocoder--result-icon path,
-.maplibregl-ctrl-geocoder--icon {
503
+.maplibregl-ctrl-geocoder--icon,
504
+.maplibregl-ctrl-geocoder--icon-loading path {
505
fill: var(--base-light);
506
507
.maplibregl-ctrl-geocoder .suggestions > li > a:hover,
0 commit comments