mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(cc/bcc): Make targets bigger, wait longer before declaring focus left
This commit is contained in:
parent
db79e4d48a
commit
2226e85e65
3 changed files with 5 additions and 3 deletions
|
@ -49,7 +49,6 @@ export default class ComposerHeaderActions extends React.Component {
|
|||
className="action show-popout"
|
||||
key="popout"
|
||||
title="Popout composer…"
|
||||
style={{paddingLeft: "1.5em"}}
|
||||
onClick={this._onPopoutComposer}>
|
||||
<RetinaImg
|
||||
name="composer-popout.png"
|
||||
|
|
|
@ -140,7 +140,10 @@ body.platform-win32 {
|
|||
color: @text-color-very-subtle;
|
||||
img.content-mask { background-color: @text-color-very-subtle; }
|
||||
font-size: @font-size-small;
|
||||
padding-left: 1em;
|
||||
padding: 10px 6px;
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
&:hover {
|
||||
color: @text-color-link;
|
||||
img.content-mask { background-color: @text-color-link; }
|
||||
|
|
|
@ -126,7 +126,7 @@ class KeyCommandsRegion extends React.Component
|
|||
@props.onFocusOut(@_lastFocusElement)
|
||||
@setState({focused: false})
|
||||
@_losingFocusToElement = null
|
||||
, 100
|
||||
, 150
|
||||
|
||||
@_out = (event) =>
|
||||
@_lastFocusElement = event.target
|
||||
|
|
Loading…
Reference in a new issue