masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Style the text selection #196

Open masakudamatsu opened 4 years ago

masakudamatsu commented 4 years ago

Solve the weird look of selected link text due to text-shadow. Use the ::selection pseudo element.

masakudamatsu commented 4 years ago

The ::selection pseudo element does not work for some reason.

Once setting its CSS properties, the text selection stops working (or the selection background color becomes the same as the page background).

Inserting &::selection{} into the body selector in GlobalStyle.js does not affect the text selection style at all.