Buttons: Don't transform disabled buttons by 1px on :active
.
Fixes #34717. git-svn-id: https://develop.svn.wordpress.org/trunk@35657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6190489e45
commit
e0e70036de
@ -193,6 +193,9 @@ TABLE OF CONTENTS:
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
cursor: default;
|
||||
-webkit-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
/* Buttons that look like links, for a cross of good semantics with the visual */
|
||||
|
Loading…
Reference in New Issue
Block a user