fix: remove link icon on table sorting links
This commit is contained in:
parent
8c9e24f238
commit
e7e7d2bc6b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user