Skip to content

Commit 9f0a881

Browse files
committed
Issues-613: Fixed link colors for user content
1 parent 6821cd8 commit 9f0a881

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/base/_messageList.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@
246246
}
247247

248248

249-
.Message.userContent {
250-
a {
249+
.Message.userContent, .CommentFormWrap .Preview {
250+
a, a:hover, a:focus {
251251
color: $global-blue;
252252
text-decoration: underline;
253253
}

0 commit comments

Comments
 (0)