cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.82k stars 3.17k forks source link

Update text selection highlight color #22322

Open astone123 opened 2 years ago

astone123 commented 2 years ago

What would you like?

During work on #21865, it came up that the text selection color doesn't match with what we have in our mockups. The color of the highlighted text that is selected in text inputs throughout the application should be indigo-100 according to this comment

This is what the selection color currently looks like: Screen Shot 2022-06-13 at 10 20 16 AM

Why is this needed?

No response

Other

We can use the ::selection psudo-element to change the background color for selected text. This might involve adding a utility for Windi

lmiller1990 commented 1 year ago

Can just use ::selection https://braydoncoyer.dev/blog/change-text-highlight-color-with-css