Skip to content

Commit

Permalink
Merge pull request #695 from momocus/pr/issue690/keyboard-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
momocus authored Jun 15, 2024
2 parents 480f506 + 843c454 commit fb42b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ h1 {
@extend .btn;
@extend .btn-primary;
@extend .rounded-pill;
@extend .shadow;
}

.float-button-secondary {
Expand All @@ -56,7 +55,6 @@ h1 {
@extend .border-primary;
@extend .border;
@extend .rounded-pill;
@extend .shadow;
}

// ------ index ------
Expand Down
2 changes: 1 addition & 1 deletion app/views/sakes/_sake.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="col-auto pe-0">
<div class="dropdown" data-testid="sake_buttons_<%= sake.id %>">
<% id = "dropdownMenuSake#{sake.id}" %>
<button class="btn dropdown-toggle py-0" type="button"
<button class="btn btn-link dropdown-toggle py-0" type="button"
id="<%= id %>" data-bs-toggle="dropdown" aria-expanded="false"
data-testid="dropdown_toggle_<%= sake.id %>">
<i class="bi-three-dots-vertical fs-5 text-primary"></i>
Expand Down

0 comments on commit fb42b16

Please sign in to comment.