File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/frontend/apps/impress/src/features/docs/doc-editor Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments