Skip to content

Commit

Permalink
[NP] Import saved objects styles directly (#58208) (#58697)
Browse files Browse the repository at this point in the history
* Import styles for saved objects

* Rename index.scss

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
maryia-lapata and elasticmachine authored Feb 28, 2020
1 parent 45cdc44 commit 8077d34
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/legacy/ui/public/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
@import './error_url_overflow/index';
@import './exit_full_screen/index';
@import './field_editor/index';
@import './saved_objects/index';
@import './share/index';
@import './style_compile/index';
@import '../../../plugins/management/public/components/index';
Expand Down
1 change: 0 additions & 1 deletion src/legacy/ui/public/saved_objects/_index.scss

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions src/plugins/saved_objects/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

import { Plugin } from 'src/core/public';

import './index.scss';

export class SavedObjectsPublicPlugin implements Plugin {
public setup() {}
public start() {}
Expand Down

0 comments on commit 8077d34

Please sign in to comment.