This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't force line number backgrounds to be white (transparent is better)
- Loading branch information
bb8aaed
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.
@keithpitt I’m not sure how this is better? It just seems to break things because now we draw text-over-text?
bb8aaed
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.
@ticky agreed - I was rendering some read-only GraphQL on a gray background and I wanted line numbers to also have a gray background. But I'm doing it differently now.
Revert away!