i-tech-shared-components 1.2.38 → 1.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i-tech-shared-components",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "peerDependencies": {
5
5
  "@angular/material": "~18.2.14",
6
6
  "@angular/animations": "~18.0.0",
@@ -120,4 +120,18 @@ body {
120
120
  }
121
121
  // END OF BUTTON ICON TYPES
122
122
 
123
+ .mat-mdc-icon-button:disabled, .mat-mdc-fab-base:disabled {
124
+ background-color: mat.get-theme-color($m3-light-theme, neutral, 95);
125
+ }
126
+
127
+ .mat-mdc-icon-button:disabled mat-icon,
128
+ .mat-mdc-fab-base:disabled mat-icon {
129
+ color: mat.get-theme-color($m3-light-theme, neutral, 60) !important;
130
+ }
131
+
132
+ // For small size
133
+ .mat-mdc-icon-button.small:disabled, .mat-mdc-fab-base.small:disabled {
134
+ background-color: mat.get-theme-color($m3-light-theme, neutral, 95);
135
+ }
136
+
123
137
  }