From 1a4370c90e3d3b5e32831f38f8999054931407a8 Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Sat, 16 May 2020 15:07:12 +0200 Subject: [PATCH] doesn't work yet --- app/assets/stylesheets/favorites.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/favorites.scss b/app/assets/stylesheets/favorites.scss index f500a8d..908b25c 100644 --- a/app/assets/stylesheets/favorites.scss +++ b/app/assets/stylesheets/favorites.scss @@ -40,11 +40,5 @@ border-bottom: 1px solid #ddd; } - th .asc { - background-image: url("app/assets/images/up.png"); - } - th .desc { - background-image: url("app/assets/images/down.png"); - } } \ No newline at end of file