@elderbyte/ngx-starter 19.1.0-beta.30 → 19.1.0-beta.31
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
|
@@ -189,11 +189,12 @@
|
|
|
189
189
|
--md-sys-color-on-tertiary-container: var(--md-sys-color-on-secondary-container);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
// slide toggle colors
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
192
|
+
// slide toggle colors fix
|
|
193
|
+
&.elder-light-theme {
|
|
194
|
+
.mat-accent.mat-mdc-slide-toggle {
|
|
195
|
+
--md-sys-color-on-tertiary: white;
|
|
196
|
+
// --mdc-switch-selected-focus-handle-color: color-mix(in hsl, var(--md-sys-color-tertiary), black 16%);
|
|
197
|
+
// --mdc-switch-selected-hover-handle-color: color-mix(in hsl, var(--md-sys-color-tertiary), black 16%);
|
|
198
|
+
}
|
|
198
199
|
}
|
|
199
200
|
}
|
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
* {
|
|
42
42
|
color: var(--md-sys-color-on-surface) !important;
|
|
43
43
|
}
|
|
44
|
+
.mat-mdc-button-disabled,
|
|
45
|
+
.mat-mdc-button-disabled * {
|
|
46
|
+
color: var(--md-sys-color-outline) !important;
|
|
47
|
+
}
|
|
44
48
|
.elder-toolbar-main-nav-button .mat-icon {
|
|
45
49
|
color: var(--md-sys-color-primary) !important;
|
|
46
50
|
}
|