✨(frontend) checked checkboxes: removing strikethrough
removing strikethrough Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
@@ -25,6 +25,7 @@ and this project adheres to
|
|||||||
- ♿ remove redundant aria-label on hidden icons and update tests #1432
|
- ♿ remove redundant aria-label on hidden icons and update tests #1432
|
||||||
- ♿ improve semantic structure and aria roles of leftpanel #1431
|
- ♿ improve semantic structure and aria roles of leftpanel #1431
|
||||||
- ♿ add default background to left panel for better accessibility #1423
|
- ♿ add default background to left panel for better accessibility #1423
|
||||||
|
- ♿ restyle checked checkboxes: removing strikethrough #1439
|
||||||
- ♿ add h1 for SR on 40X pages and remove alt texts #1438
|
- ♿ add h1 for SR on 40X pages and remove alt texts #1438
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -91,6 +91,11 @@ export const cssEditor = (readonly: boolean) => css`
|
|||||||
border-radius: var(--c--theme--spacings--3xs);
|
border-radius: var(--c--theme--spacings--3xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bn-block-content[data-content-type='checkListItem'][data-checked='true']
|
||||||
|
.bn-inline-content {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.875rem;
|
font-size: 1.875rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user