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:
Helen Hou-Sandi 2015-10-28 20:25:45 +00:00
parent 6c243567cf
commit 21f7dddfe4

View File

@ -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";