digitallinguistics / data-explorer

The DLx portal for viewing, searching, and aggregating data
https://data.digitallinguistics.io
MIT License
3 stars 0 forks source link

make transcription brackets selectable #480

Open dwhieb opened 1 year ago

dwhieb commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/CSS/user-select#browser_compatibility

Try using the all option on the parent span to make the pseudo elements selectable.

You'll still need to use a vendor prefix for Safari 🙄.

Do this in the Design library and then update with that dependency.