From a6787b186df2cbe0d44f23873f8fe4d1053908d5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 25 Apr 2023 01:54:42 -0400 Subject: [PATCH] remove redundent dropdown triangle in css --- common/static/sass/_Form.sass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/common/static/sass/_Form.sass b/common/static/sass/_Form.sass index 6710efe7..83d11f33 100644 --- a/common/static/sass/_Form.sass +++ b/common/static/sass/_Form.sass @@ -5,16 +5,12 @@ select - background: url('data:image/svg+xml;utf8,') center right no-repeat padding-right: 3.0rem - &:focus - background-image: url('data:image/svg+xml;utf8,') - textarea min-height: 6.5rem width: 100% - + select width: 100%