[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:
Shivam Dave 2015-06-22 14:00:25 -07:00
parent bd6dc758fa
commit 683a733ae1
3 changed files with 1 additions and 15 deletions

View File

@ -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;
}
};
}

View File

@ -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; }

View File

@ -38,7 +38,7 @@
.object-browse-bar {
.btn.key-window {
// Hide the Open in New Window button
display: none;
// display: none;
}
}
}