diaspora/app/assets/stylesheets/new_styles/_interactions.scss
2015-01-09 13:50:29 +02:00

32 lines
615 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, .photo, .stream_element:hover .comment {
.controls > a { opacity: 0; }
&:hover .controls {
& > a { opacity: 0.3; }
& > a:hover { opacity: 1; }
}
}
}