Skip to content

Commit 32bf815

Browse files
committed
chore(button): switch property places
1 parent ea42754 commit 32bf815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ $outlined-theme: $bootstrap-outlined;
2929

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

3939
:host(:not([disabled])[variant='contained']) [part='base focused'],

0 commit comments

Comments
 (0)