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

Commit

Permalink
Merge pull request #6513 from matrix-org/jano/fix-link-decoration
Browse files Browse the repository at this point in the history
Fix inconsistent styling for links on hover
  • Loading branch information
janogarcia committed Jul 30, 2021
2 parents 42d6afd + adfbcdc commit 27e432d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,14 @@ $hover-select-border: 4px;

/* Various markdown overrides */

.mx_EventTile_body pre {
border: 1px solid transparent;
.mx_EventTile_body {
a:hover {
text-decoration: underline;
}

pre {
border: 1px solid transparent;
}
}

.mx_EventTile_content .markdown-body {
Expand Down

0 comments on commit 27e432d

Please sign in to comment.