Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a7c9d4e

Browse files
committed
Use same link style in HTML messages
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.
1 parent 5419b42 commit a7c9d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ limitations under the License.
446446

447447
.mx_EventTile_content .markdown-body a {
448448
color: $accent-color-alt;
449+
text-decoration: underline;
449450
}
450451

451452
.mx_EventTile_content .markdown-body .hljs {

0 commit comments

Comments
 (0)