mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
💄(composer): Account dropdown aliases styling
This commit is contained in:
parent
fd9850b74d
commit
277bdc4e10
2 changed files with 4 additions and 2 deletions
|
@ -331,7 +331,9 @@ body.platform-win32 {
|
|||
.item {
|
||||
.contact.is-alias {
|
||||
font-style: italic;
|
||||
float: right;
|
||||
padding-left: @padding-small-horizontal;
|
||||
border-left: 2px solid @border-color-divider;
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -128,6 +128,6 @@ class MultiselectActionBar extends React.Component
|
|||
|
||||
_onClearSelection: =>
|
||||
@props.dataSource.selection.clear()
|
||||
|
||||
return
|
||||
|
||||
module.exports = MultiselectActionBar
|
||||
|
|
Loading…
Reference in a new issue