Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Use gray circle as icon for profile posts' closed dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed Mar 19, 2017
1 parent 70817cd commit 57fd933
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/river/theme/basic.js
Expand Up @@ -38,7 +38,7 @@ export default class BasicRiverItem extends React.Component {
}
menu={menuItems &&
<div className="river-item__menu">
<Dropdown theme="new" className="">
<Dropdown iconClosed="fiber-manual-record" theme="new">
{menuItems}
</Dropdown>
</div>
Expand Down
7 changes: 7 additions & 0 deletions src/less/blocks/river-item.less
Expand Up @@ -45,6 +45,13 @@
.river-item__body {
flex: 1;
}

.river-item__menu {
> .dropdown-closed .icon {
padding: 7px;
color: #d9d9d9;
}
}
}
}

Expand Down

0 comments on commit 57fd933

Please sign in to comment.