@@ -83,6 +83,9 @@ const GlobalSearch: FC<Props> = (props: Props) => {
onInputChange={text => setText(text)}
onSubmit={search}
/>
+ <span className="grw-shortcut-key-indicator">
+ <code className="bg-transparent text-muted">/</code>
+ </span>
</div>
);
@@ -100,6 +100,21 @@
border: none;
}
+
+ .grw-shortcut-key-indicator {
+ position: absolute;
+ top: 0;
+ right: 10px;
+ display: flex;
+ align-items: center;
+ height: 30px;
+ code {
+ padding-right: 0.4rem;
+ padding-left: 0.4rem;
+ }
// layout