Hide but leave the collapse button above link

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-23 13:29:22 +02:00
parent 42bd942619
commit 600b0e7ef8
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 6 additions and 1 deletions

View File

@ -312,7 +312,12 @@ kbd {
/* Fallback for old collapse button.
TODO: to be removed. Leaved here for retro compatibility */
.collapse {
display: none;
opacity: 0;
position: absolute;
width: 44px;
height: 44px;
margin: 0;
z-index: 110;
}
&:after {
position: absolute;