Closed swuecho closed 3 years ago
@swuecho No, it's a deep selector:
If you want a selector in scoped styles to be "deep", i.e. affecting child components, you can use the >>> combinator
I use it to change the styles of a third-party child component.
https://github.com/lana-k/sqliteviz/blob/cc483f4720f8f6b04e94e33765c42bc9a1b4e831/src/views/Main/Editor/Tabs/Tab/Chart/index.vue#L95