]> git.openstreetmap.org Git - rails.git/commitdiff
Remove webkit-appearance: none
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jul 2020 09:18:56 +0000 (11:18 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jul 2020 09:19:29 +0000 (11:19 +0200)
This is the default anyway, and we don't need this for anything specific.

app/assets/stylesheets/common.scss
app/assets/stylesheets/small.scss

index 9ffca27e38bfe1a796da275d6750d73c8a5fa39e..5bbaf487c660f7948f1490d36f9592cadd87ee18 100644 (file)
@@ -80,7 +80,6 @@ small, aside {
 a {
   color: #24d;
   text-decoration: none;
-  -webkit-appearance: none;
   outline: 0;
   &:hover {
     text-decoration: underline;
index aa2dc323c97676b086551c282f28bd20a82508b2..ddd812dc1064b1f5cf10b74dbf67317c248bb2ea 100644 (file)
@@ -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;
   }