mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
fix: removing maelstrom theme from application (#5600)
This commit is contained in:
parent
f1c85933c3
commit
10ff4e1781
@ -58,7 +58,6 @@ define([
|
||||
'./condition/plugin',
|
||||
'./conditionWidget/plugin',
|
||||
'./themes/espresso',
|
||||
'./themes/maelstrom',
|
||||
'./themes/snow',
|
||||
'./URLTimeSettingsSynchronizer/plugin',
|
||||
'./notificationIndicator/plugin',
|
||||
@ -122,7 +121,6 @@ define([
|
||||
ConditionPlugin,
|
||||
ConditionWidgetPlugin,
|
||||
Espresso,
|
||||
Maelstrom,
|
||||
Snow,
|
||||
URLTimeSettingsSynchronizer,
|
||||
NotificationIndicator,
|
||||
@ -207,7 +205,6 @@ define([
|
||||
plugins.ClearData = ClearData;
|
||||
plugins.WebPage = WebPagePlugin.default;
|
||||
plugins.Espresso = Espresso.default;
|
||||
plugins.Maelstrom = Maelstrom.default;
|
||||
plugins.Snow = Snow.default;
|
||||
plugins.Condition = ConditionPlugin.default;
|
||||
plugins.ConditionWidget = ConditionWidgetPlugin.default;
|
||||
|
@ -1,22 +0,0 @@
|
||||
@import "../../styles/vendor/normalize-min";
|
||||
@import "../../styles/constants";
|
||||
@import "../../styles/constants-mobile.scss";
|
||||
|
||||
@import "../../styles/constants-maelstrom";
|
||||
|
||||
@import "../../styles/mixins";
|
||||
@import "../../styles/animations";
|
||||
@import "../../styles/about";
|
||||
@import "../../styles/glyphs";
|
||||
@import "../../styles/global";
|
||||
@import "../../styles/status";
|
||||
@import "../../styles/limits";
|
||||
@import "../../styles/controls";
|
||||
@import "../../styles/forms";
|
||||
@import "../../styles/table";
|
||||
@import "../../styles/legacy";
|
||||
@import "../../styles/legacy-plots";
|
||||
@import "../../styles/plotly";
|
||||
@import "../../styles/legacy-messages";
|
||||
|
||||
@import "../../styles/vue-styles.scss";
|
@ -1,7 +0,0 @@
|
||||
import { installTheme } from './installTheme';
|
||||
|
||||
export default function plugin() {
|
||||
return function install(openmct) {
|
||||
installTheme(openmct, 'maelstrom');
|
||||
};
|
||||
}
|
@ -30,7 +30,6 @@ const config = {
|
||||
inMemorySearchWorker: './src/api/objects/InMemorySearchWorker.js',
|
||||
espressoTheme: './src/plugins/themes/espresso-theme.scss',
|
||||
snowTheme: './src/plugins/themes/snow-theme.scss',
|
||||
maelstromTheme: './src/plugins/themes/maelstrom-theme.scss'
|
||||
},
|
||||
output: {
|
||||
globalObject: 'this',
|
||||
|
Loading…
Reference in New Issue
Block a user