mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Admin toolbar: remove unneeded overrides of z-index
and left
on screens narrower than 782px. Props avryl, babbardel. Fixes #29867.
Built from https://develop.svn.wordpress.org/trunk@30764 git-svn-id: http://core.svn.wordpress.org/trunk@30754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
adf4f440f5
commit
1e9f5755aa
@ -746,8 +746,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Toolbar Touchification*/
|
||||
html #wpadminbar {
|
||||
right: 0 !important;
|
||||
z-index: 500 !important;
|
||||
height: 46px;
|
||||
min-width: 300px;
|
||||
|
||||
|
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
@ -746,8 +746,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Toolbar Touchification*/
|
||||
html #wpadminbar {
|
||||
left: 0 !important;
|
||||
z-index: 500 !important;
|
||||
height: 46px;
|
||||
min-width: 300px;
|
||||
|
||||
|
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.1-beta2-30763';
|
||||
$wp_version = '4.1-beta2-30764';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user