summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-07 04:13:36 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-07 04:13:36 +0500
commit047e7145bbcd473871ceb7e0a13cc6076576c7f4 (patch)
tree32315abcc069da3c6ed7c501ddb196dc0081c972 /web/sass-files/sass/partials/_post.scss
parent2a0516f1fd66e3e815f4356caac8eb641519474a (diff)
downloadchat-047e7145bbcd473871ceb7e0a13cc6076576c7f4.tar.gz
chat-047e7145bbcd473871ceb7e0a13cc6076576c7f4.tar.bz2
chat-047e7145bbcd473871ceb7e0a13cc6076576c7f4.zip
Fixing background hovers
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index e35979b64..310e9e7e4 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -220,10 +220,16 @@ body.ios {
.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);
}
+ &.current--user {
+ &:hover {
+ .post-comment {
+ background: #fff;
+ }
+ }
+ }
.post-body {
background: transparent;
margin: 0;
@@ -231,9 +237,6 @@ body.ios {
}
&:hover {
background: #f5f5f5;
- .post-comment {
- background: #fff;
- }
}
}
}