Changed post menu label to be ... and to make it visible at all times on small screens (ie mobile devices)

Этот коммит содержится в:
hmhealey
2015-07-21 17:38:51 -04:00
родитель bd4fd876a8
Коммит b7d523f97d

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

@@ -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;