Merge pull request #8994 from scmmishra/summary-details
fix: summary tag should have cursor pointer
This commit is contained in:
commit
75a1eb9653
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ p {
|
|||
margin: 10px 0;
|
||||
}
|
||||
|
||||
details > summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-color {
|
||||
color: @text-color !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue