Skip to content

Commit

Permalink
Move dev tools styles to NP (#58855) (#58973)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-lapata committed Mar 1, 2020
1 parent 5e8d6c2 commit eba8830
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/legacy/core_plugins/kibana/public/dev_tools/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
This folder is just a left-over of the things that can't be moved to Kibana platform just yet:

* Styling (this can be moved as soon as there is support for styling in Kibana platform)
* Check whether there are no dev tools and hide the link in the nav bar (this can be moved as soon as all dev tools are moved)
3 changes: 0 additions & 3 deletions src/legacy/core_plugins/kibana/public/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
// vis_type_vislib UI styles
@import 'src/legacy/core_plugins/vis_type_vislib/public/index';

// Dev tools styles
@import './dev_tools/index';

// Discover styles
@import 'discover/index';

Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions src/plugins/dev_tools/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import { App, CoreSetup, Plugin } from 'kibana/public';
import { sortBy } from 'lodash';
import { KibanaLegacySetup } from '../../kibana_legacy/public';

import './index.scss';

export interface DevToolsSetup {
/**
* Register a developer tool. It will be available
Expand Down

0 comments on commit eba8830

Please sign in to comment.