Closed erikreagan closed 9 years ago
Can we try the yellow I used for the copy to clipboard tooltip?
@alexsailer sample of that:
I like the way that yellow looks. Should I do that? @erikreagan
@andyfought I already added that actually. @alexsailer you good with it?
Yea I dig it
Cool. I'll close the issue since the code is already there then.
Looks like Prism sets a couple of properties for
::selection
selectors but the browser (Chrome at least) reads that as removing the background color. So selecting text in code blocks looks like you aren't selecting text right now.Let's define a color (or colors) for
::selection
. We can just have one color or we can get fancy schmancy and have different colors for different prism tokens.@alexsailer suggestions on color(s)? @andyfought I'm assigning to you to implement.