Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions components/src/ChartList/ChartList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
</main>

<style>
:global(*) {
margin: 0;
padding: 0;
box-sizing: border-box;
color: inherit;
}
main {
display: flex;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
})}
/>

<style>
<style lang="scss">
:global {
.maplibregl-ctrl.maplibregl-ctrl-attrib {
font-size: var(--fs-small-3);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<MapControl control={geocoder} position="top-left" />

<style>
<style lang="scss">
:global {
.maplibregl-ctrl-geocoder {
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion components/src/maplibre/Map/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
{/if}
</div>

<style>
<style lang="scss">
.container {
width: 100%;
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<MapControl control={new maplibre.NavigationControl({ showCompass, visualizePitch })} {position} />

<style>
<style lang="scss">
:global {
button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
Expand Down
2 changes: 1 addition & 1 deletion components/src/maplibre/ScaleControl/ScaleControl.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<MapControl control={new maplibre.ScaleControl({ maxWidth, unit })} {position} />

<style>
<style lang="scss">
:global {
.maplibregl-ctrl-scale {
color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion components/src/maplibre/Tooltip/Tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{@render children?.()}
</div>

<style>
<style lang="scss">
.container {
background: white;
padding: 0.75em;
Expand Down