fix(css): firefox placeholder opacity
This commit is contained in:
parent
1957f5ad5f
commit
43ea3752fd
1 changed files with 2 additions and 1 deletions
|
|
@ -79,12 +79,13 @@
|
|||
font-size: 1.2em;
|
||||
height: 100%;
|
||||
outline: none;
|
||||
padding-left: 8px;
|
||||
padding: 0 0 0 8px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.DocSearch-Input::placeholder {
|
||||
color: var(--docsearch-muted-color);
|
||||
opacity: 1; /* Firefox */
|
||||
}
|
||||
|
||||
.DocSearch-Input::-webkit-search-cancel-button,
|
||||
|
|
|
|||
Loading…
Reference in a new issue