Skip to content

Commit

Permalink
Merge pull request #6382 from samvera/sidebar_focus
Browse files Browse the repository at this point in the history
Sidebar entry focus color fix
  • Loading branch information
dlpierce committed Oct 24, 2023
2 parents 336b593 + cfcf118 commit d6d3485
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/assets/stylesheets/hyrax/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,14 @@ $gutter-width: $grid-gutter-width/2;
li {
white-space: nowrap;

> a:hover, > a:focus {
> a:focus {
color: $admin-sidebar-link-color;
}

> a:hover {
text-decoration: none;
background-color: $admin-sidebar-link-background-color;
color: $admin-sidebar-link-hover-color;
}
}

Expand Down

0 comments on commit d6d3485

Please sign in to comment.