Skip to content

Commit 76ce2d8

Browse files
committed
Make cursor: pointer explicit for anchor tags
1 parent d224bf8 commit 76ce2d8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/javascript/css/baseline.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ select {
546546
a {
547547
background-color: transparent;
548548
border-radius: 4px;
549+
cursor: pointer;
549550
color: var(--joy-link-primary);
550551
text-decoration-color: var(--joy-link-decoration);
551552
text-decoration-line: underline;

app/javascript/css/utilities/tailwind.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,10 +966,6 @@
966966
display: inline-block;
967967
}
968968

969-
.cursor-pointer {
970-
cursor: pointer;
971-
}
972-
973969
.w-\[16px\] {
974970
width: 16px;
975971
}

0 commit comments

Comments
 (0)