File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
packages/next/src/next-devtools/dev-overlay
components/dev-tools-panel Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
export function DevToolsPanel ( ) {
2
2
// TODO: Remove style; It is to indicate faster in the browser.
3
- return < div style = { { color : ' black' } } > DevToolsPanel</ div >
3
+ return < div className = "text- black" > DevToolsPanel</ div >
4
4
}
5
-
6
- export const DEV_TOOLS_PANEL_STYLES = ``
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import { DEV_TOOLS_INFO_USER_PREFERENCES_STYLES } from '../components/errors/dev
24
24
import { DEV_TOOLS_INFO_RENDER_FILES_STYLES } from '../components/overview/segment-explorer'
25
25
import { FADER_STYLES } from '../components/fader'
26
26
import { RESTART_SERVER_BUTTON_STYLES } from '../components/errors/error-overlay-toolbar/restart-server-button'
27
- import { DEV_TOOLS_PANEL_STYLES } from '../components/dev-tools-panel/dev-tools-panel'
28
27
29
28
export function ComponentStyles ( ) {
30
29
return (
@@ -54,7 +53,6 @@ export function ComponentStyles() {
54
53
${ DEV_TOOLS_INFO_ROUTE_INFO_STYLES }
55
54
${ DEV_TOOLS_INFO_USER_PREFERENCES_STYLES }
56
55
${ DEV_TOOLS_INFO_RENDER_FILES_STYLES }
57
- ${ DEV_TOOLS_PANEL_STYLES }
58
56
${ FADER_STYLES }
59
57
` }
60
58
</ style >
You can’t perform that action at this time.
0 commit comments