From 2c537a8dff16077635060e45c2f4589b1f86e45e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 29 Jun 2018 15:28:36 +0100 Subject: [PATCH] update styling Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/elements/_TextForEvent.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/elements/_TextForEvent.scss b/res/css/views/elements/_TextForEvent.scss index 8d46cbf84c..bb3aacfc88 100644 --- a/res/css/views/elements/_TextForEvent.scss +++ b/res/css/views/elements/_TextForEvent.scss @@ -17,3 +17,8 @@ limitations under the License. .mx_TextForEvent_username { cursor: pointer; } + +.mx_TextForEvent_username:hover { + text-decoration: none; + color: inherit; +}