Skip to content

Commit

Permalink
Change to non-deprecated syntax for ::v-deep selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jul 27, 2024
1 parent d97d555 commit fdfe74e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/LanguageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@
&.selected
background: #1b6540
color: rgba(255,255,255, 0.87)
::v-deep b
::v-deep(b)
font-weight: 700
</style>
4 changes: 2 additions & 2 deletions src/components/NoteSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -262,6 +262,6 @@
overflow: hidden
text-overflow: ellipsis
text-wrap: nowrap
::v-deep b
::v-deep(b)
font-weight: 700
</style>

0 comments on commit fdfe74e

Please sign in to comment.