mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-14 01:04:18 +08:00
fix(account-switcher): Chevron icon was upside-down
This commit is contained in:
parent
d54b7edae0
commit
2ec22dda5a
2 changed files with 2 additions and 3 deletions
|
@ -43,7 +43,6 @@ class AccountSwitcher extends React.Component
|
|||
{@_renderGravatarForAccount(@state.account)}
|
||||
<div style={float: 'right', marginTop: -2}>
|
||||
<RetinaImg className="toggle"
|
||||
title={if @state.showing then "Collapse" else "Manage accounts"}
|
||||
name="account-switcher-dropdown.png"
|
||||
mode={RetinaImg.Mode.ContentPreserve} />
|
||||
</div>
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
|
||||
.toggle {
|
||||
transform: rotateX(0deg);
|
||||
transform: rotateX(180deg);
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
|
@ -181,7 +181,7 @@
|
|||
}
|
||||
}
|
||||
.toggle {
|
||||
transform: rotateX(180deg);
|
||||
transform: rotateX(0deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue