From 391de74c06208fd1824b4672e88d7b460ca38656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Sun, 29 Jan 2023 13:00:10 +0100 Subject: [PATCH] Change from 'ds-button' to 'base-button' in map marker popup, because to get branding coloration --- webapp/pages/map.vue | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index ec6cc5931..7c299d471 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -22,17 +22,19 @@ @load="onMapLoad" > - {{ style.title }} - + @@ -462,7 +464,13 @@ export default { height: 70vh; } .map-style-button { - margin-left: 5px; - margin-top: 5px; + position: relative; + margin-left: 6px; + margin-top: 6px; + + &.--deactivated { + color: $text-color-base; + background-color: $background-color-softer; + } }