From 963c683f6c43d700200b2481b32472ff49008f33 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 15 Feb 2013 16:34:56 +0000 Subject: [PATCH] Twenty Twelve: fix button active state to avoid a 2px shift, fixes #22825. Props ocean90. git-svn-id: http://core.svn.wordpress.org/trunk@23426 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7c6886c95..292ea031b 100644 --- a/style.css +++ b/style.css @@ -300,7 +300,7 @@ input[type="reset"]:active { background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); background-image: linear-gradient(top, #ebebeb, #e1e1e1); box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; - border: none; + border-color: transparent; } li.bypostauthor cite span { color: #fff;