Add hover effect on datatable head [SCI-7562]

This commit is contained in:
sboursen-scinote 2023-03-03 16:27:54 +01:00
parent f6ce634d1c
commit 678e54bdc4

View file

@ -29,6 +29,16 @@
opacity: 1;
}
&.sorting::after {
opacity: 0;
}
&.sorting:hover {
&::after {
opacity: 1;
}
}
&:first-child {
border-left: 0;
border-top-left-radius: $border-radius-default;