From 51a5c473aeacd40f10d665ae3175dd5cfd650bef Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 28 Oct 2019 04:02:22 +0100 Subject: [PATCH] Fix select element styling for Firefox --- src/sass/inputs.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/sass/inputs.scss b/src/sass/inputs.scss index a06343f..10e49b6 100644 --- a/src/sass/inputs.scss +++ b/src/sass/inputs.scss @@ -24,6 +24,15 @@ select { font-size: 14px; } +input[type="text"] { + height: 16px; +} + +select { + height: 20px; + padding: 0 2px; +} + input[type="date"]::-webkit-inner-spin-button { display: none; }