From: Andy Allan Date: Wed, 15 Jul 2020 09:18:56 +0000 (+0200) Subject: Remove webkit-appearance: none X-Git-Tag: live~2053^2~5 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/46bd1a9a2ed7f72fbc5cefa5174aaf40408b5349 Remove webkit-appearance: none This is the default anyway, and we don't need this for anything specific. --- 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; }