Skip to content

Commit 8c180dc

Browse files
Migrated styles for "share" plugin to new platform (#59981) (#61040)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 1eadd8a commit 8c180dc

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

src/legacy/ui/public/_index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
@import './error_url_overflow/index';
1616
@import './exit_full_screen/index';
1717
@import './field_editor/index';
18-
@import './share/index';
1918
@import './style_compile/index';
2019
@import '../../../plugins/management/public/components/index';
2120

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import './components/index'

src/plugins/share/public/plugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
import './index.scss';
21+
2022
import { CoreSetup, CoreStart, Plugin } from 'src/core/public';
2123
import { ShareMenuManager, ShareMenuManagerStart } from './services';
2224
import { ShareMenuRegistry, ShareMenuRegistrySetup } from './services';

0 commit comments

Comments
 (0)