Enable focus outline on More button
This commit is contained in:
parent
a4a294b1b8
commit
3fc971d03c
2 changed files with 8 additions and 10 deletions
|
@ -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) %>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue