mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 08:21:37 +08:00
Sorting icons are visible in table header row [SCI-8725]
This commit is contained in:
parent
6d4b2c9a9e
commit
780da16dde
1 changed files with 15 additions and 0 deletions
|
|
@ -52,6 +52,18 @@
|
||||||
|
|
||||||
.dataTables_scrollHead {
|
.dataTables_scrollHead {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
.table.dataTable .sorting {
|
||||||
|
&::after {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
&::after {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -76,6 +88,9 @@
|
||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
td:nth-child(4) {
|
||||||
|
min-width: min-content;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue