From 10dbbb5610afa279837add9be683938e86acd659 Mon Sep 17 00:00:00 2001 From: argirok Date: Tue, 10 Aug 2021 13:46:33 +0300 Subject: [PATCH] SEO - accessibility: In images add alt, add specific width and height, in links add with descriptive text - not visible (add class in library.css) --- library.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/library.css b/library.css index 00ca8b0..e0d9187 100644 --- a/library.css +++ b/library.css @@ -1126,3 +1126,15 @@ a.filterLabel { } */ +.visually-hidden{ + border: 0 !important; + clip: rect(1px, 1px, 1px, 1px) !important; + -webkit-clip-path: inset(50%) !important; + clip-path: inset(50%) !important; + height: 1px !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + width: 1px !important; + white-space: nowrap !important; +}