]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4670'
authorTom Hughes <tom@compton.nu>
Tue, 9 Apr 2024 17:15:06 +0000 (18:15 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 9 Apr 2024 17:15:06 +0000 (18:15 +0100)
Gemfile.lock
app/assets/stylesheets/common.scss
app/views/site/export.html.erb

index 00bf5384b81e9fa09bc127cac1e478f5d521e2eb..f3e39e829b05a57e1749b4075761c3ee43f0e535 100644 (file)
@@ -95,7 +95,7 @@ GEM
     autoprefixer-rails (10.4.16.0)
       execjs (~> 2)
     aws-eventstream (1.3.0)
-    aws-partitions (1.909.0)
+    aws-partitions (1.910.0)
     aws-sdk-core (3.191.6)
       aws-eventstream (~> 1, >= 1.3.0)
       aws-partitions (~> 1, >= 1.651.0)
@@ -475,7 +475,7 @@ GEM
     rdoc (6.6.3.1)
       psych (>= 4.0.0)
     regexp_parser (2.9.0)
-    reline (0.5.0)
+    reline (0.5.1)
       io-console (~> 0.5)
     request_store (1.6.0)
       rack (>= 1.4)
@@ -485,7 +485,7 @@ GEM
     rouge (4.2.1)
     rtlcss (0.2.1)
       mini_racer (>= 0.6.3)
-    rubocop (1.62.1)
+    rubocop (1.63.0)
       json (~> 2.3)
       language_server-protocol (>= 3.17.0)
       parallel (~> 1.10)
index 8abff460ae2b0a6cadb8e78411494a05631710a8..3d9e69b761a45219603860dd6c3d456e66244bfb 100644 (file)
@@ -685,8 +685,6 @@ tr.turn:hover {
   }
 
   .export_boxy {
-    background: $lightgrey;
-
     > * {
         margin: -1px;
     }
index 3bc62883f8427751890fa9535d2f9d81610caf9c..9b9499e6586f4f117a7bc760a49741f3c0640bdf 100644 (file)
@@ -6,7 +6,7 @@
   <%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
 
   <div class='export_area_inputs'>
-    <div class='export_boxy border border-secondary-subtle rounded'>
+    <div class='export_boxy border border-secondary-subtle rounded bg-body-secondary'>
       <%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
       <div class="clearfix">
         <%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %>