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)
|
content: fa-content($fa-var-link)
|
||||||
margin-right: 0.25em
|
margin-right: 0.25em
|
||||||
|
|
||||||
|
&.table__th-link::before
|
||||||
|
display: none
|
||||||
|
|
||||||
@media (max-width: 1200px)
|
@media (max-width: 1200px)
|
||||||
.table th
|
.table th
|
||||||
padding: 4px 6px
|
padding: 4px 6px
|
||||||
@ -360,12 +363,6 @@ input[type="button"].btn-info:hover,
|
|||||||
max-height: 200px
|
max-height: 200px
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
|
|
||||||
.table__th-link
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
&::before
|
|
||||||
display: none
|
|
||||||
|
|
||||||
.table--vertical
|
.table--vertical
|
||||||
th
|
th
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user