mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Prevent #dupe bgcolor from being carried over when copying text
use 'background-image' instead of 'background-color' to prevent the background-color from being carried over when copying text to another field in day mode
This commit is contained in:
parent
6ffa744096
commit
7c5031ab28
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
background: var(--frame-bg);
|
background: var(--frame-bg);
|
||||||
|
|
||||||
&.dupe {
|
&.dupe {
|
||||||
background: var(--flag1-bg);
|
background-image: linear-gradient(var(--flag1-bg), var(--flag1-bg));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue