Also show the toggler when the review panel is minimized.

This commit is contained in:
Paulo Reis 2017-05-22 11:07:57 +01:00
parent 0c8cacc222
commit 35c90daa8b

View file

@ -964,7 +964,7 @@
}
.review-panel-toggler {
display: none;
// display: none;
position: absolute;
top: 0;
bottom: 0;
@ -976,7 +976,9 @@
transition: background 0.1s;
.rp-size-expanded & {
display: block;
&::after {
content: "\f105";
}
}
&:hover,
@ -986,7 +988,7 @@
}
&::after {
content: "\f105";
content: "\f104";
font-family: FontAwesome;
line-height: 1;
-webkit-font-smoothing: antialiased;