From 55f146d75ee001e4a64bb006e536b335322cd909 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Sun, 17 Aug 2014 10:47:38 +0100 Subject: [PATCH] Revert "Clarify the keyboard focus warning" --- revenge.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/revenge.css b/revenge.css index 15cf208..7b0d518 100644 --- a/revenge.css +++ b/revenge.css @@ -179,8 +179,8 @@ a[class*="button"]:not([role="button"]):after { content: 'If you are going to make it look like a button, make it a button, dammit!' !important; } -.button:not(a):not(button):not(input):not([tabindex]):after, -.btn:not(a):not(button):not(input):not([tabindex]):after { +.button:not(a):not(button):not(input):after, +.btn:not(a):not(button):not(input):after { content: 'You are not using a standard focusable element for your "button". Can keyboard users focus on it?' !important; }