Skip to content

Commit 6c87cd4

Browse files
committed
fix: on firefox, timeline has extra underlines
Signed-off-by: Nick Mitchell <[email protected]>
1 parent d3d7d40 commit 6c87cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pdl-live-react/src/view/timeline/Timeline.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
}
4848

4949
/* Link hover effects */
50+
.pdl-timeline-kind a {
51+
text-decoration: none;
52+
}
5053
.pdl-timeline-row:hover {
5154
.pdl-timeline-kind a {
5255
text-decoration: underline;

0 commit comments

Comments
 (0)