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