From 843cfb208849d652da16e943247057cf5a251254 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 25 Dec 2025 02:10:25 +0100 Subject: Fix shit with map --- src/frontend/app/root.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/frontend/app/root.css') diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index 8ac6bf1..9f79b08 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -47,8 +47,9 @@ color-scheme: light; --font-display: "Outfit Variable", ui-sans-serif, system-ui, sans-serif; - --font-ui: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-ui: + ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", + "Segoe UI Symbol", "Noto Color Emoji"; font-family: var(--font-ui); } @@ -215,6 +216,6 @@ textarea { color: var(--ml-c-link-2); } -.maplibregl-ctrl-icon:before { - display: none; +.maplibregl-ctrl button .maplibregl-ctrl-icon:before { + display: none !important; } -- cgit v1.3