Skip to content

Commit

Permalink
fix(modal): enable outline for focus state (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Dec 27, 2022
1 parent 542e02d commit f7a8bde
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/docsearch-css/src/modal.css
Expand Up @@ -157,10 +157,6 @@
display: none;
}

.DocSearch-Reset:focus {
outline: none;
}

.DocSearch-Reset:hover {
color: var(--docsearch-highlight-color);
}
Expand Down

0 comments on commit f7a8bde

Please sign in to comment.