1
0
Fork 0

fix(css): prevent kbd unwanted style overriding (#1389)

This commit is contained in:
Clément Vannicatte 2022-05-18 09:31:58 +02:00 committed by GitHub
parent 716b515f39
commit 613f2a882d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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;
}

View file

@ -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;
}