mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Menus: Readjust screen options toggle icon.
Third revision. This will let the icon appear slightly bigger than the help icon on Macs and just slightly smaller on Windows machines. It's a compromise in every way. Fixes #32733. Again. Built from https://develop.svn.wordpress.org/trunk@33444 git-svn-id: http://core.svn.wordpress.org/trunk@33411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72c9164f47
commit
2a516d6345
@ -341,14 +341,14 @@
|
||||
border: none;
|
||||
content: "\f111";
|
||||
display: block;
|
||||
font: 16px/1 "dashicons";
|
||||
font: 18px/1 "dashicons";
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
text-indent: 0;
|
||||
right: 7px;
|
||||
right: 6px;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.wp-customizer #screen-options-wrap {
|
||||
|
2
wp-admin/css/customize-nav-menus-rtl.min.css
vendored
2
wp-admin/css/customize-nav-menus-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -341,14 +341,14 @@
|
||||
border: none;
|
||||
content: "\f111";
|
||||
display: block;
|
||||
font: 16px/1 "dashicons";
|
||||
font: 18px/1 "dashicons";
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
text-indent: 0;
|
||||
left: 7px;
|
||||
left: 6px;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.wp-customizer #screen-options-wrap {
|
||||
|
2
wp-admin/css/customize-nav-menus.min.css
vendored
2
wp-admin/css/customize-nav-menus.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.3-beta4-33443';
|
||||
$wp_version = '4.3-beta4-33444';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user