summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss22
1 files changed, 10 insertions, 12 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index e35979b64..f33cedd16 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -63,13 +63,13 @@ body.ios {
}
&.hovered--after {
&:before {
- background: #f6f6f6;
+ background: #f5f5f5;
display: block;
}
}
&.hovered--before {
&:after {
- background: #f6f6f6;
+ background: #f5f5f5;
display: block;
}
}
@@ -202,25 +202,19 @@ body.ios {
@include opacity(1);
}
}
- background: #f6f6f6;
+ background: #f5f5f5;
}
&.current--user {
.post-body {
@include border-radius(4px);
background: #f5f5f5;
}
- &:hover {
- .post-body {
- background: #fff;
- }
- }
}
&.post--comment {
&.other--root {
.post-comment {
border-left: 4px solid #EEE;
padding: 4px 0 6px 10px;
- background: #F5F5F5;
margin: 0 0 0 30px;
@include border-radius(0 4px 4px 0);
}
@@ -229,13 +223,17 @@ body.ios {
margin: 0;
padding: 1px 0px;
}
- &:hover {
- background: #f5f5f5;
+ &.current--user {
.post-comment {
- background: #fff;
+ background: #f5f5f5;
}
}
}
+ &.same--root {
+ .post-body {
+ @include border-radius(0 4px 4px 0);
+ }
+ }
}
&.same--root {
.comment-icon__container {