Skip to content

Commit

Permalink
Merge pull request #7890 from cfpb/ans_form_css
Browse files Browse the repository at this point in the history
Form Explainers: double colon pseudoelements to drop IE8 support
  • Loading branch information
anselmbradford authored Aug 8, 2023
2 parents ea6dc49 + 9e5c584 commit 68db8d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
}

.o-expandable_content[data-open='true']:before {
.o-expandable_content[data-open='true']::before {
border: none;
}

Expand Down

0 comments on commit 68db8d4

Please sign in to comment.