mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] adds spoiler function to statpanel (#10515)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
b737759f85
commit
f95f69638e
@@ -280,3 +280,14 @@ body.dark {
|
||||
.linkelem:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.spoiler{
|
||||
background-color: gray;
|
||||
color: transparent;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.spoiler:hover{
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user