Make pinned message text clickable

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-06-24 10:40:30 +02:00
parent ebe19168c2
commit 8d47ea63c2
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 35 additions and 4 deletions

View file

@ -17,4 +17,9 @@ limitations under the License.
.mx_TextualEvent {
opacity: 0.5;
overflow-y: hidden;
a {
color: $accent-color;
cursor: pointer;
}
}