Skip to content

Commit 2c8fd55

Browse files
committed
US198282 fixed on=light accordion panel bg color
`
1 parent 651f721 commit 2c8fd55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

elements/pfe-accordion/demo/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,17 @@
4545
.dark-gray-background {
4646
background-color: #222591;
4747
}
48+
.light-gray-background {
49+
background-color: #f8f8f8;
50+
}
4851

4952
</style>
5053
</head>
5154
<body unresolved>
5255

53-
<section class="white-background">
56+
<section class="light-gray-background">
5457
<h2>&lt;pfe-accordion&gt;</h2><br/>
55-
<pfe-accordion >
58+
<pfe-accordion>
5659
<pfe-accordion-header>
5760
<h3>Why do wizards need money if they could just create it?</h3>
5861
</pfe-accordion-header>

elements/pfe-sass/mixins/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ $pfe-expand_button--padding: calc(#{pfe-var(container-spacer)} * #{$pfe-expand_b
460460
@else {
461461
box-shadow: 0 5px #{pfe-var(surface--border-width-thick)} rgba(140, 140, 140, 0.35);
462462
border-left-color: #{pfe-color(surface--lightest--link)};
463+
background-color: #{pfe-color(surface--lightest)};
463464
border-right-color: #{pfe-color(surface--border--lightest)};
464465
border-bottom: #{pfe-var(surface--border-width)} #{pfe-var(surface--border-style)} #{pfe-color(surface--border--lightest)};
465466
}

0 commit comments

Comments
 (0)