mirror of
https://github.com/heyman/heynote.git
synced 2024-12-02 04:44:09 +01:00
Change to non-deprecated syntax for ::v-deep selectors
This commit is contained in:
parent
d97d5558ea
commit
fdfe74ebf3
@ -186,6 +186,6 @@
|
|||||||
&.selected
|
&.selected
|
||||||
background: #1b6540
|
background: #1b6540
|
||||||
color: rgba(255,255,255, 0.87)
|
color: rgba(255,255,255, 0.87)
|
||||||
::v-deep b
|
::v-deep(b)
|
||||||
font-weight: 700
|
font-weight: 700
|
||||||
</style>
|
</style>
|
||||||
|
@ -253,7 +253,7 @@
|
|||||||
overflow: hidden
|
overflow: hidden
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
text-wrap: nowrap
|
text-wrap: nowrap
|
||||||
::v-deep b
|
::v-deep(b)
|
||||||
font-weight: 700
|
font-weight: 700
|
||||||
.path
|
.path
|
||||||
opacity: 0.6
|
opacity: 0.6
|
||||||
@ -262,6 +262,6 @@
|
|||||||
overflow: hidden
|
overflow: hidden
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
text-wrap: nowrap
|
text-wrap: nowrap
|
||||||
::v-deep b
|
::v-deep(b)
|
||||||
font-weight: 700
|
font-weight: 700
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user