mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/timeline: use non-text cursor for spoilers
This commit is contained in:
parent
ddfdc7c32a
commit
0742feb365
1 changed files with 2 additions and 0 deletions
|
@ -93,9 +93,11 @@ div.html-body {
|
|||
filter: blur(4px);
|
||||
transition: filter .5s;
|
||||
/*cursor: pointer;*/
|
||||
cursor: default;
|
||||
|
||||
&.spoiler-revealed {
|
||||
filter: none;
|
||||
cursor: initial;
|
||||
}
|
||||
|
||||
&:not(.spoiler-revealed) a {
|
||||
|
|
Loading…
Add table
Reference in a new issue