From e32a86e5adcdca4d15ff9418fdfc828b86ec1971 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 23 Aug 2024 00:31:10 +0100 Subject: [PATCH] remove unused `.tsmb-form--slash::after` style Follows-up ca5519d369705429ee, which moved this from applying last, in a media query, to hide the keyboard short cut on narrow viewports (likely touchscreen devices); to instead apply before the actual style unconditionally, thus never actually applying as it is immediately overriden by another style right below it. The default for `::after`, is already to not exist / be hidden. Ref https://github.com/jquery/typesense-minibar/pull/2. --- typesense-minibar.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/typesense-minibar.css b/typesense-minibar.css index 1637f72..df7740f 100644 --- a/typesense-minibar.css +++ b/typesense-minibar.css @@ -121,10 +121,6 @@ typesense-minibar form::before { display: block !important; } -.tsmb-form--slash::after { - display: none; -} - .tsmb-form--slash:not(.tsmb-form--open):not(:focus-within)::after { content: '/'; display: inline-block;