Twenty Fourteen: Adjust spacing for menu toggle button to avoid overflowing accented characters.
Broken in [28698]. props schoenwaldnils. fixes #27456. Built from https://develop.svn.wordpress.org/trunk@28756 git-svn-id: http://core.svn.wordpress.org/trunk@28570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5b4943bc6a
commit
aa162f365e
|
@ -1021,7 +1021,7 @@ span + .edit-link:before,
|
||||||
.menu-toggle:before {
|
.menu-toggle:before {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
content: "\f419";
|
content: "\f419";
|
||||||
padding: 15px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-toggle:active,
|
.menu-toggle:active,
|
||||||
|
|
Loading…
Reference in New Issue