Adding line next to select arrow

This commit is contained in:
Jeff Avallone 2018-02-15 17:52:04 -05:00
parent 569c06b041
commit f3e3e7922c

View File

@ -80,5 +80,6 @@
top: calc((var(--select-height) - 24px) / 2);
right: 0;
pointer-events: none;
border-left: 0.2rem solid var(--color-black);
}
}