fix: use :deep() selector instead of ::v-deep
This commit is contained in:
@ -71,7 +71,7 @@ export default {
|
||||
}
|
||||
|
||||
// FIXME: should maybe be merged somehow with modal
|
||||
::v-deep.modal-card-foot {
|
||||
:deep(.modal-card-foot) {
|
||||
background-color: $grey-50;
|
||||
border-top: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user