Skip to content

Commit

Permalink
[7.7] Fixes add page animation bug (#66496) (#67369)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
cqliu1 and elasticmachine authored May 28, 2020
1 parent 1dd8afa commit ec9c1e5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ export class PageManager extends React.PureComponent {
content="Add a new page to this workpad"
position="left"
>
<button onClick={addPage} className="canvasPageManager__addPage">
<button
onClick={addPage}
className="canvasPageManager__addPage kbn-resetFocusState"
>
<EuiIcon color="ghost" type="plusInCircle" size="l" />
</button>
</EuiToolTip>
Expand Down

0 comments on commit ec9c1e5

Please sign in to comment.