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

Commit

Permalink
Restore pointer cursor for SenderProfile in message bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg committed Jul 29, 2021
1 parent ef8d2e8 commit 6c68f77
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 6c68f77

Please sign in to comment.