Skip to content

Commit

Permalink
Merge pull request #133 from ColinFrick/fix/131
Browse files Browse the repository at this point in the history
[Icon] Comments icon inside "comment" component is not well aligned
  • Loading branch information
Sean authored Oct 1, 2018
2 parents 421e8c2 + 9432f26 commit c0d6acc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/definitions/views/comment.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
Nested Comments
---------------------*/

.ui.comments .comment .comments {
.ui.comments .comment > .comments {
margin: @nestedCommentsMargin;
padding: @nestedCommentsPadding;
}
.ui.comments .comment .comments:before{
.ui.comments .comment > .comments:before{
position: absolute;
top: 0px;
left: 0px;
}
.ui.comments .comment .comments .comment {
.ui.comments .comment > .comments .comment {
border: @nestedCommentBorder;
border-top: @nestedCommentDivider;
background: @nestedCommentBackground;
Expand Down Expand Up @@ -212,7 +212,7 @@
Threaded
---------------------*/

.ui.threaded.comments .comment .comments {
.ui.threaded.comments .comment > .comments {
margin: @threadedCommentMargin;
padding: @threadedCommentPadding;
box-shadow: @threadedCommentBoxShadow;
Expand Down Expand Up @@ -288,7 +288,7 @@
color: @invertedHoveredTextColor;
}

.ui.inverted.threaded.comments .comment .comments {
.ui.inverted.threaded.comments .comment > .comments {
box-shadow: -1px 0px 0px @solidWhiteBorderColor;
}

Expand Down
2 changes: 1 addition & 1 deletion src/themes/chubby/views/comment.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
border-radius: 0.5em;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.ui.comments .comment .comments .comment {
.ui.comments .comment > .comments .comment {
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: none;
}

0 comments on commit c0d6acc

Please sign in to comment.