Skip to content

Commit

Permalink
fix: LEAP-1449: Don't highlight instructions button (#6522)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik authored Oct 21, 2024
1 parent 2ae2d5e commit 88aba0c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 286 deletions.
83 changes: 0 additions & 83 deletions web/libs/datamanager/src/components/Label/LabelButtons.js

This file was deleted.

172 changes: 0 additions & 172 deletions web/libs/datamanager/src/components/Label/Toolbar/Toolbar.jsx

This file was deleted.

30 changes: 0 additions & 30 deletions web/libs/datamanager/src/components/Label/Toolbar/Toolbar.scss

This file was deleted.

1 change: 0 additions & 1 deletion web/libs/editor/src/components/BottomBar/Actions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const Actions = ({ store }) => {
<Tooltip placement="topLeft" title="Show instructions">
<Button
icon={<IconInfoOutline style={{ width: 20, height: 20 }} />}
primary={store.showingDescription}
type="text"
aria-label="Instructions"
onClick={() => store.toggleDescription()}
Expand Down

0 comments on commit 88aba0c

Please sign in to comment.