From 097cc858ce479334a8134399ec9dac68f98f9646 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 19 Jul 2021 10:07:16 -0600 Subject: [PATCH] Remove hover effect from files in the files panel --- res/css/structures/_FilePanel.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/res/css/structures/_FilePanel.scss b/res/css/structures/_FilePanel.scss index 7b975110e1..1a02c0d5ac 100644 --- a/res/css/structures/_FilePanel.scss +++ b/res/css/structures/_FilePanel.scss @@ -118,10 +118,6 @@ limitations under the License. padding-left: 0px; } -.mx_FilePanel .mx_EventTile:hover .mx_EventTile_line { - background-color: $primary-bg-color; -} - .mx_FilePanel_empty::before { mask-image: url('$(res)/img/element-icons/room/files.svg'); }