From 46bd1a9a2ed7f72fbc5cefa5174aaf40408b5349 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 15 Jul 2020 11:18:56 +0200 Subject: [PATCH] Remove webkit-appearance: none This is the default anyway, and we don't need this for anything specific. --- app/assets/stylesheets/common.scss | 1 - app/assets/stylesheets/small.scss | 6 ------ 2 files changed, 7 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 9ffca27e3..5bbaf487c 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -80,7 +80,6 @@ small, aside { a { color: #24d; text-decoration: none; - -webkit-appearance: none; outline: 0; &:hover { text-decoration: underline; diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index aa2dc323c..ddd812dc1 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -3,12 +3,6 @@ /* Styles specific to a small screen, such as iPhone, Android, etc... */ body.small { - - input[type="submit"], - input[type="text"] { - -webkit-appearance: none; - } - #menu-icon { display: inline-block !important; } -- 2.43.2