From f5408d409a166d60ca851e5b18be9b192d2be7d2 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 19 Apr 2019 23:28:02 +0200 Subject: [PATCH] style(csslint): Remove unused CSS class --- css/style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/css/style.css b/css/style.css index a5e7a6c..482ff25 100644 --- a/css/style.css +++ b/css/style.css @@ -722,14 +722,3 @@ h1 { white-space: nowrap; width: 1px; } - -.sr-only.focusable:active, -.sr-only.focusable:focus { - clip: auto; - height: auto; - margin: 0; - overflow: visible; - position: static; - white-space: normal; - width: auto; -}