From 0b41a291866d881de22fc1f138f44666c124ee6b Mon Sep 17 00:00:00 2001 From: Justin Falcone Date: Tue, 21 Apr 2020 21:38:24 -0400 Subject: [PATCH] fix border radius on select --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index d5cfe1e..ef029b6 100644 --- a/style.css +++ b/style.css @@ -336,6 +336,7 @@ select { background-image: svg-load("./icon/button-down.svg"); background-position: top 2px right 2px; background-repeat: no-repeat; + border-radius: 0; } select:focus,