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: "⌘"; }