Skip to content

Commit

Permalink
fix: show textarea placeholder when reply
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jul 13, 2024
1 parent 93094fa commit 71526e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ if (isPageVideo() || isPagePlaylist()) {
shadow.register(
'bili-comment-textarea',
'video-page-hide-reply-box-textarea-placeholder',
`textarea::placeholder {color: transparent !important; user-select: none;}`,
`textarea:not([placeholder^="回复"])::placeholder {color: transparent !important; user-select: none;}`,
)
},
disableFunc: () => {
Expand Down

0 comments on commit 71526e2

Please sign in to comment.