Add selector for spoiler name

2.0.0-ts
MillenniumEarl 2021-03-17 12:50:41 +01:00
parent 5309e69c9b
commit 4b3ce390fd
1 changed files with 2 additions and 2 deletions

View File

@ -156,9 +156,9 @@ export const POST = {
*/
BOOKMARKED: '* ul.message-attribution-opposite >li > a[title="Bookmark"].is-bookmarked',
/**
* Button used to hide/show a spoiler element of a post.
* Name visualized on the button used to hide/show a spoiler element of a post.
*/
SPOILER_BUTTON: "button.bbCodeSpoiler-button",
SPOILER_NAME: "button.bbCodeSpoiler-button > * span.bbCodeSpoiler-button-title",
/**
* Contents of a spoiler element in a post.
*/