chore: fix nested collapsible background color
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Collapsible__container .Collapsible__container {
|
||||||
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
.Collapsible__title {
|
.Collapsible__title {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px 5px 5px 20px;
|
padding: 5px 5px 5px 20px;
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import './Collapsible.css'
|
import './Collapsible.scss'
|
||||||
|
|
||||||
import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'
|
import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'
|
||||||
import { $findMatchingParent, mergeRegister, $insertNodeToNearestRoot } from '@lexical/utils'
|
import { $findMatchingParent, mergeRegister, $insertNodeToNearestRoot } from '@lexical/utils'
|
||||||
|
|||||||
Reference in New Issue
Block a user