Skip to content

Commit 3664634

Browse files
committed
Fix Link Cursors
1 parent e89ceea commit 3664634

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/components/Content/style.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@
7575
display: inline;
7676
}
7777

78-
.content .link {
79-
color: var(--color-primary);
80-
text-decoration: underline;
81-
cursor: pointer;
82-
}
83-
8478
.content .list {
8579
display: flex;
8680
flex-direction: column;
@@ -154,6 +148,16 @@
154148
margin: 0.25rem 0;
155149
}
156150

151+
.content .link {
152+
color: var(--color-primary);
153+
text-decoration: underline;
154+
cursor: pointer !important;
155+
}
156+
157+
.content .link * {
158+
cursor: pointer !important;
159+
}
160+
157161
.content:has(.root:empty) .no-content {
158162
display: flex;
159163
}

0 commit comments

Comments
 (0)