1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-03 12:47:41 +01:00

Revert "fix spoiler text not always showing when focused"

This reverts commit 75fde2985594dd62837f70c95a79214de18a37e5.
This commit is contained in:
teddit 2021-02-14 19:10:57 +01:00
parent 75fde29855
commit c64581d6a8

View File

@ -1466,11 +1466,6 @@ code {
background: #fff0;
transition: none;
}
.md .md-spoiler-text:not(.revealed):active p,
.md .md-spoiler-text:not(.revealed):focus p,
.md .md-spoiler-text:not(.revealed):hover p {
opacity: 1;
}
@media only screen and (max-width: 768px) {
#user .info {
float: right;