mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-11 15:34:27 +08:00
💄(composer): Account dropdown aliases styling
This commit is contained in:
parent
b784dcc3e7
commit
77c6026650
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