Merge pull request #224 from hmhealey/mm1625

MM-1625 Correct the appearance of the post menu on both desktop and mobile
Этот коммит содержится в:
Christopher Speller
2015-07-22 08:33:59 -04:00
родитель 2fef71da69 b7d523f97d
Коммит 2384951a4c
2 изменённых файлов: 11 добавлений и 4 удалений

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

@@ -215,9 +215,6 @@ body.ios {
@include opacity(1); @include opacity(1);
} }
.dropdown-toggle:after { .dropdown-toggle:after {
content: '...';
}
.dropdown-toggle:hover:after {
content: '[...]'; content: '[...]';
} }
} }
@@ -437,4 +434,4 @@ body.ios {
width: 40px; width: 40px;
} }
} }
} }

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

@@ -239,6 +239,11 @@
} }
&:hover { &:hover {
background: none; background: none;
.post-header .post-header-col.post-header__reply {
.dropdown-toggle:after {
content: '...';
}
}
} }
&.post--comment { &.post--comment {
&.other--root { &.other--root {
@@ -247,6 +252,11 @@
} }
} }
} }
.post-header .post-header-col.post-header__reply {
.dropdown-toggle:after {
content: '...';
}
}
} }
.signup-team__container { .signup-team__container {
padding: 30px 0; padding: 30px 0;