From b7d523f97d08465f3103c673ffd30306018f13f8 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 21 Jul 2015 17:38:51 -0400 Subject: Changed post menu label to be ... and to make it visible at all times on small screens (ie mobile devices) --- web/sass-files/sass/partials/_responsive.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index a33d69378..b3d3cd7ea 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -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; -- cgit v1.2.3-1-g7c22