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
This commit is contained in:
Boegie19
2023-10-17 17:31:02 +02:00
committed by GitHub
parent fb65446f1d
commit cba3845f32
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'@directus/app': patch
---
Fixed styling being white on white for specific map buttons

View File

@@ -195,6 +195,10 @@
max-width: 80%;
}
.mapbox-gl-draw_ctrl-draw-btn {
color: unset;
}
.mapboxgl-ctrl-zoom-in::after {
content: 'add';
}

View File

@@ -81,3 +81,4 @@
- Nihcep
- nodeworks
- HPaulson
- Boegie19