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
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;
}
}