Change to non-deprecated syntax for ::v-deep selectors

This commit is contained in:
Jonatan Heyman 2024-07-27 11:29:01 +02:00
parent d97d5558ea
commit fdfe74ebf3
2 changed files with 3 additions and 3 deletions

View File

@ -186,6 +186,6 @@
&.selected
background: #1b6540
color: rgba(255,255,255, 0.87)
::v-deep b
::v-deep(b)
font-weight: 700
</style>

View File

@ -253,7 +253,7 @@
overflow: hidden
text-overflow: ellipsis
text-wrap: nowrap
::v-deep b
::v-deep(b)
font-weight: 700
.path
opacity: 0.6
@ -262,6 +262,6 @@
overflow: hidden
text-overflow: ellipsis
text-wrap: nowrap
::v-deep b
::v-deep(b)
font-weight: 700
</style>