mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Slide the admin menu out to the right when DFW mode kicks in and RTL is in use.
Fixes #30356 Props yoavf git-svn-id: https://develop.svn.wordpress.org/trunk@30395 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2178,6 +2178,7 @@ html:lang(he-il) .rtl .quicktags-toolbar input {
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
.focus-on #adminmenuback,
|
||||
.focus-on #adminmenuwrap {
|
||||
-webkit-transform: translateX( -100% );
|
||||
@@ -2185,6 +2186,14 @@ html:lang(he-il) .rtl .quicktags-toolbar input {
|
||||
transform: translateX( -100% );
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
.rtl.focus-on #adminmenuback,
|
||||
.rtl.focus-on #adminmenuwrap {
|
||||
-webkit-transform: translateX( 100% );
|
||||
-ms-transform: translateX( 100% );
|
||||
transform: translateX( 100% );
|
||||
}
|
||||
|
||||
.focus-on .screen-meta-toggle {
|
||||
-webkit-transform: translateY( -100% );
|
||||
-ms-transform: translateY( -100% );
|
||||
|
||||
Reference in New Issue
Block a user