mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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:
5
.changeset/sharp-cougars-share.md
Normal file
5
.changeset/sharp-cougars-share.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed styling being white on white for specific map buttons
|
||||
@@ -195,6 +195,10 @@
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.mapbox-gl-draw_ctrl-draw-btn {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.mapboxgl-ctrl-zoom-in::after {
|
||||
content: 'add';
|
||||
}
|
||||
|
||||
@@ -81,3 +81,4 @@
|
||||
- Nihcep
|
||||
- nodeworks
|
||||
- HPaulson
|
||||
- Boegie19
|
||||
|
||||
Reference in New Issue
Block a user