summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-22 08:33:59 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-22 08:33:59 -0400
commit2384951a4ce76af4054c934a6875b4b6dd250d7a (patch)
tree6092e0e53fc60c578b6cf612684f2dded6c4c7e1 /web/sass-files/sass/partials
parent2fef71da693b5afcc31ccad6be8790da8a70817f (diff)
parentb7d523f97d08465f3103c673ffd30306018f13f8 (diff)
downloadchat-2384951a4ce76af4054c934a6875b4b6dd250d7a.tar.gz
chat-2384951a4ce76af4054c934a6875b4b6dd250d7a.tar.bz2
chat-2384951a4ce76af4054c934a6875b4b6dd250d7a.zip
Merge pull request #224 from hmhealey/mm1625
MM-1625 Correct the appearance of the post menu on both desktop and mobile
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_post.scss5
-rw-r--r--web/sass-files/sass/partials/_responsive.scss10
2 files changed, 11 insertions, 4 deletions
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
+}
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;