diff --git a/app/components/BookBuilder/Chapter.jsx b/app/components/BookBuilder/Chapter.jsx index 636c9d578bb43d0ab6b52530f3bb6f2aff17be04..91d47a39496c65a98b2b9be818f6d930c9a5ca7d 100644 --- a/app/components/BookBuilder/Chapter.jsx +++ b/app/components/BookBuilder/Chapter.jsx @@ -92,7 +92,7 @@ export class Chapter extends React.Component { style={listItemStyle} > - <div className={styles.grabIcon + ' ' + (chapter.division === 'body' ? styles.grabIconBody : '')}> + <div className={styles.grabIcon + ' ' + (chapter.subCategory === 'part' ? styles.grabIconPart : '')}> <i className='fa fa-circle' /> <div className={styles.tooltip}> Grab to sort diff --git a/app/components/BookBuilder/styles/bookBuilder.local.scss b/app/components/BookBuilder/styles/bookBuilder.local.scss index 59fd61ff481d4b289e31641f8477e4cc2d58984f..a0c6256905308cbe51016afe8e7a11bdb53db61f 100644 --- a/app/components/BookBuilder/styles/bookBuilder.local.scss +++ b/app/components/BookBuilder/styles/bookBuilder.local.scss @@ -188,11 +188,10 @@ $white: #fff; cursor: move; float: left; position: relative; - top: 6px; width: 3%; } - .grabIconBody { + .grabIconPart { position: relative; bottom: 5px; top: 0;