Skip to content

Commit

Permalink
Adjust landing page search focus styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-steve committed May 2, 2024
1 parent 28d58f4 commit c59e6fd
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 c59e6fd

Please sign in to comment.