Account for icon alignment using text-indent in RTL.

fixes #33808.

Built from https://develop.svn.wordpress.org/trunk@35215


git-svn-id: http://core.svn.wordpress.org/trunk@35181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-10-16 00:58:25 +00:00
parent 438c2462e1
commit fc02ca2d01
11 changed files with 31 additions and 7 deletions

View File

@ -2839,6 +2839,10 @@ img {
text-indent: -1px; /* account for the dashicon alignment */
}
.rtl.js .postbox .handlediv .toggle-indicator:before {
text-indent: 1px; /* account for the dashicon alignment */
}
.js .postbox .handlediv:focus {
-webkit-box-shadow: none;
box-shadow: none;

View File

@ -2839,6 +2839,10 @@ img {
text-indent: -1px; /* account for the dashicon alignment */
}
.rtl.js .postbox .handlediv .toggle-indicator:before {
text-indent: 1px; /* account for the dashicon alignment */
}
.js .postbox .handlediv:focus {
-webkit-box-shadow: none;
box-shadow: none;

View File

@ -342,6 +342,10 @@
text-indent: -1px; /* account for the dashicon alignment */
}
.rtl .wp-customizer .toggle-indicator {
text-indent: 1px; /* account for the dashicon alignment */
}
.wp-customizer .toggle-indicator:after {
content: "\f140";
speak: none;

File diff suppressed because one or more lines are too long

View File

@ -342,6 +342,10 @@
text-indent: -1px; /* account for the dashicon alignment */
}
.rtl .wp-customizer .toggle-indicator {
text-indent: 1px; /* account for the dashicon alignment */
}
.wp-customizer .toggle-indicator:after {
content: "\f140";
speak: none;

File diff suppressed because one or more lines are too long

View File

@ -627,6 +627,10 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
text-indent: -1px; /* account for the dashicon alignment */
}
.rtl .nav-menus-php .item-edit:before {
text-indent: 1px; /* account for the dashicon alignment */
}
.nav-menus-php .item-edit:focus {
-webkit-box-shadow: none;
box-shadow: none;

View File

@ -627,6 +627,10 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
text-indent: -1px; /* account for the dashicon alignment */
}
.rtl .nav-menus-php .item-edit:before {
text-indent: 1px; /* account for the dashicon alignment */
}
.nav-menus-php .item-edit:focus {
-webkit-box-shadow: none;
box-shadow: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35214';
$wp_version = '4.4-alpha-35215';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.