mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-1319 - Copy link and background change
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = React.createClass({
|
||||
</div>
|
||||
<div className="modal-footer">
|
||||
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button>
|
||||
<button data-copy-btn type="button" className="btn btn-primary" data-clipboard-text={this.state.value}>Copy Link</button>
|
||||
<button data-copy-btn type="button" className="btn btn-primary pull-left" data-clipboard-text={this.state.value}>Copy Link</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
&.other--root {
|
||||
.post-comment {
|
||||
margin-left: -7px;
|
||||
background: #e8e8e8;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -84,7 +83,6 @@
|
||||
&.other--root {
|
||||
.post-comment {
|
||||
margin-left: -7px;
|
||||
background: #e8e8e8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user