Skip to content

Commit

Permalink
Remove screenreader-only styles to reveal h2 headings in the judgment
Browse files Browse the repository at this point in the history
Copied from e52373ace751969bc36d7e1bdbe29bf8ff7c2b01 in ds-caselaw-public-ui
as this commit is required in this application as well.
  • Loading branch information
Laura Porter committed Jun 6, 2022
1 parent 530165e commit 6ed83c7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ds_caselaw_editor_ui/sass/includes/_judgment_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@

@media (min-width: $grid__breakpoint-medium) {


h2 {
@include sr-only;
}

ul {
padding: 0;
}
Expand All @@ -170,10 +165,6 @@

&__hearing-dates {
text-align: center;

h2 {
@include sr-only;
}
}

&__approved-judgment {
Expand All @@ -182,10 +173,6 @@
}

.judgment-body {
h2 {
@include sr-only;
}

h3 {
font-size: 1rem;
}
Expand Down

0 comments on commit 6ed83c7

Please sign in to comment.