We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea42754 commit 32bf815Copy full SHA for 32bf815
src/components/button/themes/button/shared/button.bootstrap.scss
@@ -29,11 +29,11 @@ $outlined-theme: $bootstrap-outlined;
29
30
:host(:not([disabled])[variant='outlined']) [part='base focused'],
31
:host(:not(:disabled)[variant='outlined']) [part='base focused'] {
32
+ box-shadow: 0 0 0 rem(4px) var-get($outlined-theme, 'shadow-color');
33
+
34
::slotted(igc-icon) {
35
color: var-get($outlined-theme, 'icon-color-hover');
36
}
-
- box-shadow: 0 0 0 rem(4px) var-get($outlined-theme, 'shadow-color');
37
38
39
:host(:not([disabled])[variant='contained']) [part='base focused'],
0 commit comments