From 32ee2d2bf3b903311bdcfceb53d577784b261f4c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 17 May 2023 15:47:15 +0200 Subject: [PATCH] Change color of dropdown icon to grey Resolves MS-717 #complete --- client/src/styles/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/_forms.scss b/client/src/styles/_forms.scss index ae23ccb9..137a365e 100644 --- a/client/src/styles/_forms.scss +++ b/client/src/styles/_forms.scss @@ -14,7 +14,7 @@ $icon-size: 20px; appearance: none; text-indent: 1px; text-overflow: ''; - background-image: url('data:image/svg+xml;utf8,'); + background-image: url('data:image/svg+xml;utf8,'); background-repeat: no-repeat; background-position: 97% center; background-size: 24px 24px;