From cba3845f32e636ecbecbda449be3bc9a0051c549 Mon Sep 17 00:00:00 2001 From: Boegie19 <34578426+Boegie19@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:31:02 +0200 Subject: [PATCH] fix styling for specific map buttons (#20047) * fix styling for specific map buttons * added myself to contributors.yml * fix format * fix location of code. * removed extra space --- .changeset/sharp-cougars-share.md | 5 +++++ app/src/styles/lib/_mapbox.scss | 4 ++++ contributors.yml | 1 + 3 files changed, 10 insertions(+) create mode 100644 .changeset/sharp-cougars-share.md diff --git a/.changeset/sharp-cougars-share.md b/.changeset/sharp-cougars-share.md new file mode 100644 index 0000000000..96c6852ae0 --- /dev/null +++ b/.changeset/sharp-cougars-share.md @@ -0,0 +1,5 @@ +--- +'@directus/app': patch +--- + +Fixed styling being white on white for specific map buttons diff --git a/app/src/styles/lib/_mapbox.scss b/app/src/styles/lib/_mapbox.scss index bc5de6cba5..22b3f955c1 100644 --- a/app/src/styles/lib/_mapbox.scss +++ b/app/src/styles/lib/_mapbox.scss @@ -195,6 +195,10 @@ max-width: 80%; } +.mapbox-gl-draw_ctrl-draw-btn { + color: unset; +} + .mapboxgl-ctrl-zoom-in::after { content: 'add'; } diff --git a/contributors.yml b/contributors.yml index d3cc28acdc..617c3e5682 100644 --- a/contributors.yml +++ b/contributors.yml @@ -81,3 +81,4 @@ - Nihcep - nodeworks - HPaulson +- Boegie19