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
@ -19,7 +19,7 @@
|
||||
background: var(--frame-bg);
|
||||
|
||||
&.dupe {
|
||||
background: var(--flag1-bg);
|
||||
background-image: linear-gradient(var(--flag1-bg), var(--flag1-bg));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user