32 lines
634 B
SCSS
32 lines
634 B
SCSS
.stream_container, #single-post-interactions {
|
|
.controls {
|
|
z-index: 6;
|
|
float: right;
|
|
.comment_report {
|
|
display: inline-block;
|
|
.icons-report {
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
}
|
|
.delete {
|
|
display: inline-block;
|
|
.icons-deletelabel {
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
}
|
|
& > a:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.stream_element, .comment, .stream_element:hover .comment {
|
|
.controls > a { @include opacity(0); }
|
|
|
|
&:hover .controls {
|
|
& > a { @include opacity(0.3); }
|
|
& > a:hover { @include opacity(1); }
|
|
}
|
|
}
|
|
}
|