mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
Twenty Thirteen: fix layout issue with search form in older versions of Safari and Android. Fixes #24192, props iljoja.
git-svn-id: https://develop.svn.wordpress.org/trunk@28662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -971,7 +971,7 @@ ul.nav-menu .focus > ul,
|
||||
position: relative;
|
||||
-webkit-transition: width 400ms ease, background 400ms ease;
|
||||
transition: width 400ms ease, background 400ms ease;
|
||||
width: 0;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.site-header .search-field:focus {
|
||||
|
||||
Reference in New Issue
Block a user