mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Toolbar: Improve padding of toolbar submenu items on small screens.
Props tillkruess. Fixes #28608. Built from https://develop.svn.wordpress.org/trunk@35132 git-svn-id: http://core.svn.wordpress.org/trunk@35097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
be10375eb6
commit
e19cda5c2d
@ -862,7 +862,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
|
||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
|
||||
font-size: 16px;
|
||||
padding: 6px 15px 12px;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {
|
||||
|
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -862,7 +862,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
|
||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
|
||||
font-size: 16px;
|
||||
padding: 6px 15px 12px;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {
|
||||
|
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35131';
|
||||
$wp_version = '4.4-alpha-35132';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user