fix default callout state
This commit is contained in:
parent
fe2852ff25
commit
92ca787092
4 changed files with 7 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue