mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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,
|
||||
tr:hover {
|
||||
tr:hover:not(.top-level-drag-row) {
|
||||
td {
|
||||
background: color(canvas-inset);
|
||||
&:first-child {
|
||||
|
|
Loading…
Reference in a new issue