Correct the direction of arrow icons when comparing revisions in RTL. Fixes #26439, props adamsilverstein.
Built from https://develop.svn.wordpress.org/trunk@26717 git-svn-id: http://core.svn.wordpress.org/trunk@26606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -4981,6 +4981,10 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||||||
margin-right: -10px;
|
margin-right: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* jQuery UI Slider */
|
/* jQuery UI Slider */
|
||||||
.wp-slider.ui-slider {
|
.wp-slider.ui-slider {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -5026,6 +5030,15 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||||||
content: '\f141';
|
content: '\f141';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .wp-slider .ui-slider-handle.from-handle:before {
|
||||||
|
content: '\f141';
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl .wp-slider .ui-slider-handle.to-handle:before {
|
||||||
|
content: '\f139';
|
||||||
|
left: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-slider .ui-slider-range {
|
.wp-slider .ui-slider-range {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: .7em;
|
font-size: .7em;
|
||||||
@@ -13014,7 +13027,7 @@ li#wp-admin-bar-menu-toggle {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Keep the close icon from overlapping the Welcome text. */
|
/* Keep the close icon from overlapping the Welcome text. */
|
||||||
.welcome-panel .welcome-panel-close {
|
.welcome-panel .welcome-panel-close {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -4981,6 +4981,10 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||||
|
margin-right: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* jQuery UI Slider */
|
/* jQuery UI Slider */
|
||||||
.wp-slider.ui-slider {
|
.wp-slider.ui-slider {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -5026,6 +5030,15 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||||||
content: '\f141';
|
content: '\f141';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .wp-slider .ui-slider-handle.from-handle:before {
|
||||||
|
content: '\f141';
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl .wp-slider .ui-slider-handle.to-handle:before {
|
||||||
|
content: '\f139';
|
||||||
|
right: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-slider .ui-slider-range {
|
.wp-slider .ui-slider-range {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: .7em;
|
font-size: .7em;
|
||||||
@@ -13014,7 +13027,7 @@ li#wp-admin-bar-menu-toggle {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Keep the close icon from overlapping the Welcome text. */
|
/* Keep the close icon from overlapping the Welcome text. */
|
||||||
.welcome-panel .welcome-panel-close {
|
.welcome-panel .welcome-panel-close {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user