Remove webkit-appearance: none

This is the default anyway, and we don't need this for anything specific.
This commit is contained in:
Andy Allan 2020-07-15 11:18:56 +02:00
parent 3f6fd290d7
commit 46bd1a9a2e
2 changed files with 0 additions and 7 deletions

View file

@ -80,7 +80,6 @@ small, aside {
a { a {
color: #24d; color: #24d;
text-decoration: none; text-decoration: none;
-webkit-appearance: none;
outline: 0; outline: 0;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;

View file

@ -3,12 +3,6 @@
/* Styles specific to a small screen, such as iPhone, Android, etc... */ /* Styles specific to a small screen, such as iPhone, Android, etc... */
body.small { body.small {
input[type="submit"],
input[type="text"] {
-webkit-appearance: none;
}
#menu-icon { #menu-icon {
display: inline-block !important; display: inline-block !important;
} }