Skip to content

Commit d87e351

Browse files
committed
移除思考的hover变色
1 parent 7b56882 commit d87e351

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/components/markdown.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ const ThinkCollapse = styled(
9292
}
9393
}
9494
95-
.ant-collapse-item:hover {
96-
background-color: color-mix(
97-
in srgb,
98-
var(--hover-color) 40%,
99-
transparent
100-
) !important;
101-
}
102-
10395
.ant-collapse-item-active {
10496
.ant-collapse-header {
10597
border-bottom-color: transparent !important;

0 commit comments

Comments
 (0)