Skip to content

Commit

Permalink
Fix path to Accordion icons. (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacine authored and slowbot committed Nov 26, 2019
1 parent d22edff commit 500a936
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14509,11 +14509,11 @@ a:visited {
}

.usa-accordion__button {
background-image: url("../images/icomoon/svg/remove.svg");
background-image: url("../images/icomoon/SVG/remove.svg");
}

.usa-accordion__button[aria-expanded=false] {
background-image: url("../images/icomoon/svg/add.svg");
background-image: url("../images/icomoon/SVG/add.svg");
}

.jcc-datefinder {
Expand Down
2 changes: 1 addition & 1 deletion public/css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/styles.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/scripts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/scripts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/scripts.min.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
}

.usa-accordion__button {
background-image: url("../images/icomoon/svg/remove.svg");
background-image: url("../images/icomoon/SVG/remove.svg");
}

.usa-accordion__button[aria-expanded="false"] {
background-image: url("../images/icomoon/svg/add.svg");
background-image: url("../images/icomoon/SVG/add.svg");
}

0 comments on commit 500a936

Please sign in to comment.