From ae33743f4c56aaa28c60cea1c6f87251cedd71c6 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 06:13:10 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfourteen/css/ie.css | 1 - wp-content/themes/twentyfourteen/style.css | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyfourteen/css/ie.css b/wp-content/themes/twentyfourteen/css/ie.css index d63ff555d3..96a377781b 100644 --- a/wp-content/themes/twentyfourteen/css/ie.css +++ b/wp-content/themes/twentyfourteen/css/ie.css @@ -945,7 +945,6 @@ a.post-thumbnail:hover { font-size: 16px; line-height: 45px; text-transform: uppercase; - visibility: visible; width: 200px; } diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index daaf000bff..b3f314826a 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -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; }