Add opacity transition for post controls
This commit is contained in:
parent
b4ab31d6f9
commit
7d485ce6a6
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream_element, .comment, .photo, .stream_element:hover .comment {
|
.stream_element, .comment, .photo, .stream_element:hover .comment {
|
||||||
.controls > a { opacity: 0; }
|
.controls > a {
|
||||||
|
@include transition(opacity);
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover .controls {
|
&:hover .controls {
|
||||||
& > a { opacity: 0.3; }
|
& > a { opacity: 0.3; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue