Skip to content
Snippets Groups Projects
Commit b915fe0f authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

New icon for unpin

parent ad6fa8c0
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