Administration: Fix remove links color.
Fix regression introduced in [48332] where the specificity of the admin scheme link colors was higher than the remove link colors. Props afercia. Fixes #50536. git-svn-id: https://develop.svn.wordpress.org/trunk@48376 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ab3ce946c9
commit
286aae8b64
@ -41,6 +41,15 @@ span.wp-media-buttons-icon:before {
|
||||
}
|
||||
}
|
||||
|
||||
.wp-core-ui .button-link-delete {
|
||||
color: #a00;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-link-delete:hover,
|
||||
.wp-core-ui .button-link-delete:focus {
|
||||
color: #dc3232;
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
|
||||
input[type=checkbox]:checked::before {
|
||||
|
Loading…
Reference in New Issue
Block a user