Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
css improvements for comment list item. #75
Browse files Browse the repository at this point in the history
  • Loading branch information
talhasch committed Jun 9, 2018
1 parent 4ae95f6 commit 02569ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/stylesheets/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@
.comment-list-item-inner {
@include clearfix();
margin-bottom: 25px;
padding: 3px;

.comment-author-pic {
background: $profilePicBg;
Expand Down Expand Up @@ -719,8 +720,8 @@

.comment-extra-tools {
position: absolute;
right: 0;
top: 0;
right: 4px;
top: 2px;

.comment-flagging {
float: left;
Expand Down Expand Up @@ -840,7 +841,7 @@
&.selected {

& > .comment-list-item-inner {
background: #fff6b4;
background: $selectedCommentBg;
}
}

Expand Down
2 changes: 2 additions & 0 deletions src/stylesheets/app-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ body.dark-theme {

$galleryImgBg: #567499;

$selectedCommentBg: #2e3d50;

@import "overwrites";
@import "navbar";
@import "footer";
Expand Down
4 changes: 1 addition & 3 deletions src/stylesheets/app-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ body.light-theme {

$galleryImgBg: #f8f8f8;

body {

}
$selectedCommentBg: #fff6b4;

@import "overwrites";
@import "navbar";
Expand Down

0 comments on commit 02569ca

Please sign in to comment.