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 {
|
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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue