Commit 3d08b771 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Remove unneeded component style module

- Single-line style rule can be replaced with a utility class
parent 739d3d66
...@@ -76,7 +76,7 @@ function AnnotationActionBar({ ...@@ -76,7 +76,7 @@ function AnnotationActionBar({
}; };
return ( return (
<div className="annotation-action-bar"> <div className="annotation-action-bar u-layout-row">
{showEditAction && <Button icon="edit" title="Edit" onClick={onEdit} />} {showEditAction && <Button icon="edit" title="Edit" onClick={onEdit} />}
{showDeleteAction && ( {showDeleteAction && (
<Button icon="trash" title="Delete" onClick={onDelete} /> <Button icon="trash" title="Delete" onClick={onDelete} />
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
// Components // Components
// ---------- // ----------
@use './components/annotation-action-bar';
@use './components/annotation'; @use './components/annotation';
@use './components/annotation-body'; @use './components/annotation-body';
@use './components/annotation-document-info'; @use './components/annotation-document-info';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment