I'm using red color text in my Vue project. If I don't import vuetify.js, when I select the text, the text color doesn't change. But I import vuetify.js, the selection text color changed black from red. How can I don't change the selection text color even I import(use) vuetify.
When No vuetify css
When Import vuetify css
I'm using HTML editor(tiptap) in my vue project. But vuetify css changed the global style of my project. It make me embarrassed. When I change text color with selecting text, I don't know whether the color is changed or not. Because the selection color is always black.
How can I ignore some vuetify css in some components or Divs.