提交 30588b55 编写于 作者: S Sofian Hnaide

Merge pull request #2515 from waderyan/send-smile-to-twitter

Send smile to twitter
......@@ -74,7 +74,7 @@ export class FeedbackDropdown extends Dropdown {
});
this.$el.addClass('send-feedback');
this.$el.title(nls.localize('sendFeedback', "Send Feedback"));
this.$el.title(nls.localize('sendFeedback', "Tweet Feedback"));
this.feedbackService = options.feedbackService;
......
......@@ -207,10 +207,17 @@
}
.monaco-shell .feedback-form .form-buttons .send {
background-color: #007ACC;
color: white;
border: none;
cursor: pointer;
background-image: url('twitter.svg');
background-color: #007ACC;
background-position: left;
background-repeat: no-repeat;
padding-left: 30px;
padding-right: 12px;
border: 4px solid #007ACC;
border-radius: 4px;
}
.monaco-shell .feedback-form .form-buttons .send.in-progress,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册