]> git.openstreetmap.org Git - rails.git/commitdiff
Use body color to remove backgrounds of dropdown buttons
authorAnton Khorev <tony29@yandex.ru>
Mon, 8 Apr 2024 22:47:27 +0000 (01:47 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 8 Apr 2024 22:47:59 +0000 (01:47 +0300)
app/views/layouts/_header.html.erb

index cb220612fe6d9d73b7008063bd5de3492aa58b3f..f61d0806f36bd4ab704651a6f8b60f542bffbde2 100644 (file)
@@ -60,7 +60,7 @@
         <%= link_to t("layouts.about"), about_path, :class => header_nav_link_class(about_path) %>
       </li>
       <li id="compact-secondary-nav" class="dropdown nav-item">
-        <button class="dropdown-toggle nav-link btn btn-outline-secondary border-0 bg-white text-secondary" type="button" data-bs-toggle="dropdown"><%= t "layouts.more" %></button>
+        <button class="dropdown-toggle nav-link btn btn-outline-secondary border-0 bg-body text-secondary" type="button" data-bs-toggle="dropdown"><%= t "layouts.more" %></button>
         <ul class="dropdown-menu">
           <% if Settings.status != "database_offline" && can?(:index, Issue) %>
             <li>
@@ -81,7 +81,7 @@
     </ul>
     <% if current_user && current_user.id %>
       <div class='d-inline-flex dropdown user-menu logged-in'>
-        <button class='dropdown-toggle btn btn-outline-secondary border-secondary-subtle bg-white text-secondary px-2 py-1 flex-grow-1' type='button' data-bs-toggle='dropdown'>
+        <button class='dropdown-toggle btn btn-outline-secondary border-secondary-subtle bg-body text-secondary px-2 py-1 flex-grow-1' type='button' data-bs-toggle='dropdown'>
           <%= user_thumbnail_tiny(current_user, :width => 25, :height => 25, :class => "user_thumbnail_tiny rounded-1") %>
           <%= render :partial => "layouts/inbox" %>
           <span class="user-button">