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

Commit

Permalink
Fix hover
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed May 7, 2020
1 parent 54d211a commit 67249e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions res/css/views/rooms/_IRCLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,12 @@ $right-padding: 5px;
visibility: hidden;
}
}

// Suppress highlight thing from the normal Layout.
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line,
.mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_line,
.mx_EventTile:hover.mx_EventTile_unknown .mx_EventTile_line {
padding-left: 0;
border-left: 0;
}
}

0 comments on commit 67249e1

Please sign in to comment.