Skip to content
Snippets Groups Projects
Commit 3b92bf3f authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into develop

parents 2f19aa17 90fc59a8
No related merge requests found
......@@ -21,7 +21,7 @@ Meteor.startup ->
RocketChat.MessageAction.addButton
id: 'unpin-message'
icon: 'icon-eraser'
icon: 'icon-pin rotate-45'
i18nLabel: 'Unpin_Message'
action: (event, instance) ->
message = @_arguments[1]
......
.icon-pin.rotate-45:before {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.messages-box {
.message-cog-container {
.message-action {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment