Forms: delete left border from select arrow for now

This commit is contained in:
Alex Gleason 2020-10-04 22:26:00 -05:00
parent dc23eff7cd
commit 2291e570ce
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -482,7 +482,6 @@ code {
content: "";
position: absolute;
right: 12px;
border-left: 1px solid var(--highlight-text-color);
height: calc(100% - 8px);
padding-left: 12px;
pointer-events: none;