mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-12 15:44:40 +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)}
|
{@_renderGravatarForAccount(@state.account)}
|
||||||
<div style={float: 'right', marginTop: -2}>
|
<div style={float: 'right', marginTop: -2}>
|
||||||
<RetinaImg className="toggle"
|
<RetinaImg className="toggle"
|
||||||
title={if @state.showing then "Collapse" else "Manage accounts"}
|
|
||||||
name="account-switcher-dropdown.png"
|
name="account-switcher-dropdown.png"
|
||||||
mode={RetinaImg.Mode.ContentPreserve} />
|
mode={RetinaImg.Mode.ContentPreserve} />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle {
|
.toggle {
|
||||||
transform: rotateX(0deg);
|
transform: rotateX(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.toggle {
|
.toggle {
|
||||||
transform: rotateX(180deg);
|
transform: rotateX(0deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue