updated saerch style

This commit is contained in:
Sojon 2023-05-30 13:08:58 +06:00
parent 91db25d125
commit 10a7253fa1
3 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,7 @@
@apply dark:text-darkmode-primary; @apply dark:text-darkmode-primary;
} }
&:focus, &:focus,
&[aria-selected="true"], &.search-item-selected,
&:hover { &:hover {
@apply dark:bg-darkmode-primary/10; @apply dark:bg-darkmode-primary/10;
} }

View File

@ -16,7 +16,7 @@ require (
github.com/gethugothemes/hugo-modules/images v0.0.0-20230529103733-b628b93bc0f6 // indirect github.com/gethugothemes/hugo-modules/images v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/modal v0.0.0-20230529103733-b628b93bc0f6 // indirect github.com/gethugothemes/hugo-modules/modal v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230529103733-b628b93bc0f6 // indirect github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/search v0.0.0-20230529103733-b628b93bc0f6 // indirect github.com/gethugothemes/hugo-modules/search v0.0.0-20230530061459-8309a3fa32d7 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230529103733-b628b93bc0f6 // indirect github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230529103733-b628b93bc0f6 // indirect github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230529103733-b628b93bc0f6 // indirect github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230529103733-b628b93bc0f6 // indirect

View File

@ -19,7 +19,6 @@ const purgecss = {
/^desc/, /^desc/,
/^zoom/, /^zoom/,
/^search/, /^search/,
/^[aria-selected]/,
/^:is/, /^:is/,
/dark/, /dark/,
/show/, /show/,