From 88dfd3287fea68ac0dfaaaa6159b12af74974007 Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Mon, 25 Feb 2019 17:57:48 +0100 Subject: [PATCH] Normalise room list font weight and make bold when there are unreads. --- res/css/views/rooms/_RoomTile.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/css/views/rooms/_RoomTile.scss b/res/css/views/rooms/_RoomTile.scss index f2557f7849..97b2c48236 100644 --- a/res/css/views/rooms/_RoomTile.scss +++ b/res/css/views/rooms/_RoomTile.scss @@ -102,7 +102,6 @@ limitations under the License. .mx_RoomTile_name { font-size: 14px; - font-weight: 600; padding: 0 6px; color: $roomtile-name-color; white-space: nowrap; @@ -155,7 +154,7 @@ limitations under the License. .mx_RoomTile_unread, .mx_RoomTile_highlight { .mx_RoomTile_name { - // font-weight: 700; // bold is too loud in the end + font-weight: 600; color: $roomtile-selected-color; } }