diff options
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index 9f79b08..3f41591 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -216,6 +216,11 @@ textarea { color: var(--ml-c-link-2); } -.maplibregl-ctrl button .maplibregl-ctrl-icon:before { +.maplibregl-ctrl button .maplibregl-ctrl-icon:before, +.maplibregl-ctrl-attrib-button::before { display: none !important; } + +.maplibregl-ctrl-attrib-inner { + line-height: 1rem !important; +} |
