]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_header.html.erb
Enable focus outline on More button
[rails.git] / app / views / layouts / _header.html.erb
index 8ff04536d19b6d4cbe99f41117b1448538c619f8..2a04ef2bd64c37dc21b84cfb6d5211044982f11e 100644 (file)
@@ -60,7 +60,7 @@
         <%= link_to t("layouts.about"), about_path, :class => "nav-link" %>
       </li>
       <li id="compact-secondary-nav" class="dropdown nav-item">
-        <button class="dropdown-toggle nav-link btn" type="button" data-bs-toggle="dropdown"><%= t "layouts.more" %></button>
+        <button class="dropdown-toggle nav-link btn btn-outline-secondary border-0" type="button" data-bs-toggle="dropdown"><%= t "layouts.more" %></button>
         <ul class="dropdown-menu">
           <% if Settings.status != "database_offline" && can?(:index, Issue) %>
             <li class="<%= current_page_class(issues_path) %>">