(frontend) checked checkboxes: removing strikethrough

removing strikethrough

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-09-30 10:04:03 +02:00
parent 14c84f000e
commit e71c45077d
2 changed files with 6 additions and 0 deletions

View File

@@ -91,6 +91,11 @@ export const cssEditor = (readonly: boolean) => css`
border-radius: var(--c--theme--spacings--3xs);
}
.bn-block-content[data-content-type='checkListItem'][data-checked='true']
.bn-inline-content {
text-decoration: none;
}
h1 {
font-size: 1.875rem;
}