summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-21 17:35:14 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-21 17:35:14 -0400
commitbd4fd876a89fea4d220dd237f65d21ecb6b0a0fc (patch)
tree51c4aadee31c596069b56e6204408c8e7f0d6c6e /web/sass-files/sass/partials/_post.scss
parent7a8ed5cf05c24671af2f1629c454615de9a39545 (diff)
downloadchat-bd4fd876a89fea4d220dd237f65d21ecb6b0a0fc.tar.gz
chat-bd4fd876a89fea4d220dd237f65d21ecb6b0a0fc.tar.bz2
chat-bd4fd876a89fea4d220dd237f65d21ecb6b0a0fc.zip
Changed post menu label to just be [...] regardless of whether or not the user is hovering over it
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss5
1 files changed, 1 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
+}