Move watchstar import out of VectorTabs.less and into screen.less

* VectorTabs.stories.js and Navigation.stories.js were updated to
reflect this change.

Bug: T243281
Change-Id: I96a3b9b2c9a8d799a5835de1f296bc1a779803ee
This commit is contained in:
Nicholas Ray 2020-03-06 14:03:06 -07:00
parent 15041cf0ee
commit 892eb489e6
5 changed files with 4 additions and 2 deletions

View File

@ -84,5 +84,3 @@
}
}
}
@import 'watchstar.less';

View File

@ -4,6 +4,7 @@
@import 'PersonalMenu.less';
@import 'SearchBox.less';
@import 'VectorTabs.less';
@import 'watchstar.less';
@import 'VectorMenu.less';
@import 'Navigation.less';
@import 'Portal.less';

View File

@ -1,4 +1,5 @@
@import '../../variables.less';
@import 'mediawiki.mixins.less';
@import 'mediawiki.mixins.rotation.less';
/* Watch/Unwatch Icon Styling */

View File

@ -3,6 +3,7 @@ import { navTemplate, NAVIGATION_TEMPLATE_DATA,
NAVIGATION_TEMPLATE_PARTIALS } from './Navigation.stories.data';
import '../.storybook/common.less';
import '../resources/skins.vector.styles/Navigation.less';
import '../resources/skins.vector.styles/watchstar.less';
export default {
title: 'Navigation (Header + Sidebar)'

View File

@ -1,6 +1,7 @@
import mustache from 'mustache';
import { namespaceTabsData, pageActionsData, vectorTabsTemplate } from './VectorTabs.stories.data';
import '../resources/skins.vector.styles/VectorTabs.less';
import '../resources/skins.vector.styles/watchstar.less';
import '../.storybook/common.less';
export default {