-
-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I want to define some CSS styles, but I have attempted "
::v-deep(.vac-room-header) {
background-color: red ! important;
}
"
No,
I don't want to use it. "
const style = document.createElement('style')
style.innerHTML = '.vac-room-header { background-color: red ! important; }'
this.$refs.chatWindow.shadowRoot.appendChild(style)
"
This approach feels a bit confusing. Is there any better way?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog