Add opacity transition for post controls

This commit is contained in:
Steffen van Bergerem 2015-02-18 18:16:10 +01:00
parent b4ab31d6f9
commit 7d485ce6a6

View file

@ -29,7 +29,10 @@
}
.stream_element, .comment, .photo, .stream_element:hover .comment {
.controls > a { opacity: 0; }
.controls > a {
@include transition(opacity);
opacity: 0;
}
&:hover .controls {
& > a { opacity: 0.3; }