Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(controls): Remove controls wrapper #1185

Merged
merged 3 commits into from
Mar 27, 2020
Merged

Conversation

mxiao6
Copy link
Contributor

@mxiao6 mxiao6 commented Mar 26, 2020

No description provided.

@mxiao6 mxiao6 requested a review from a team as a code owner March 26, 2020 22:17
@@ -35,13 +35,9 @@ class Controls {
constructor(container) {
this.containerEl = container;

const controlsWrapperEl = document.createElement('div');
controlsWrapperEl.className = 'bp-controls-wrapper';
controlsWrapperEl.setAttribute('data-testid', 'controls-wrapper');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure this isn't used by any end-to-end tests in other repos (elements, webapp, etc.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure this isn't used by any end-to-end tests in other repos (elements, webapp, etc.)

Checked (elements, webapp, annotations) and there's no usage of it.

src/lib/Controls.scss Show resolved Hide resolved
src/lib/_common.scss Outdated Show resolved Hide resolved
jstoffan
jstoffan previously approved these changes Mar 26, 2020
@mergify mergify bot merged commit 14ed545 into box:master Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants