Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

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

* Rename index.scss

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
maryia-lapata and elasticmachine authored Feb 27, 2020
1 parent 4bc6aa6 commit 92840fe
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.

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 92840fe

Please sign in to comment.