Skip to content

Commit

Permalink
Use same link style in HTML messages
Browse files Browse the repository at this point in the history
Links in HTML messages were missing the usual underline style, making them
look different from links in text messages (which already do this).

Fixes element-hq/element-web#4655.
  • Loading branch information
jryans committed Jan 5, 2019
1 parent 5419b42 commit a7c9d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ limitations under the License.

.mx_EventTile_content .markdown-body a {
color: $accent-color-alt;
text-decoration: underline;
}

.mx_EventTile_content .markdown-body .hljs {
Expand Down

0 comments on commit a7c9d4e

Please sign in to comment.