Skip to content

Commit 75f8526

Browse files
committed
Make summary like link
1 parent 84208b6 commit 75f8526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- run: |
1717
cp .gitconfig ~
1818
sudo cp diff/diff.py /usr/bin
19-
test $(sha256sum $(git ss a257771) | awk '{print $1}') = 344d9963e44d1d07031eced473b1948ff2acc3b1494afb8a28b22083b58799bb
19+
test $(sha256sum $(git ss a257771) | awk '{print $1}') = a6c509110346973b76d8203f461927ad2ba08784cdefde35156c72412c0493f6
2020
name: Verify diff hash

diff/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.diff_header {background-color: #e0e0e0;}
3131
td.diff_header {text-align: right;}
3232
details {display: inline-block; margin: 0px 4px 80px 4px;}
33-
summary {background-color: #e0e0e0; border-width: 1px 1px 0px 1px; border-style: solid; padding: 0px 4px 0px 4px; position: sticky; top: 0px;}
33+
summary {background-color: #e0e0e0; border-width: 1px 1px 0px 1px; border-style: solid; cursor: pointer; padding: 0px 4px 0px 4px; position: sticky; top: 0px;}
3434
.diff_next {background-color: #c0c0c0;}
3535
.diff_add {background-color: #aaffaa;}
3636
.diff_chg {background-color: #ffff77;}

0 commit comments

Comments
 (0)