Merge pull request #6625 from nextcloud/improved-fallback-for-collapsible-button

Hide but leave the collapse button above link
This commit is contained in:
Jan-Christoph Borchardt 2017-10-03 18:53:43 +02:00 committed by GitHub
commit 70f80e3aa2
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;