[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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user