matcha-theme 18.1.33 → 18.1.35

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": "matcha-theme",
3
- "version": "18.1.33",
3
+ "version": "18.1.35",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -1164,7 +1164,7 @@ $light-theme-foreground-palette: (
1164
1164
  base: $color-base-blue-grey-a700,
1165
1165
  divider: rgba(0, 0, 0, 0.12),
1166
1166
  dividers: rgba(0, 0, 0, 0.12),
1167
- disabled: rgba(16, 16, 16, 0.3),
1167
+ disabled: $color-base-blue-grey-100,
1168
1168
  // disabled-button: rgba(0, 0, 0, 0.26),
1169
1169
  disabled-text: rgba(0, 0, 0, 0.38),
1170
1170
  elevation: black,
@@ -238,6 +238,42 @@
238
238
  }
239
239
  }
240
240
  }
241
+
242
+ // Fixer wrappers
243
+ form {
244
+ //Form Field
245
+ .mat-form-field-appearance-outline,
246
+ .mat-form-field-appearance-fill {
247
+ .mat-form-field-subscript-wrapper {
248
+ padding: 0;
249
+ position: relative;
250
+ box-sizing: border-box;
251
+ width: 100%;
252
+ overflow: hidden;
253
+ }
254
+
255
+ .mat-form-field-wrapper,
256
+ .mat-form-field-hint-wrapper {
257
+ margin: 0 0 -24px 0;
258
+ padding-bottom: 16px;
259
+ }
260
+ }
261
+
262
+ //Expansion Panel
263
+ .mat-expansion-panel.mat-expansion-panel-folder-navigation {
264
+ .mat-expansion-panel-header {
265
+ }
266
+
267
+ .mat-expansion-panel-content {
268
+ .mat-expansion-panel-body {
269
+ max-height: 256px;
270
+ overflow-y: auto;
271
+ padding: 0;
272
+ }
273
+ }
274
+ }
275
+ }
276
+
241
277
  @media screen and (min-width: 600px) {
242
278
  .mat-stepper-horizontal {
243
279
  &.bullet-stepper-header-labeled {