Skip to content

Commit 06ca85f

Browse files
authored
Merge pull request #20766 from huanfe1/development
fix: link cursor error on description
2 parents 7f3bcbe + ffb2ea0 commit 06ca85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/ui/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
.link-button-component {
6262
color: var(--link-button-color);
6363
text-decoration: none;
64-
cursor: pointer;
64+
cursor: pointer !important;
6565

6666
display: inline-flex;
6767
align-items: center;

0 commit comments

Comments
 (0)