From dd4fb48516b215e16791207d7cb5fcc5edb1a43b Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 24 Sep 2020 10:59:56 +0100 Subject: [PATCH] Remove styling for select since we are not using it Co-authored-by: Nikita Karamov --- src/style/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/main.scss b/src/style/main.scss index e3eeccd..556d920 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -100,7 +100,6 @@ main { transition: background-color 300ms ease, border 300ms ease; } - select, textarea, input[type=url] { color: inherit;