From b738f9ec8e1b8fd3397d3155750db874d8fc8556 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 11 May 2025 15:00:16 +0300 Subject: [PATCH] Remove background-color rgba fallback from Leaflet controls --- app/assets/stylesheets/common.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b553f7a3b..a33ee1efa 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -255,7 +255,6 @@ body.small-nav { width: 40px; color: white; padding: 10px; - background-color: #333; background-color: rgba(0,0,0,.6); outline: none; @@ -266,7 +265,6 @@ body.small-nav { &.disabled, &.leaflet-disabled { - background-color: #333; background-color: rgba(0,0,0,.5); cursor: default; } -- 2.39.5