Twenty Fourteen: partial revert of r26558 to avoid blocking access to the Menu Toggle in IE when in small viewports. See #26189 and #26379.

Built from https://develop.svn.wordpress.org/trunk@26661


git-svn-id: http://core.svn.wordpress.org/trunk@26551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-12-05 06:13:10 +00:00
parent 11715a29b8
commit ae33743f4c
2 changed files with 2 additions and 5 deletions

View File

@ -945,7 +945,6 @@ a.post-thumbnail:hover {
font-size: 16px;
line-height: 45px;
text-transform: uppercase;
visibility: visible;
width: 200px;
}

View File

@ -985,6 +985,7 @@ span + .edit-link:before,
.menu-toggle {
cursor: pointer;
font-size: 0;
height: 48px;
margin: 0;
overflow: hidden;
@ -992,16 +993,13 @@ span + .edit-link:before,
top: 0;
right: 0;
text-align: center;
visibility: hidden;
width: 48px;
}
.menu-toggle:before {
color: #fff;
content: "\f419";
position: relative;
top: -1px;
visibility: visible;
margin-top: 16px;
}