Merge pull request #8994 from scmmishra/summary-details

fix: summary tag should have cursor pointer
This commit is contained in:
mergify[bot] 2019-12-09 11:32:46 +00:00 committed by GitHub
commit 75a1eb9653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,10 @@ p {
margin: 10px 0;
}
details > summary {
cursor: pointer;
}
.text-color {
color: @text-color !important;
}