From aeb6d2287b8a858a84f024c6dff8e39298ed281f Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sat, 7 Jan 2017 18:59:57 +0100 Subject: [PATCH] Remove unused upload button css closes #7271 --- app/assets/stylesheets/publisher.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/publisher.scss b/app/assets/stylesheets/publisher.scss index 2504f8d34..51c4a494f 100644 --- a/app/assets/stylesheets/publisher.scss +++ b/app/assets/stylesheets/publisher.scss @@ -274,11 +274,6 @@ padding: 4px 2px; text-decoration: none; i { color: $text-grey; } - - [type='file'], - [type='file']::-webkit-file-upload-button { - cursor: pointer; - } } .btn.btn-link:hover {