From 5b83bb85ed678f850623928aba132948b311761d Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Thu, 9 May 2024 17:15:29 +0300 Subject: [PATCH] Don't use @extend inside a potential media query --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 09c6c906b..307a990e4 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -501,7 +501,7 @@ body.small-nav { } .leaflet-control-scale-line { - @extend .border-light, .border-opacity-75; + border-color: rgba(var(--bs-light-rgb), .75) !important; } } -- 2.39.5