mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 19:16:37 -04:00
fix(search): search input and results outline (#761)
This commit is contained in:

committed by
GitHub

parent
6613f94b75
commit
48bae073cb
@@ -2,7 +2,7 @@
|
||||
li {
|
||||
@apply hx:mx-2.5 hx:break-words hx:rounded-md hx:contrast-more:border hx:text-gray-800 hx:contrast-more:border-transparent hx:dark:text-gray-300;
|
||||
a {
|
||||
@apply hx:block hx:scroll-m-12 hx:px-2.5 hx:py-2;
|
||||
@apply hx:focus-visible:outline-none hx:focus:outline-none hx:block hx:scroll-m-12 hx:px-2.5 hx:py-2;
|
||||
}
|
||||
|
||||
.hextra-search-title {
|
||||
|
Reference in New Issue
Block a user