Skip to content

Commit 5217ac0

Browse files
committed
Issues-490: links are underlined for user content
1 parent 1df3320 commit 5217ac0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
.Message.userContent {
138138
a {
139139
color: $global-blue;
140+
text-decoration: underline;
140141
}
141142
}
142143

0 commit comments

Comments
 (0)