]> git.openstreetmap.org Git - rails.git/commitdiff
Don't use @extend inside a potential media query
authorAnton Khorev <tony29@yandex.ru>
Thu, 9 May 2024 14:15:29 +0000 (17:15 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 9 May 2024 14:15:53 +0000 (17:15 +0300)
app/assets/stylesheets/common.scss

index 09c6c906bb64b80837e20534110a9f790a180e8a..307a990e40d9f0f4ecbb0c58821df92a1b92279f 100644 (file)
@@ -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;
   }
 }