[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:
@@ -46,17 +46,6 @@ define(
|
|||||||
// Then the Url is opened using $window
|
// Then the Url is opened using $window
|
||||||
var currentUrl = $window.location.href;
|
var currentUrl = $window.location.href;
|
||||||
$window.open(currentUrl);
|
$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 */
|
/* line 32, ../sass/_hide-non-functional.scss */
|
||||||
.browse-mode .browse-area.holder {
|
.browse-mode .browse-area.holder {
|
||||||
top: 5px; }
|
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 {
|
.object-browse-bar {
|
||||||
.btn.key-window {
|
.btn.key-window {
|
||||||
// Hide the Open in New Window button
|
// Hide the Open in New Window button
|
||||||
display: none;
|
// display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user