Skip to content

Commit

Permalink
make the error marker hoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Dec 12, 2023
1 parent b436a2b commit 9d93730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Playroom/CodeEditor/CodeEditor.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export const errorMarker = style([
opacity: 0,
}),
{
':hover': {
cursor: 'pointer',
},
backgroundColor: colorPaletteVars.background.critical,
color: colorPaletteVars.foreground.critical,
minWidth: minimumLineNumberWidth,
Expand Down

0 comments on commit 9d93730

Please sign in to comment.