Fix select element down arrow size on light mode

This commit is contained in:
Kalle
2025-10-04 12:08:23 +03:00
parent 7e96b81a87
commit 9c2af503b0

View File

@@ -202,7 +202,7 @@ select:disabled {
/* Temporary solution for issue: https://github.com/sendou-ink/sendou.ink/issues/1141 */
.light select {
/* TODO: Get color from CSS var */
background-image: url('data:image/svg+xml;utf8,<svg width="1rem" color="rgb(0 0 0 / 55%)" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>');
background-image: url('data:image/svg+xml;utf8,<svg width="17px" color="rgb(0 0 0 / 55%)" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>');
}
select::selection {