Exclude top-level-drag-row from hover effect

This commit is contained in:
Matthias Metelka 2022-10-21 11:15:32 +02:00
parent c909ca245f
commit 63155b1361

View file

@ -42,7 +42,7 @@ body {
}
.current,
tr:hover {
tr:hover:not(.top-level-drag-row) {
td {
background: color(canvas-inset);
&:first-child {