Skip to content

Commit 3707275

Browse files
committed
US198282 set underline focus and border-left hover
1 parent c1d0c89 commit 3707275

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

elements/pfe-sass/mixins/_mixins.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,15 @@ $pfe-expand_button--padding: calc(#{pfe-var(container-spacer)} * #{$pfe-expand_b
271271
border-bottom: var(--pfe-accordion--border-bottom);
272272
border-top: 0;
273273

274-
&:hover,
275-
&:focus {
274+
&:hover {
276275
outline: none;
277276
border-left-color: var(--pfe-accordion--focus);
278277
z-index: 2;
278+
}
279+
280+
&:focus {
281+
outline: none;
282+
z-index: 2;
279283
text-decoration: underline;
280284
text-decoration-color: pfe-color(surface--border--darker);
281285
}

0 commit comments

Comments
 (0)