From bd4fd876a89fea4d220dd237f65d21ecb6b0a0fc Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 21 Jul 2015 17:35:14 -0400 Subject: Changed post menu label to just be [...] regardless of whether or not the user is hovering over it --- web/sass-files/sass/partials/_post.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 481ed63a5..98b17120d 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -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; } } -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22 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(+) (limited to 'web/sass-files/sass/partials') 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