Comments: Normalize button color on hover in alt color schemes.

Props iseulde.
Fixes #33086.


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


git-svn-id: http://core.svn.wordpress.org/trunk@33377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-24 17:11:24 +00:00
parent 7c5989379e
commit d512633588
30 changed files with 15 additions and 30 deletions

View File

@ -85,7 +85,6 @@ input[type=radio]:checked:before {
.wrap .add-new-h2:hover, /* deprecated */
.wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: $menu-text;

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #333;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #333;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,6 @@ input[type=radio]:checked:before {
/* List tables */
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,
#add-new-comment a:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
color: #fff;

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-beta4-33408';
$wp_version = '4.3-beta4-33409';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.