Skip to content

Commit

Permalink
fixed focus style bug in header
Browse files Browse the repository at this point in the history
  • Loading branch information
maxturer committed Apr 26, 2024
1 parent 62eedf1 commit 177bab5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/scholarspace/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,14 @@ header {
height: unset;
padding: calc(0.3rem + 4px) 0.75rem;
border-radius: 0;
outline: none;
color: $gw-dark-blue;

&:focus {
height: unset;
border: none;
background-color: $gw-hover-buff;
}
}
}

Expand Down

0 comments on commit 177bab5

Please sign in to comment.