Press THis: do not change the split button box-shadow on hover.

Fixes #32757.
Built from https://develop.svn.wordpress.org/trunk@33156


git-svn-id: http://core.svn.wordpress.org/trunk@33128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-07-10 22:10:25 +00:00
parent 6e73f1282e
commit 9868325217
5 changed files with 3 additions and 7 deletions

View File

@ -501,8 +501,6 @@ strong {
outline: none;
background: #0091cd;
border-color: #0073aa;
-webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
}
.split-button-primary:focus,

File diff suppressed because one or more lines are too long

View File

@ -501,8 +501,6 @@ strong {
outline: none;
background: #0091cd;
border-color: #0073aa;
-webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
}
.split-button-primary:focus,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33155';
$wp_version = '4.3-beta2-33156';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.