|
39 | 39 | /// @param {Color} $resting-shadow [null] - The shadow of the button in its idle state.
|
40 | 40 | /// @param {Color} $hover-shadow [null] - The shadow of the button in its hover state.
|
41 | 41 | /// @param {Color} $focus-shadow [null] - The shadow of the button in its focus state.
|
42 |
| -/// @param {Color} $active-shadow [null] - The shadow of the button in its focus state. |
| 42 | +/// @param {Color} $active-shadow [null] - The shadow of the button in its active state. |
43 | 43 | /// @param {Color} $disabled-background [null] - The disabled background color of the button.
|
44 | 44 | /// @param {Color} $disabled-foreground [null] - The disabled text color of the button.
|
45 | 45 | /// @param {Color} $disabled-icon-color [null] - The disabled icon color of the button.
|
|
771 | 771 | color: var-get($contained-theme, 'active-foreground');
|
772 | 772 | background: var-get($contained-theme, 'active-background');
|
773 | 773 | border-color: var-get($contained-theme, 'active-border-color');
|
774 |
| - box-shadow: var-get($contained-theme, 'hover-shadow'); |
| 774 | + box-shadow: var-get($contained-theme, 'active-shadow'); |
775 | 775 |
|
776 | 776 | igx-icon {
|
777 | 777 | color: var-get($contained-theme, 'active-foreground');
|
|
911 | 911 | color: var-get($fab-theme, 'active-foreground');
|
912 | 912 | background: var-get($fab-theme, 'active-background');
|
913 | 913 | border-color: var-get($fab-theme, 'active-border-color');
|
914 |
| - box-shadow: var-get($fab-theme, 'focus-shadow'); |
| 914 | + box-shadow: var-get($fab-theme, 'active-shadow'); |
915 | 915 |
|
916 | 916 | igx-icon {
|
917 | 917 | color: var-get($fab-theme, 'active-foreground');
|
|
0 commit comments