Skip to content

Commit

Permalink
Merge pull request #586 from sul-dlss/landing-page-search-focus-fix
Browse files Browse the repository at this point in the history
Adjust landing page search focus styling
  • Loading branch information
corylown authored May 2, 2024
2 parents 28d58f4 + c59e6fd commit 6f1e19f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/sulLanding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ $featured-teaser-overhang: 1rem;
color: $stanford-black;
}

.input-group > .search-autocomplete-wrapper input:focus {
box-shadow: none;
}

.search-query-form .input-group:focus-within {
box-shadow: 0 0 0 0.25rem rgba($link-dark-color, 0.25);
}

li a {
font-size: 1.125rem;
font-weight: 350;
Expand Down

0 comments on commit 6f1e19f

Please sign in to comment.