fix: modify search.css for better display (#499)
This commit is contained in:
parent
8b01067b96
commit
901c3d5063
@ -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: "⌘";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user