Skip to content

Commit

Permalink
Merge pull request #2765 from sul-dlss/focus-ring
Browse files Browse the repository at this point in the history
fix focus ring, #2674
  • Loading branch information
corylown authored Dec 20, 2024
2 parents 3bdfdab + d6bf301 commit f5bd4a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/modules/accessibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
outline: $input-focus-border-color auto 5px;
}
}

/* Needed for box-shadow to wrap around the entire element */
/* Component library uses box-shadow to provide a two color focus ring */
.browse-landing a, .browse-categories a {
display: inline-flex;
}

0 comments on commit f5bd4a4

Please sign in to comment.