mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Exclude top-level-drag-row from hover effect
This commit is contained in:
parent
c909ca245f
commit
63155b1361
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.current,
|
.current,
|
||||||
tr:hover {
|
tr:hover:not(.top-level-drag-row) {
|
||||||
td {
|
td {
|
||||||
background: color(canvas-inset);
|
background: color(canvas-inset);
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|
Loading…
Reference in a new issue