Skip to content

Commit

Permalink
Refs #141134 - Get rid of outline for search input on focus.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 26, 2021
1 parent de304d6 commit b0619f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@ div#page-document {
input {
width: calc(100% - 55px);
border: none;

&:focus-visible {
border: none !important;
outline: none;
}
}

div.button {
Expand Down

0 comments on commit b0619f8

Please sign in to comment.