From e7e7d2bc6b4a96ce3dc6735b4a869e0cfe2bf4fe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 19 Dec 2019 11:00:22 +0100 Subject: [PATCH] fix: remove link icon on table sorting links --- frontend/src/app.sass | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/src/app.sass b/frontend/src/app.sass index 14460cf2a..e574b4d15 100644 --- a/frontend/src/app.sass +++ b/frontend/src/app.sass @@ -352,6 +352,9 @@ input[type="button"].btn-info:hover, content: fa-content($fa-var-link) margin-right: 0.25em + &.table__th-link::before + display: none + @media (max-width: 1200px) .table th padding: 4px 6px @@ -360,12 +363,6 @@ input[type="button"].btn-info:hover, max-height: 200px overflow-y: auto -.table__th-link - font-weight: bold - - &::before - display: none - .table--vertical th background-color: transparent