Skip to content

Commit 698a01c

Browse files
committed
feat(carousel): fix button background on focus+hover
1 parent edf0ed2 commit 698a01c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/carousel/themes/shared/carousel.common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ igc-button::part(base) {
2828
igc-button::part(focused),
2929
igc-button::part(focused):hover {
3030
border: rem(2px) solid var-get($theme, 'button-focus-border-color');
31+
background: var-get($theme, 'button-background');
3132
color: var-get($theme, 'button-focus-arrow-color');
3233
}
3334

0 commit comments

Comments
 (0)