@tiba-spark/client-shared-lib 25.3.0-797 → 25.3.0-801
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
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
background-color: variables.$tab-inactive-color;
|
|
17
17
|
opacity: 1;
|
|
18
18
|
|
|
19
|
-
&.mat-tab-disabled {
|
|
19
|
+
&.mat-mdc-tab-disabled {
|
|
20
20
|
cursor: default;
|
|
21
21
|
pointer-events: none;
|
|
22
22
|
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
font-size: 13px;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
&:not(.mat-tab-disabled).mdc-tab--active {
|
|
223
|
+
&:not(.mat-mdc-tab-disabled).mdc-tab--active {
|
|
224
224
|
border-left: 5px solid variables.$primary-color;
|
|
225
225
|
background-color: variables.$active-background;
|
|
226
226
|
}
|