Fix Content control "down arrow" cannot be recognized in dark mode

- add missing image path for data-them dark
Signed-off-by: Darshan-upadhyay1110 <darshan.upadhyay@collabora.com>
Change-Id: If6850770548d35eb95125ce0be1c52a557f5b344
pull/7633/head
Darshan-upadhyay1110 2023-11-03 19:52:07 +05:30 committed by Rashesh Padia
parent 00050a59c2
commit 10d1c946af
1 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,8 @@
box-sizing: border-box;
box-shadow: 0 0 1px 1px #00000015;
}
[data-theme='dark'] .writer-drop-down-marker {
background: url('images/dark/unfold.svg') center/16px var(--color-background-lighter) no-repeat;
border: 1px solid var(--color-primary-lighter);
}