Skip to content

Commit

Permalink
Migrated styles for "share" plugin to new platform (elastic#59981)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
VladLasitsa and elasticmachine committed Mar 24, 2020
1 parent 4a91046 commit 34994b6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
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 './share/index';
@import './style_compile/index';
@import '../../../plugins/management/public/components/index';

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/plugins/share/public/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import './components/index'
2 changes: 2 additions & 0 deletions src/plugins/share/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* under the License.
*/

import './index.scss';

import { CoreSetup, CoreStart, Plugin } from 'src/core/public';
import { ShareMenuManager, ShareMenuManagerStart } from './services';
import { ShareMenuRegistry, ShareMenuRegistrySetup } from './services';
Expand Down

0 comments on commit 34994b6

Please sign in to comment.