Skip to content

Commit

Permalink
CSS fix ::before : metanorma/metanorma#304
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 16, 2023
1 parent 62085eb commit 13cd23b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/isodoc/base_style/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ h1, h2, h3, h4, h5, h6 {
blockquote, q {
quotes: none;

&:before, &:after {
&::before, &::after {
content: '';
content: none;
}
Expand Down Expand Up @@ -139,12 +139,12 @@ div.document-stage-band, div.document-type-band {
background-color: #333333;
}

a.FootnoteRef + a.FootnoteRef:before {
a.FootnoteRef + a.FootnoteRef::before {
content: ", ";
vertical-align: super;
}

a.TableFootnoteRef + a.TableFootnoteRef:before {
a.TableFootnoteRef + a.TableFootnoteRef::before {
content: ", ";
vertical-align: super;
}
Expand Down

0 comments on commit 13cd23b

Please sign in to comment.