diff options
| author | eeng5 <eleanor_eng@brown.edu> | 2019-09-24 18:09:31 -0400 |
|---|---|---|
| committer | eeng5 <eleanor_eng@brown.edu> | 2019-09-24 18:09:31 -0400 |
| commit | 2e6c8efbcea67d345023db679de15f294a792dc5 (patch) | |
| tree | a57277c4384a114bc2457b4c4612ec6199744afc /src/client/views/collections/CollectionMasonryViewFieldRow.tsx | |
| parent | d9b217a3a8f963096e0a1b8658a31b9df9a5f82c (diff) | |
Initial menu for header capabilities
Diffstat (limited to 'src/client/views/collections/CollectionMasonryViewFieldRow.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionMasonryViewFieldRow.tsx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/client/views/collections/CollectionMasonryViewFieldRow.tsx b/src/client/views/collections/CollectionMasonryViewFieldRow.tsx index b1afd09c2..38f7493de 100644 --- a/src/client/views/collections/CollectionMasonryViewFieldRow.tsx +++ b/src/client/views/collections/CollectionMasonryViewFieldRow.tsx @@ -327,11 +327,11 @@ export class CollectionMasonryViewFieldRow extends React.Component<CMVFieldRowPr </ Flyout > </div> } - {evContents === `NO ${key.toUpperCase()} VALUE` ? - (null) : - <button className="collectionStackingView-sectionDelete" onClick={this.deleteRow}> - <FontAwesomeIcon icon="trash" /> - </button>} + {evContents === `NO ${key.toUpperCase()} VALUE` ? (null) : + <button className="collectionStackingView-sectionOptions" onClick={this.deleteRow}> + <FontAwesomeIcon icon="ellipsis-v" size="lg"></FontAwesomeIcon> + </button> + } </div> </div > : (null); const background = this._background; //to account for observables in Measure @@ -351,7 +351,6 @@ export class CollectionMasonryViewFieldRow extends React.Component<CMVFieldRowPr {collapsed ? (null) : < div > <div key={`${heading}-stack`} className={`collectionStackingView-masonryGrid`} - // ref={this.getTrueHeight} ref={this._contRef} style={{ padding: `${this.props.parent.yMargin}px ${this.props.parent.xMargin}px`, |
