Sorting icons are visible in table header row [SCI-8725]

This commit is contained in:
Giga Chubinidze 2023-08-09 04:57:01 +04:00
parent 6d4b2c9a9e
commit 780da16dde

View file

@ -52,6 +52,18 @@
.dataTables_scrollHead {
flex-shrink: 0;
.table.dataTable .sorting {
&::after {
opacity: 0;
}
&:hover {
&::after {
opacity: 1;
}
}
}
}
}
@ -76,6 +88,9 @@
display: initial;
}
}
td:nth-child(4) {
min-width: min-content;
}
}
}