From 4a46a3e4e0cb2e5a4857afe9d2c7f12d5a6d930a Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 11 Feb 2019 13:54:52 +0000 Subject: [PATCH] Fix mx_RoomTile_name weighting --- res/css/views/rooms/_RoomTile.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/rooms/_RoomTile.scss b/res/css/views/rooms/_RoomTile.scss index 2024a503ae..20b24a8088 100644 --- a/res/css/views/rooms/_RoomTile.scss +++ b/res/css/views/rooms/_RoomTile.scss @@ -157,6 +157,8 @@ limitations under the License. font-weight: 700 !important; .mx_RoomTile_name { + // Parent weighting won't apply to this because the above mx_RoomTile_name overrides. + font-weight: 700; color: $roomtile-selected-color; } }