From 439e236d0ef493b790cfbddc8df29e1813dbb914 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 17 Feb 2020 01:54:32 +0530 Subject: [PATCH] Cleanup custom CSS Signed-off-by: Harsh Shandilya --- assets/css/custom.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index be1bf22..faa3ca2 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -94,19 +94,7 @@ div.tag-container { color: inherit; } -.visually-hidden { - display: block; - height: 1px; - width: 1px; - overflow: hidden; - clip: rect(1px 1px 1px 1px); - clip: rect(1px, 1px, 1px, 1px); - clip-path: inset(1px); - white-space: nowrap; - position: absolute; -} - -*:focus { +.toggle-button:focus { outline: none; }