Skip to content

Commit

Permalink
Merge pull request #4912 from nextcloud/backport/4901/stable27
Browse files Browse the repository at this point in the history
[stable27] fix line-through selector
  • Loading branch information
mejo- committed Oct 27, 2023
2 parents bcba1f2 + a20970e commit 3a11e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ div.ProseMirror {
background-color: var(--color-primary-element);
border-color: var(--color-primary-element);
}
label {
> label > p {
color: var(--color-text-maxcontrast);
text-decoration: line-through;
}
Expand Down

0 comments on commit 3a11e47

Please sign in to comment.