From f50a70f67ae442ee2975bfe9fb58a5d8f1df221a Mon Sep 17 00:00:00 2001 From: Agate Date: Tue, 4 Aug 2020 14:06:40 +0200 Subject: [PATCH] Fixed content flashing on track table --- front/src/style/components/_track_table.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/front/src/style/components/_track_table.scss b/front/src/style/components/_track_table.scss index 6dc7ea288..7fd40ff11 100644 --- a/front/src/style/components/_track_table.scss +++ b/front/src/style/components/_track_table.scss @@ -1,7 +1,4 @@ .component-track-table { - tr:not(:hover) .favorite-icon:not(.favorited) { - display: none; - } pre { overflow-x: scroll; }