Skip to content

Commit

Permalink
Merge branch 'master' into add-favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Dec 17, 2023
2 parents ded5541 + 4fb69cb commit 14678c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-mails-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playroom': patch
---

Improve affordance of error marker detail
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: 'help',
},
backgroundColor: colorPaletteVars.background.critical,
color: colorPaletteVars.foreground.critical,
minWidth: minimumLineNumberWidth,
Expand Down

0 comments on commit 14678c6

Please sign in to comment.