mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Buttons: Screen Options/Help shouldn't have active styling.
see #31459. git-svn-id: https://develop.svn.wordpress.org/trunk@35422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6c243567cf
commit
21f7dddfe4
@ -1535,6 +1535,12 @@ form.upgrade .hint {
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:active {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:after {
|
||||
right: 0;
|
||||
content: "\f140";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user