Skip to content

Commit f4737fd

Browse files
committed
More ✨
2 parents e4b13f6 + 133c1d7 commit f4737fd

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

static/shared/css/documentation.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,10 +1326,12 @@ span.bash-output {
13261326

13271327
.arrow-btn.collapsed:hover {
13281328
background-position: -3px -43px;
1329+
background-color: transparent;
13291330
}
13301331

13311332
.arrow-btn.expanded:hover {
13321333
background-position: -41px -43px;
1334+
background-color: transparent;
13331335
}
13341336

13351337
.alert {
@@ -1377,7 +1379,12 @@ li.api-status img {
13771379
#header .logo {
13781380
background-image: url(/images/logo_developer@2x.png);
13791381
background-size: 186px 27px;
1380-
}
1382+
}
1383+
1384+
.sidebar-module .arrow-btn {
1385+
background-image: url(/shared/images/expand-arrows@2x.png);
1386+
background-size: 73px 80px;
1387+
}
13811388

13821389
.api-status .unknown {
13831390
background-image: url(/images/status-icon-unknown@2x.png);
51 Bytes
Loading
587 Bytes
Loading

static/shared/js/documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $(function() {
2424
}
2525

2626
// bind every href with a hash; take a look at v3/search/ for example
27-
$('#js-sidebar .js-topic a[href*=#]').bind("click", function(e) {
27+
$('#js-sidebar .js-accordion-list .js-topic a[href*=#]').bind("click", function(e) {
2828
if (window.location.toString().indexOf($(e.target).attr('href')) == -1)
2929
setTimeout(styleTOC, 0); // trigger the window.location change, then stylize
3030
});

0 commit comments

Comments
 (0)