From 175fc0e2a1df8954d2b13f75373e8b23a93ce805 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 9 Jun 2020 23:13:57 -0600 Subject: [PATCH] Appease the style linter --- res/css/views/rooms/_RoomTile2.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_RoomTile2.scss b/res/css/views/rooms/_RoomTile2.scss index 48389adfc8..609cf53062 100644 --- a/res/css/views/rooms/_RoomTile2.scss +++ b/res/css/views/rooms/_RoomTile2.scss @@ -84,11 +84,12 @@ limitations under the License. } // The menu button is hidden by default - // TODO: [Notifications] Add your bell icon class here, similar to the following approach: + // TODO: [Notifications] Use mx_RoomTile2_notificationsButton, similar to the following approach: // https://github.com/matrix-org/matrix-react-sdk/blob/2180a56074f3698fc0241c309a72ba6cad802d1c/res/css/views/rooms/_RoomSublist2.scss#L48-L76 // You'll need to do the same down below on the &:hover selector for the tile. // ... also remove this 4 line TODO comment. - .mx_RoomTile2_menuButton { + .mx_RoomTile2_menuButton, + .mx_RoomTile2_notificationsButton { width: 0; height: 0; visibility: hidden;