From 3d082bfa687d9ca0490a477b5aae9ccac6bd5f05 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 3 Oct 2024 13:43:21 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix:=20rename=20the=20pseudo=20c?= =?UTF-8?q?ss=20selector=20according=20to=20the=20`mdn`=20docs=20(#394)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jann Marc Villablanca <31008330+jfvillablanca@users.noreply.github.com> --- public/static/themes/simple.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 9be9ebe..dc8fcbc 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -74,7 +74,7 @@ button { } .search_bar input::-webkit-search-results-button, -.search_bar input::webit::-webkit-search-cancel-button{ +.search_bar input::-webkit-search-cancel-button{ display: none; }