Skip to content

Commit

Permalink
Scope dev tools wildcard styles within DevTools CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
GasimGasimzada committed Jan 4, 2020
1 parent f749045 commit 9cc094a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@
display: none;
}
}

.DevTools, .DevTools * {
box-sizing: border-box;

-webkit-font-smoothing: var(--font-smoothing);
}
6 changes: 0 additions & 6 deletions packages/react-devtools-shared/src/devtools/views/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,3 @@
--interaction-commit-size: 10px;
--interaction-label-width: 200px;
}

* {
box-sizing: border-box;

-webkit-font-smoothing: var(--font-smoothing);
}

0 comments on commit 9cc094a

Please sign in to comment.