show post title in user comments sidebar #241: post-review

This commit is contained in:
Vyrtsev Mikhail
2019-01-07 23:48:56 +03:00
parent dd7436e005
commit f35ecc75b0
3 changed files with 18 additions and 18 deletions
@@ -1,17 +0,0 @@
.comment__title {
margin-bottom: 0.2rem;
&-link {
color: #0e7e9d;
font-weight: bold;
text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
&:hover {
opacity: 0.75;
}
}
}
@@ -5,4 +5,22 @@
display: block;
}
}
.comment__title {
margin-bottom: 0.2rem;
}
.comment__title-link {
color: #0e7e9d;
font-weight: bold;
text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
&:hover {
opacity: 0.75;
}
}
}
-1
View File
@@ -21,7 +21,6 @@ require('./__control/_select-label/comment__control_select-label.scss');
require('./__control/_view/_inactive/comment__control_view_inactive.scss');
require('./__controls/comment__controls.scss');
require('./__title/comment__title.scss');
require('./__info/comment__info.scss');
require('./__input/comment__input.scss');
require('./__link-to-parent/comment__link-to-parent.scss');