chore: just use pagefind style api
This commit is contained in:
parent
f101b78325
commit
c5462baea7
1 changed files with 1 additions and 9 deletions
|
@ -850,8 +850,7 @@ textarea {
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
textarea,
|
textarea {
|
||||||
.pagefind-ui__search-input {
|
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -895,7 +894,6 @@ code,
|
||||||
a,
|
a,
|
||||||
.webmentions__wrapper .interaction__wrapper .avatar__wrapper,
|
.webmentions__wrapper .interaction__wrapper .avatar__wrapper,
|
||||||
.media__grid .item__wrapper,
|
.media__grid .item__wrapper,
|
||||||
.pagefind-ui__search-input,
|
|
||||||
.pill--button,
|
.pill--button,
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
|
@ -906,7 +904,6 @@ textarea {
|
||||||
|
|
||||||
.webmentions__wrapper .interaction__wrapper .avatar__wrapper,
|
.webmentions__wrapper .interaction__wrapper .avatar__wrapper,
|
||||||
.media__grid .item__wrapper,
|
.media__grid .item__wrapper,
|
||||||
.pagefind-ui__search-input,
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -1137,11 +1134,6 @@ h6 > svg,
|
||||||
stroke: var(--blue-400)
|
stroke: var(--blue-400)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* search */
|
|
||||||
.pagefind-ui__form .pagefind-ui__result-link {
|
|
||||||
color: var(--blue-400);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* inputs */
|
/* inputs */
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
|
|
Reference in a new issue