Skip to content

Commit 8112259

Browse files
committed
Merge #565: [Trivial] Download page: make expandable sections use clickable mouse cursor
7c7c25c Download page: make expandable sections use clickable mouse cursor (David A. Harding) Pull request description: Preview: http://dg1.dtrt.org/en/download/ On the live BitcoinCore.org site, if you hover your mouse over one of the expandable sections in the Download Page verification docs, it shows the default mouse cursor (mouse not pictured in image below). ![2018-06-16-12_28_15_757496108](https://user-images.githubusercontent.com/61096/41500510-ca184332-7160-11e8-8a10-e4678148e1fc.png) With this commit, the cursor is changed to the cursor used for clicking on a link (e.g. a hand with pointer finger extended). I've tested this works using a Chromebook running the Chrome browser (on my usual OS, nothing in any browser seems to change the cursor). Suggested by Daniel E. Renfer, duck1123, [on Twitter](https://twitter.com/duck1123/status/1008013971830509568) Tree-SHA512: 1fa8cb15e9d99da829a1601c4ebaaa887b04e1170c7ae3fa0a036b308da9adf008a56bcd1971ce272891d556b642e29aa3d6c0f17be18c7f7060b54431607e3b
2 parents d1535f4 + 7c7c25c commit 8112259

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/page.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,3 +1068,7 @@ div.maintainers {
10681068
.bg-blue {
10691069
background-color: $bg-blue;
10701070
}
1071+
1072+
details > summary {
1073+
cursor: pointer;
1074+
}

0 commit comments

Comments
 (0)