mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 03:25:44 +00:00
[Windowing] SASS Edit
Adjusted the SASS file to not hide the new window button. Also removed the overwrite metadata function that was used to temprarily allow us to view the new window button. WTD-16.
This commit is contained in:
parent
bd6dc758fa
commit
683a733ae1
@ -46,17 +46,6 @@ define(
|
||||
// Then the Url is opened using $window
|
||||
var currentUrl = $window.location.href;
|
||||
$window.open(currentUrl);
|
||||
},
|
||||
|
||||
getMetadata: function () {
|
||||
// We override getMetadata, this is temporary
|
||||
// Until the css/html code views the button on
|
||||
// its own
|
||||
var metadata = Object.create(NewWindowAction);
|
||||
metadata.glyph = "y";
|
||||
metadata.description = "ENTER DESC HERE";
|
||||
metadata.group = "windowing";
|
||||
return metadata;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -4863,6 +4863,3 @@ input[type="text"] {
|
||||
/* line 32, ../sass/_hide-non-functional.scss */
|
||||
.browse-mode .browse-area.holder {
|
||||
top: 5px; }
|
||||
/* line 39, ../sass/_hide-non-functional.scss */
|
||||
.browse-mode .browse-area.holder > .contents.split-layout .object-browse-bar .btn.key-window {
|
||||
display: none; }
|
||||
|
@ -38,7 +38,7 @@
|
||||
.object-browse-bar {
|
||||
.btn.key-window {
|
||||
// Hide the Open in New Window button
|
||||
display: none;
|
||||
// display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user