From 6b27ae2bac5fc7502b70e69e0d38cee7b9d71eb9 Mon Sep 17 00:00:00 2001 From: Alex White Date: Tue, 22 Aug 2017 14:33:22 -0500 Subject: Hiding the rogue webkit file input button (#7130) --- webapp/sass/components/_inputs.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/sass/components/_inputs.scss b/webapp/sass/components/_inputs.scss index 857772d7c..4d99e00e4 100644 --- a/webapp/sass/components/_inputs.scss +++ b/webapp/sass/components/_inputs.scss @@ -46,6 +46,10 @@ input { } } +input::-webkit-file-upload-button { + display: none +} + ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: inherit; opacity: 0.5; -- cgit v1.2.3-1-g7c22