Twenty Fourteen: fix menu toggle display on older Android devices. Props obenland, DavidTheMachine. Fixes #27456.

git-svn-id: https://develop.svn.wordpress.org/trunk@28698 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-06-08 18:23:06 +00:00
parent dfffa2cffd
commit 7a53e007ec

View File

@ -1007,7 +1007,6 @@ span + .edit-link:before,
background-color: #000; background-color: #000;
border-radius: 0; border-radius: 0;
cursor: pointer; cursor: pointer;
font-size: 0;
height: 48px; height: 48px;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
@ -1022,8 +1021,7 @@ span + .edit-link:before,
.menu-toggle:before { .menu-toggle:before {
color: #fff; color: #fff;
content: "\f419"; content: "\f419";
display: inline; padding: 15px;
margin-top: 16px;
} }
.menu-toggle:active, .menu-toggle:active,