From 7805bda7f0046bcfb938e29fd1d3bde704cf5257 Mon Sep 17 00:00:00 2001 From: Daniel Pimley Date: Sun, 25 Aug 2024 11:53:28 +0100 Subject: [PATCH] Admin: toolbar accessibility fix --- admin/stylesheets/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/stylesheets/all.css b/admin/stylesheets/all.css index c5b85ec39..f6ad72dec 100644 --- a/admin/stylesheets/all.css +++ b/admin/stylesheets/all.css @@ -1087,6 +1087,7 @@ label.emblem.toolbar > input:focus + img { } input.toolbar.hidden { display: inline !important; + opacity: 0 !important; font: inherit !important; width: 1px !important; height: 16px !important; @@ -1094,7 +1095,6 @@ input.toolbar.hidden { border: none !important; padding: 0rem !important; margin: 0rem !important; - visibility: hidden !important; } input.toolbar.hidden::file-selector-button { display: none !important;