MM-1319 - Copy link and background change
Этот коммит содержится в:
@@ -42,7 +42,7 @@ module.exports = React.createClass({
|
|||||||
</div>
|
</div>
|
||||||
<div className="modal-footer">
|
<div className="modal-footer">
|
||||||
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
&.other--root {
|
&.other--root {
|
||||||
.post-comment {
|
.post-comment {
|
||||||
margin-left: -7px;
|
margin-left: -7px;
|
||||||
background: #e8e8e8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -84,7 +83,6 @@
|
|||||||
&.other--root {
|
&.other--root {
|
||||||
.post-comment {
|
.post-comment {
|
||||||
margin-left: -7px;
|
margin-left: -7px;
|
||||||
background: #e8e8e8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user