fix: modify search.css for better display (#499)

This commit is contained in:
Paiad 2025-02-26 13:03:21 +08:00 committed by GitHub
parent 8b01067b96
commit 901c3d5063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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