openmct/platform/features
Charles Hacskaylo e8e7067993 Fix legacy messages (#2323)
* Fix legacy message styling

- Code cleanup;
- Enable constants-mobile;
- Add _legacy-messages.scss;
- Add status color fg colors to theme constants;

* CSS refactoring, significant migration for messages classes

- Many messages classes migrated;
- c-click-icon > c-icon-button;
- c-click-icon rewritten;
- __close-btn refined in dialogs;

* About and splash screen styling

- Fixed splash in About screen;

* Update _mixins.scss

* Convert c-overlay__close-button to button

- <a> -> <button>;
- Set color of button;
- Normalized naming from close-btn to close-button;

* Fixed brightness filter issue on elements in overlays in VISTA;

* Fix dismiss button
2019-03-21 15:07:16 -07:00
..
clock Fix legacy messages (#2323) 2019-03-21 15:07:16 -07:00
hyperlink Remove url validation from summary widgets, webpage and hyperlink (#2312) 2019-03-18 09:45:38 -07:00
imagery Plot options 4.1 (#2303) 2019-03-21 13:57:41 -07:00
my-items [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
pages Remove url validation from summary widgets, webpage and hyperlink (#2312) 2019-03-18 09:45:38 -07:00
static-markup Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
timeline Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains bundles which represent specific user-facing features of Open MCT, such as plots and other visualizations. Bundles in this directory should be effectively optional.