fix default callout state
This commit is contained in:
@ -71,11 +71,6 @@ a {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
// darkmode diagrams
|
||||
& svg {
|
||||
stroke: var(--dark);
|
||||
}
|
||||
|
||||
& ul:has(input[type='checkbox']) {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
|
@ -70,6 +70,10 @@
|
||||
--color: var(--secondary);
|
||||
--border: var(--lightgray);
|
||||
}
|
||||
|
||||
&.is-collapsed > .callout-title > .fold {
|
||||
transform: rotateZ(-90deg)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -87,9 +91,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&.is-collapsed .fold {
|
||||
transform: rotateZ(-90deg)
|
||||
}
|
||||
}
|
||||
|
||||
.callout-icon {
|
||||
|
Reference in New Issue
Block a user