Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 06f6f75

Browse files
authored
fix: turn the cursor into a pointer in the command palette (#97)
1 parent 134e208 commit 06f6f75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/extensions-client-common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ $body-color-dark: #f2f4f8;
2828
@import 'node_modules/bootstrap/scss/list-group';
2929
@import 'node_modules/bootstrap/scss/forms';
3030
@import 'node_modules/bootstrap/scss/input-group';
31+
32+
a {
33+
cursor: pointer;
34+
}
3135
}
3236

3337
.cxp-global {

0 commit comments

Comments
 (0)