Removed sibling selector from summary tag

This commit is contained in:
Tetrakern 2023-06-09 21:23:31 +02:00
parent 96d3c5884c
commit 3c54c5bada
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -151,10 +151,10 @@ b {
details {
summary {
cursor: pointer;
}
+ * {
margin-top: 2px;
}
> :not([class]) {
margin-top: 2px;
}
}