-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monaco editor version update #4010
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
fdc288a
to
8807352
Compare
25396cf
to
76f9db5
Compare
ok but this should be fixed. we can discuss <> but selected line looks ugly it should be one of those two: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in the chat, please restore the current(live) style of the selected line. If you still suggest changing it, we can discuss it on the UX call.
bea7bbc
to
a9cfc2b
Compare
'editor.lineHighlightBorder': secondaryColor, | ||
'editor.lineHighlightBackground': | ||
textbackground === darkColor ? lightColor : secondaryColor, | ||
'editor.lineHighlightBorder': textbackground, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not set it the same as the highlight color? Looks narrow now
No description provided.