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 { &: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;