Remove hover effect from files in the files panel

This commit is contained in:
Travis Ralston 2021-07-19 10:07:16 -06:00
parent 676d2aa187
commit 097cc858ce

View file

@ -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');
}