File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,6 @@ div[id^="headlessui-menu-items"] {
103
103
@apply first:mr-0 hover:!text-primary;
104
104
}
105
105
106
- button [id ^= "headlessui-menu-button" ] {
107
- @apply hover:text-primary;
108
-
109
- + div > a {
110
- @apply hover:text-primary;
111
- }
112
- }
113
-
114
106
.nextra-search {
115
107
@apply ml-auto;
116
108
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export default {
96
96
97
97
function Emphasis ( { children } : { children : React . ReactNode } ) {
98
98
return (
99
- < span className = "[a:has(>&)]:[a:has(>&)]:border [a:has(>&)]:border [a:has(>&)]:border-current [a:has(>&)]:text-pri-base dark:[a:has(>&)]:text-pri-light [a:hover:has(>&)]:border-transparent" >
99
+ < span className = "[a:has(>&)]:[a:has(>&)]:border [a:has(>&)]:border [a:has(>&)]:border-current [a:has(>&)]:text-pri-base dark:[a:has(>&)]:text-pri-light [a:hover:has(>&)]:border-transparent [a:hover:has(>&)]:no-underline " >
100
100
{ children }
101
101
</ span >
102
102
)
You can’t perform that action at this time.
0 commit comments