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 {
color: #24d;
text-decoration: none;
-webkit-appearance: none;
outline: 0;
&:hover {
text-decoration: underline;

View 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;
}