fix reveal spoilers

This commit is contained in:
Brandon 2014-03-06 12:56:27 -08:00
parent b65db1ba7d
commit 03d4405363
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.8.13 - 2014-03-05
* appchan x - Version 2.8.13 - 2014-03-06
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1302,6 +1302,10 @@ a.useremail:last-of-type {
.remove-spoilers.reveal-spoilers s::after {
content: '[/spoiler]';
}
:root:not(.remove-spoilers).reveal-spoilers .spoilers:not(:hover),
:root:not(.remove-spoilers).reveal-spoilers s:not(:hover) {
color: white !important;
}
:root:not(.remove-spoilers) .spoiler:not(:hover) *,
:root:not(.remove-spoilers) s:not(:hover) * {
color: rgb(0,0,0) !important;