Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Remove hardcoded buttons to add horizontal margin
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkevinnguyen committed Jan 19, 2020
1 parent 45c86aa commit ff2adb5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/view/components/toolbar/ToolBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ class ToolBar extends React.Component<any, IToolbarState, any> {
<div className="toolbar-parent" id="toolbar-parent">
<div className="toolbar">
<div className="toolbar-icon">
<Button
label=""
width={this.TOOLBAR_EDGE_WIDTH}
onClick={() => {}}
image={TOOLBAR_SVG.LEFT_EDGE_SVG}
styleLabel="edge"
focusable={false}
/>
<Button
label={TOOLBAR_ICON_ID.SWITCH}
width={this.TOOLBAR_BUTTON_WIDTH}
Expand Down Expand Up @@ -163,14 +155,6 @@ class ToolBar extends React.Component<any, IToolbarState, any> {
focusable={true}
/>

<Button
label=""
width={this.TOOLBAR_EDGE_WIDTH}
onClick={() => {}}
image={TOOLBAR_SVG.RIGHT_EDGE_SVG}
styleLabel="edge"
focusable={false}
/>
</div>
{this.getIconModal()}
</div>
Expand Down

0 comments on commit ff2adb5

Please sign in to comment.