@tiba-spark/client-shared-lib 25.3.0-639 → 25.3.0-641

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": "@tiba-spark/client-shared-lib",
3
- "version": "25.3.0-639",
3
+ "version": "25.3.0-641",
4
4
  "description": "Holds the shared content that all Spark Client applications use",
5
5
  "keywords": [
6
6
  "spark",
@@ -784,6 +784,7 @@ tb-sidenav {
784
784
  }
785
785
  }
786
786
 
787
+ .mdc-list-item--disabled,
787
788
  .mat-mdc-checkbox-disabled,
788
789
  .mat-mdc-list-item-disabled {
789
790
  background-color: inherit;
@@ -69,7 +69,7 @@ mat-selection-list.no-results {
69
69
  --mdc-list-list-item-hover-state-layer-opacity: 0;
70
70
  --mdc-list-list-item-focus-state-layer-opacity: 0;
71
71
  --mdc-list-list-item-label-text-color: #{variables.$text-color};
72
-
72
+ --mdc-list-list-item-disabled-label-text-color: #{variables.$text-color};
73
73
  }
74
74
 
75
75
  mat-selection-list.mat-mdc-selection-list[aria-multiselectable="false"] .mat-mdc-list-option[aria-selected="true"] {