Fixing before after hover for date/new separator

Этот коммит содержится в:
Asaad Mahmood
2015-07-07 04:19:39 +05:00
родитель 98bdaa04f5
Коммит ab36656830

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

@@ -210,13 +210,17 @@
#post-list { #post-list {
.date-seperator, .new-separator { .date-seperator, .new-separator {
&.hovered--after { &.hovered--after {
&:before {
background: none; background: none;
} }
}
&.hovered--before { &.hovered--before {
&:after {
background: none; background: none;
} }
} }
} }
}
.post { .post {
&.same--root { &.same--root {
margin-left: 25px; margin-left: 25px;