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

@ -730,7 +730,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
}
}
::v-deep.dropdown-trigger {
:deep(.dropdown-trigger) {
cursor: pointer;
padding: .5rem;
}

View File

@ -265,7 +265,7 @@ export default {
margin-top: 3rem;
}
.input {
:deep(.input) {
width: 190px;
vertical-align: middle;
margin: .5rem 0;

View File

@ -723,7 +723,7 @@ $flash-background-duration: 750ms;
color: $grey-400;
}
::v-deep.heading {
:deep(.heading) {
display: flex;
justify-content: space-between;
text-transform: none;
@ -766,7 +766,7 @@ $flash-background-duration: 750ms;
}
}
::v-deep.datepicker {
:deep(.datepicker) {
width: 100%;
a.show {
@ -809,7 +809,7 @@ $flash-background-duration: 750ms;
&.labels-list,
.assignees {
::v-deep.multiselect {
:deep(.multiselect) {
.input-wrapper {
&:not(:focus-within):not(:hover) {
background: transparent !important;
@ -820,8 +820,8 @@ $flash-background-duration: 750ms;
}
}
::v-deep.details,
::v-deep.heading {
:deep(.details),
:deep(.heading) {
.input:not(.has-defaults),
.textarea,
.select:not(.has-defaults) select {