mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Add hover effect on datatable head [SCI-7562]
This commit is contained in:
parent
f6ce634d1c
commit
678e54bdc4
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue