Skip to content

Commit a433777

Browse files
authored
Merge pull request #56 from topcoder-platform/develop
v1.8
2 parents 0a921f2 + 93a2ccf commit a433777

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,9 @@
246246
}
247247

248248

249-
.Message.userContent {
250-
a {
249+
.Message.userContent, .CommentFormWrap .Preview {
250+
a, a:hover, a:focus {
251+
font-size: $global-large_fontSize;
251252
color: $global-blue;
252253
text-decoration: underline;
253254
}

0 commit comments

Comments
 (0)