Skip to content

Commit e71c450

Browse files
committed
✨(frontend) checked checkboxes: removing strikethrough
removing strikethrough Signed-off-by: Cyril <c.gromoff@gmail.com>
1 parent 14c84f0 commit e71c450

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to
2525
- ♿ remove redundant aria-label on hidden icons and update tests #1432
2626
- ♿ improve semantic structure and aria roles of leftpanel #1431
2727
- ♿ add default background to left panel for better accessibility #1423
28+
- ♿ restyle checked checkboxes: removing strikethrough #1439
2829
- ♿ add h1 for SR on 40X pages and remove alt texts #1438
2930
### Fixed
3031

src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ export const cssEditor = (readonly: boolean) => css`
9191
border-radius: var(--c--theme--spacings--3xs);
9292
}
9393
94+
.bn-block-content[data-content-type='checkListItem'][data-checked='true']
95+
.bn-inline-content {
96+
text-decoration: none;
97+
}
98+
9499
h1 {
95100
font-size: 1.875rem;
96101
}

0 commit comments

Comments
 (0)