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);
}
.dropdown-toggle:after {
content: '...';
}
.dropdown-toggle:hover:after {
content: '[...]';
}
}
@@ -437,4 +434,4 @@ body.ios {
width: 40px;
}
}
}
}

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

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