From 5933bd15b1d6d211220bde3aad3e652ccab565af Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 30 Jan 2020 21:46:49 +0000 Subject: [PATCH] Remove strange size change on member hover Unclear why this is here, but removing as it feels quite glitchy, esp on matrix.org where there's no second line to print. --- res/css/views/rooms/_EntityTile.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/res/css/views/rooms/_EntityTile.scss b/res/css/views/rooms/_EntityTile.scss index e6800ef7b5..e37770066c 100644 --- a/res/css/views/rooms/_EntityTile.scss +++ b/res/css/views/rooms/_EntityTile.scss @@ -114,10 +114,6 @@ limitations under the License. opacity: 0.25; } -.mx_EntityTile:not(.mx_EntityTile_noHover):hover .mx_EntityTile_name { - font-size: 13px; -} - .mx_EntityTile_subtext { font-size: 11px; opacity: 0.5;