From d005af2b11195f7ae07fc724feb17156340440d7 Mon Sep 17 00:00:00 2001 From: BatJan Date: Thu, 18 Jul 2019 18:00:52 +0200 Subject: [PATCH] Remove unused visuallyhidden class --- src/Umbraco.Web.UI.Client/src/less/main.less | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/main.less b/src/Umbraco.Web.UI.Client/src/less/main.less index 9f9bbce310..c10f846ca5 100644 --- a/src/Umbraco.Web.UI.Client/src/less/main.less +++ b/src/Umbraco.Web.UI.Client/src/less/main.less @@ -592,13 +592,3 @@ input[type=checkbox]:checked + .input-label--small { background-color: @green-l3; text-decoration: none; } - -.visuallyhidden{ - position: absolute !important; - clip: rect(1px, 1px, 1px, 1px); - padding:0 !important; - border:0 !important; - height: 1px !important; - width: 1px !important; - overflow: hidden; -}