Revert "Merge pull request #628 from shamoon/feature/popover-previews"

This reverts commit 8da1521508, reversing
changes made to a7846925b1.
This commit is contained in:
jonaswinkler
2021-03-05 23:19:44 +01:00
parent 0322cc681c
commit cbb195a560
14 changed files with 61 additions and 161 deletions

View File

@@ -1,22 +0,0 @@
::ng-deep .popover {
max-width: 40rem;
.preview {
min-width: 30rem;
min-height: 18rem;
max-height: 35rem;
overflow-y: scroll;
}
.spinner-border {
position: absolute;
top: 4rem;
left: calc(50% - 0.5rem);
z-index: 0;
}
}
::ng-deep .popover-hidden .popover {
opacity: 0;
pointer-events: none;
}