forked from Botanical/BotanJS
Allow indication for spoiler
This commit is contained in:
parent
4aaf3d445a
commit
9042975e28
@ -14,7 +14,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.spoiler .title[clicked] {
|
.spoiler .title[clicked] {
|
||||||
opacity: 0.5;
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.spoiler .title:before {
|
||||||
|
padding-right: 0.5em;
|
||||||
|
content: "\25BC";
|
||||||
|
}
|
||||||
|
.spoiler .title[clicked]:before {
|
||||||
|
content: "\25B2";
|
||||||
}
|
}
|
||||||
|
|
||||||
.spoiler .content {
|
.spoiler .content {
|
||||||
|
Loading…
Reference in New Issue
Block a user