Skip to content

Commit

Permalink
fix(css): prevent kbd unwanted style overriding (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored May 18, 2022
1 parent 716b515 commit 613f2a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/docsearch-css/src/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
height: 18px;
justify-content: center;
margin-right: 0.4em;
padding-bottom: 2px;
position: relative;
padding: 0px 0px 2px 0px;
border: 0px;
top: -1px;
width: 20px;
}
Expand Down
4 changes: 3 additions & 1 deletion packages/docsearch-css/src/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ svg.DocSearch-Hit-Select-Icon {
height: 18px;
justify-content: center;
margin-right: 0.4em;
padding-bottom: 1px;
padding: 0px 0px 1px 0px;
color: var(--docsearch-muted-color);
border: 0px;
width: 20px;
}

Expand Down

0 comments on commit 613f2a8

Please sign in to comment.