From e0e70036deaf1227c76b8b31774253f511dc89fe Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 17 Nov 2015 23:17:10 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/buttons.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-includes/css/buttons.css b/src/wp-includes/css/buttons.css index 9365792d65..7ce8bef2c7 100644 --- a/src/wp-includes/css/buttons.css +++ b/src/wp-includes/css/buttons.css @@ -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 */