Skip to content

Commit 6a5582b

Browse files
Merge pull request #3968 from OneCommunityGlobal/venkataramanan_fix_timelog_link_color_issue
Venkataramanan Fix: timelog links to be blue in tasks timelog
2 parents 9512bdb + b26c28a commit 6a5582b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Timelog/Timelog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
}
112112

113113
/* Hotfix: Prevent red color for project name and notes in Timelog */
114-
.notes-section, .notes-section *,
114+
.notes-section, .notes-section *:not(a),
115115
.text-success, .text-light, .text-muted, .dark-text-info, .dark-text-muted {
116116
color: #222 !important;
117117
}

0 commit comments

Comments
 (0)