]> git.openstreetmap.org Git - rails.git/commitdiff
Lighten Leaflet scale control borders in dark mode
authorAnton Khorev <tony29@yandex.ru>
Wed, 8 May 2024 11:07:55 +0000 (14:07 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 8 May 2024 11:08:17 +0000 (14:08 +0300)
app/assets/stylesheets/common.scss

index 3c75a67661f2fba4265f8f9c40852b0b5f62a760..0fd3317e0f1da9d13b784e34f1c3837f5ea4af01 100644 (file)
@@ -489,6 +489,10 @@ body.small-nav {
   .leaflet-control-attribution a {
     color: var(--bs-link-color);
   }
   .leaflet-control-attribution a {
     color: var(--bs-link-color);
   }
+
+  .leaflet-control-scale-line {
+    @extend .border-light, .border-opacity-75;
+  }
 }
 
 /* Rules for attribution text under the main map shown on printouts */
 }
 
 /* Rules for attribution text under the main map shown on printouts */