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 #6501 from matrix-org/gsouquet/fix-18249
Browse files Browse the repository at this point in the history
Restore pointer cursor for SenderProfile in message bubbles
  • Loading branch information
germain-gg committed Jul 29, 2021
2 parents 44bab05 + 6c68f77 commit 3bd393f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ $hover-select-border: 4px;
font-size: $font-14px;
display: inline-block; /* anti-zalgo, with overflow hidden */
overflow: hidden;
cursor: pointer;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
Expand Down Expand Up @@ -322,6 +321,10 @@ $hover-select-border: 4px;
// on ELS we need the margin to allow interaction with the expand/collapse button which is normally in the RR gutter
}

.mx_SenderProfile {
cursor: pointer;
}

.mx_EventTile_bubbleContainer {
display: grid;
grid-template-columns: 1fr 100px;
Expand Down

0 comments on commit 3bd393f

Please sign in to comment.