Control visibility when there are no entries.

This commit is contained in:
Paulo Reis
2017-05-26 09:58:12 +01:00
parent 104bcc94f5
commit 17acede8ce

View File

@@ -964,7 +964,7 @@
}
.review-panel-toggler {
// display: none;
display: none;
position: absolute;
top: 0;
bottom: 0;
@@ -975,6 +975,11 @@
background-color: transparent;
transition: background 0.1s;
.rp-size-mini &,
.rp-size-expanded & {
display: block;
}
.rp-size-expanded & {
&::after {
content: "\f105";