1
0

fix: use :deep() selector instead of ::v-deep

This commit is contained in:
Dominik Pschenitschni
2021-10-20 14:33:36 +02:00
parent f496c9d678
commit 87d2b4fed3
15 changed files with 31 additions and 31 deletions

View File

@ -313,7 +313,7 @@ export default {
opacity: 1;
}
::v-deep.fancycheckbox {
:deep(.fancycheckbox) {
height: 18px;
padding-top: 0;
padding-right: .5rem;