mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Twenty Fourteen: fix menu toggle display on older Android devices. Props obenland, DavidTheMachine. Fixes #27456.
Built from https://develop.svn.wordpress.org/trunk@28698 git-svn-id: http://core.svn.wordpress.org/trunk@28515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5fb95760aa
commit
8ded986462
@ -1007,7 +1007,6 @@ span + .edit-link:before,
|
||||
background-color: #000;
|
||||
border-radius: 0;
|
||||
cursor: pointer;
|
||||
font-size: 0;
|
||||
height: 48px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
@ -1022,8 +1021,7 @@ span + .edit-link:before,
|
||||
.menu-toggle:before {
|
||||
color: #fff;
|
||||
content: "\f419";
|
||||
display: inline;
|
||||
margin-top: 16px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.menu-toggle:active,
|
||||
|
Loading…
Reference in New Issue
Block a user