Skip to content

Commit 886a516

Browse files
Merge pull request #214 from hcorson-dosch-usgs/fix_accordions
Fix accordions
2 parents 6c9647f + 5a18d3b commit 886a516

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/components/MethodsSection.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<div
2323
:id="method.title"
2424
class="usa-accordion__content usa-prose gage-target"
25+
hidden
2526
>
2627
<p><span v-html="method.method" /></p>
2728
</div>

src/components/NewTimeline.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
<div
240240
:id="method.title"
241241
class="usa-accordion__content usa-prose gage-target"
242+
hidden
242243
>
243244
<h3
244245
v-if="windowWidth > 770"

src/components/WorkInProgressWarning.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
button {
3939
display: block;
4040
margin: 0 auto;
41-
background: var(--color-USGS-header-footer);
41+
background: #00264c;
4242
color: #ffffff;
4343
border: none;
4444
outline: none;

0 commit comments

Comments
 (0)