Hide create-list form wrapper by default
This commit is contained in:
@@ -114,6 +114,10 @@
|
|||||||
margin-top: var(--spacing-large);
|
margin-top: var(--spacing-large);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-delete-confirmation-pattern__create-list-form[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.sg-delete-confirmation-pattern__text {
|
.sg-delete-confirmation-pattern__text {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--text-delete-confirmation-overlay);
|
color: var(--text-delete-confirmation-overlay);
|
||||||
|
|||||||
Reference in New Issue
Block a user