From 901c3d50635b499420bd926189c7926c68dc6b9b Mon Sep 17 00:00:00 2001 From: Paiad <129308567+paiad@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:03:21 +0800 Subject: [PATCH] fix: modify search.css for better display (#499) --- theme/src/client/styles/search.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/src/client/styles/search.css b/theme/src/client/styles/search.css index 1afd8847..ef03c59f 100644 --- a/theme/src/client/styles/search.css +++ b/theme/src/client/styles/search.css @@ -155,6 +155,12 @@ content: "Ctrl"; } +/* remove box-shadow */ +.DocSearch-Button-Key--pressed { + box-shadow: none; + transform: none; +} + .mac .DocSearch-Button .DocSearch-Button-Key:first-child::after { content: "⌘"; }