diff --git a/browser/main/Detail/PermanentDeleteButton.js b/browser/main/Detail/PermanentDeleteButton.js new file mode 100644 index 00000000..cbcf9ad8 --- /dev/null +++ b/browser/main/Detail/PermanentDeleteButton.js @@ -0,0 +1,19 @@ +import React, { PropTypes } from 'react' +import CSSModules from 'browser/lib/CSSModules' +import styles from './TrashButton.styl' + +const PermanentDeleteButton = ({ + onClick +}) => ( + +) + +PermanentDeleteButton.propTypes = { + onClick: PropTypes.func.isRequired +} + +export default CSSModules(PermanentDeleteButton, styles) diff --git a/browser/main/Detail/TrashButton.styl b/browser/main/Detail/TrashButton.styl index 2c5736df..91bc24c7 100644 --- a/browser/main/Detail/TrashButton.styl +++ b/browser/main/Detail/TrashButton.styl @@ -2,6 +2,10 @@ top 120px topBarButtonLight() +.control-trashButton--in-trash + top 60px + topBarButtonLight() + .trashButton padding 0px margin 15px 0