mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Remove v-deep use pt
This commit is contained in:
parent
7570226206
commit
55c3a7e231
7 changed files with 223 additions and 173 deletions
|
@ -44,16 +44,3 @@ export default {
|
|||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
::v-deep(.styled-box-green .p-ink) {
|
||||
background: rgba(75, 175, 80, 0.3);
|
||||
}
|
||||
::v-deep(.styled-box-orange .p-ink) {
|
||||
background: rgba(#ffc106, 0.3);
|
||||
}
|
||||
|
||||
::v-deep(.styled-box-purple .p-ink) {
|
||||
background: rgba(#9c27b0, 0.3);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue