mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 13:14:47 +08:00
fix(button-dropdown): merge causing style conflicts
This commit is contained in:
parent
e6cbc47716
commit
4b8a081c14
3 changed files with 1 additions and 15 deletions
|
@ -31,16 +31,6 @@ class MessageControls extends React.Component
|
|||
{button}
|
||||
</div>
|
||||
|
||||
_primaryMessageAction: =>
|
||||
if @_replyType() is "reply"
|
||||
<div className="primary-message-action" onClick={@_onReply}>
|
||||
<RetinaImg name="reply-footer.png" mode={RetinaImg.Mode.ContentIsMask}/>
|
||||
</div>
|
||||
else # if "reply-all"
|
||||
<div className="primary-message-action" onClick={@_onReplyAll}>
|
||||
<RetinaImg name="reply-all-footer.png" mode={RetinaImg.Mode.ContentIsMask}/>
|
||||
</div>
|
||||
|
||||
_secondaryMessageActions: ->
|
||||
if @_replyType() is "reply"
|
||||
return [@_replyAllAction(), @_forwardAction()]
|
||||
|
|
|
@ -255,10 +255,6 @@
|
|||
padding-bottom: @spacing-standard;
|
||||
padding-top: 19px;
|
||||
|
||||
.primary-message-action{
|
||||
padding: 7px 1em;
|
||||
}
|
||||
|
||||
.message-actions-wrap {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
.btn();
|
||||
height: 32px;
|
||||
border-radius: 4px 0 0 4px;
|
||||
padding: 0;
|
||||
padding-top: 7px;
|
||||
}
|
||||
.secondary-picker {
|
||||
.btn();
|
||||
|
|
Loading…
Add table
Reference in a new issue