Skip to content

Commit ea42754

Browse files
committed
fix(buttons): revert bootstrap outlined button icon styles
1 parent c95fa20 commit ea42754

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/button/themes/button/shared/button.bootstrap.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $outlined-theme: $bootstrap-outlined;
2929

3030
:host(:not([disabled])[variant='outlined']) [part='base focused'],
3131
:host(:not(:disabled)[variant='outlined']) [part='base focused'] {
32+
::slotted(igc-icon) {
33+
color: var-get($outlined-theme, 'icon-color-hover');
34+
}
35+
3236
box-shadow: 0 0 0 rem(4px) var-get($outlined-theme, 'shadow-color');
3337
}
3438

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $outlined-theme: $material-outlined;
9696
&:active {
9797
color: var-get($flat-theme, 'focus-foreground');
9898
background: var-get($flat-theme, 'focus-background');
99-
border-color: var-get($flat-theme, 'focus-visible-border-color');
99+
border-color: var-get($flat-theme, 'focus-border-color');
100100

101101
::slotted(igc-icon) {
102102
color: var-get($flat-theme, 'focus-foreground');

0 commit comments

Comments
 (0)