show post title in user comments sidebar #241: post-review
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user