aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-06 21:21:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-06 21:21:23 +0800
commit2f451b5a27f562971800202078d29af968783362 (patch)
tree3efaf3fb9c6a938902d63c1e09e8f323bf691b37
parent56db555188e2dad184d927f0222996777d0e912b (diff)
CSS: fix cursor style
-rwxr-xr-xbin/mail/comment.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/mail/comment.sh b/bin/mail/comment.sh
index be86070..1786afc 100755
--- a/bin/mail/comment.sh
+++ b/bin/mail/comment.sh
@@ -126,10 +126,12 @@ if [ ! -f $output ] || ! xmllint --html --nofixup-base-uris $output &>/dev/null;
126 } 126 }
127 .replies { 127 .replies {
128 display: none; 128 display: none;
129 cursor: pointer;
130 &:has(li) { 129 &:has(li) {
131 display: block; 130 display: block;
132 } 131 }
132 summary {
133 cursor: pointer;
134 }
133 ul { 135 ul {
134 padding-inline: 1rem 0; 136 padding-inline: 1rem 0;
135 } 137 }