Remove legacy v-deep selector

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-11-07 20:41:26 +01:00
parent 09e0d2e143
commit 0c59a85c9c
15 changed files with 70 additions and 69 deletions

View File

@@ -186,13 +186,13 @@ export default {
& > div[contenteditable] {
width: 100%;
&::v-deep > span > div {
&:deep > span > div {
vertical-align: middle;
}
}
}
.comment-form::v-deep .atwho-li {
.comment-form:deep(.atwho-li) {
height: 32px;
}