fix(account-switcher): Chevron icon was upside-down

This commit is contained in:
Ben Gotow 2015-10-21 14:12:27 -07:00
parent d54b7edae0
commit 2ec22dda5a
2 changed files with 2 additions and 3 deletions

View file

@ -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>

View file

@ -99,7 +99,7 @@
}
.toggle {
transform: rotateX(0deg);
transform: rotateX(180deg);
}
.dropdown {
@ -181,7 +181,7 @@
}
}
.toggle {
transform: rotateX(180deg);
transform: rotateX(0deg);
}
}