Skip to content

Commit

Permalink
use cursor: help
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Dec 12, 2023
1 parent d1a7d14 commit 00aaf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Playroom/CodeEditor/CodeEditor.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const errorMarker = style([
}),
{
':hover': {
cursor: 'pointer',
cursor: 'help',
},
backgroundColor: colorPaletteVars.background.critical,
color: colorPaletteVars.foreground.critical,
Expand Down

0 comments on commit 00aaf48

Please sign in to comment.