docs(style): add pointer cursor for summary element (#12132)

This commit is contained in:
Zhongxiang Wang 2023-03-21 09:33:42 +08:00 committed by GitHub
parent 0b676e1b2c
commit 05a940d37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,7 @@ details {
margin: 16px 0;
font-size: 18px;
font-weight: 600;
cursor: pointer;
}
}