From da1517ace2181f1f01defedc29c38aec35671fae Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 25 Oct 2018 00:29:10 +0100 Subject: [PATCH] Remove custom CSS, use class from visually hidden plugin --- assets/css/base/base.css | 7 ------- source/_partials/post/tags.html.twig | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/assets/css/base/base.css b/assets/css/base/base.css index 1b08f0d1..89fb9789 100644 --- a/assets/css/base/base.css +++ b/assets/css/base/base.css @@ -34,10 +34,3 @@ table, pre { @apply mb-6; } - -.element-invisible { - @apply absolute overflow-hidden break-normal; - clip: rect(1px, 1px, 1px, 1px); - height: 1px; - width: 1px; -} diff --git a/source/_partials/post/tags.html.twig b/source/_partials/post/tags.html.twig index 4ab82b82..1b8e7aaa 100644 --- a/source/_partials/post/tags.html.twig +++ b/source/_partials/post/tags.html.twig @@ -1,5 +1,5 @@ {% if page.tags %} -

Tags

+

Tags