1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

cleanup style and class name of ArticleDetail

This commit is contained in:
Rokt33r
2015-12-26 23:07:04 +09:00
parent d2377bd7c3
commit 013a1b4f51
5 changed files with 303 additions and 625 deletions

View File

@@ -111,7 +111,7 @@ export default class ShareButton extends React.Component {
)
}
</button>
<div ref='dropdown' className={'share-dropdown' + (this.state.openDropdown ? '' : ' hide')}>
<div ref='dropdown' className={'ShareButton-dropdown' + (this.state.openDropdown ? '' : ' hide')}>
{
!hasPublicURL ? (
<button