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:
Dominik Schilling (ocean90) 2015-11-17 23:17:10 +00:00
parent 6190489e45
commit e0e70036de
1 changed files with 3 additions and 0 deletions

View File

@ -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 */