Skip to content

Commit 140b85e

Browse files
committed
fix: remove duplicate border on jumplinks accordion header
1 parent f0638a8 commit 140b85e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

elements/pfe-jump-links/src/pfe-jump-links-nav.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ pfe-accordion {
210210
pfe-accordion-panel {
211211
// hide accordion left border:
212212
border-left-color: transparent;
213+
border-right: none;
213214
}
214215

215216
// 0 -> LG breakpoint

elements/pfe-sass/mixins/_components.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
@mixin pfe-accordion-props($variant: default) {
8989
margin: 0;
9090
width: pfe-local(Width, 100%);
91-
max-width: calc(100% - #{pfe-var(surface--border-width--heavy)});
91+
max-width: calc(100%);
9292
height: auto;
9393
position: relative;
9494

0 commit comments

Comments
 (0)