Remove webkit-appearance: none
This is the default anyway, and we don't need this for anything specific.
This commit is contained in:
parent
3f6fd290d7
commit
46bd1a9a2e
2 changed files with 0 additions and 7 deletions
|
@ -80,7 +80,6 @@ small, aside {
|
|||
a {
|
||||
color: #24d;
|
||||
text-decoration: none;
|
||||
-webkit-appearance: none;
|
||||
outline: 0;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue