From 119806bdbd8494724206ca3112c4f3410f6c80cf Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 11 Feb 2019 13:31:06 +0000 Subject: [PATCH] !important shouldn't have a space I wonder if this is making SCSS choke. --- res/css/views/rooms/_RoomTile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_RoomTile.scss b/res/css/views/rooms/_RoomTile.scss index 220790784e..2024a503ae 100644 --- a/res/css/views/rooms/_RoomTile.scss +++ b/res/css/views/rooms/_RoomTile.scss @@ -154,7 +154,7 @@ limitations under the License. } .mx_RoomTile_unread, .mx_RoomTile_highlight { - font-weight: 700 ! important; + font-weight: 700 !important; .mx_RoomTile_name { color: $roomtile-selected-color; @@ -176,7 +176,7 @@ limitations under the License. } .mx_RoomTile:focus { - filter: none ! important; + filter: none !important; background-color: $roomtile-focused-bg-color; }