From 5ee75f8ab0a1184e2fcb8e8c5aa1db0f01817865 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 31 Aug 2025 14:25:43 +0200 Subject: Add readonly toggle button --- frontend/styles/pages/map.sass | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'frontend/styles') diff --git a/frontend/styles/pages/map.sass b/frontend/styles/pages/map.sass index 53c5dc4..1ac6c27 100644 --- a/frontend/styles/pages/map.sass +++ b/frontend/styles/pages/map.sass @@ -26,8 +26,15 @@ &__FooterButtons display: flex + align-items: center gap: 1rem + .g-ReadOnly + &--Active + background-color: colors.$green + &:not(.g-ReadOnly--Active) + opacity: 0.2 + .g-ContextMenu z-index: 1000 position: absolute -- cgit v1.2.3