Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit b960d10

Browse files
authored
Merge pull request #1425 from NativeScript/bundev/sync-styling
feature(all, except api-reference): Sync documentation styling to nativescript.org
2 parents 7224a22 + d8db9c9 commit b960d10

File tree

10 files changed

+702
-354
lines changed

10 files changed

+702
-354
lines changed

build/_assets/javascripts/app.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function initNSMenu() {
8282
},
8383
closeOnClick: true,
8484
animation: { open: {
85+
effects: "fadeIn",
8586
duration: 100
8687
}}
8788
}).appendTo(".navigation__right");
@@ -103,7 +104,7 @@ function initPanelBar() {
103104
menu.kendoPanelBar({
104105
expandMode: "single"
105106
})
106-
.prependTo(".navigation__right")
107+
.prependTo(".ns-navigation")
107108
.click(function(e) {
108109
e.stopPropagation();
109110
});
@@ -237,7 +238,7 @@ $(function(){
237238
}
238239

239240
$(this)
240-
.prepend("<button class='copy-button ns-button' title='Copy to clipboard'>Copy</button>")
241+
.prepend("<button class='copy-button ns-button -hollow' title='Copy to clipboard'></button>")
241242
.wrap("<div class='ns-copy-container'></div>");
242243
});
243244
}

0 commit comments

Comments
 (0)