fix(css): prevent kbd unwanted style overriding (#1389)
This commit is contained in:
parent
716b515f39
commit
613f2a882d
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue