fix border radius on select

This commit is contained in:
Justin Falcone 2020-04-21 21:38:24 -04:00 committed by GitHub
parent 5509453e21
commit 0b41a29186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,6 +336,7 @@ select {
background-image: svg-load("./icon/button-down.svg"); background-image: svg-load("./icon/button-down.svg");
background-position: top 2px right 2px; background-position: top 2px right 2px;
background-repeat: no-repeat; background-repeat: no-repeat;
border-radius: 0;
} }
select:focus, select:focus,