Этот коммит содержится в:
Asaad Mahmood
2015-07-07 04:13:36 +05:00
родитель 2a0516f1fd
Коммит 047e7145bb
2 изменённых файлов: 8 добавлений и 11 удалений

Просмотреть файл

@@ -220,10 +220,16 @@ body.ios {
.post-comment { .post-comment {
border-left: 4px solid #EEE; border-left: 4px solid #EEE;
padding: 4px 0 6px 10px; padding: 4px 0 6px 10px;
background: #F5F5F5;
margin: 0 0 0 30px; margin: 0 0 0 30px;
@include border-radius(0 4px 4px 0); @include border-radius(0 4px 4px 0);
} }
&.current--user {
&:hover {
.post-comment {
background: #fff;
}
}
}
.post-body { .post-body {
background: transparent; background: transparent;
margin: 0; margin: 0;
@@ -231,9 +237,6 @@ body.ios {
} }
&:hover { &:hover {
background: #f5f5f5; background: #f5f5f5;
.post-comment {
background: #fff;
}
} }
} }
} }

Просмотреть файл

@@ -235,12 +235,6 @@
&.other--root { &.other--root {
&:hover { &:hover {
background: none; background: none;
.post-body {
background: none;
.post-comment {
background: #f5f5f5;
}
}
} }
} }
} }
@@ -598,7 +592,7 @@
&.post--comment { &.post--comment {
&.other--root { &.other--root {
.post-comment { .post-comment {
margin-left: 4px; margin-left: 11px;
} }
} }
} }