File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/components/button/themes/button/shared Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' );
You can’t perform that action at this time.
0 commit comments