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:
parent
4cfc6c0cb0
commit
7e678bbfce
@ -971,7 +971,7 @@ ul.nav-menu .focus > ul,
|
|||||||
position: relative;
|
position: relative;
|
||||||
-webkit-transition: width 400ms ease, background 400ms ease;
|
-webkit-transition: width 400ms ease, background 400ms ease;
|
||||||
transition: width 400ms ease, background 400ms ease;
|
transition: width 400ms ease, background 400ms ease;
|
||||||
width: 0;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header .search-field:focus {
|
.site-header .search-field:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user