fix: remove link icon on table sorting links

This commit is contained in:
Gregor Kleen 2019-12-19 11:00:22 +01:00
parent 8c9e24f238
commit e7e7d2bc6b

View File

@ -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