Skip to content

Commit

Permalink
feat(open-library): improve focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed Mar 1, 2024
1 parent bb8f125 commit 3434e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/open-library/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ app-book-search {
max-width: min(100%, 25em);
}

input:focus-visible {
&:focus-within input {
flex-grow: 1;
}
}
Expand Down

0 comments on commit 3434e71

Please sign in to comment.