@softheon/armature 21.2.7 → 21.3.0

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.
@@ -198,4 +198,10 @@ mat-form-field.sof-form-field-v2 {
198
198
  mat-error {
199
199
  font-weight: 500 !important;
200
200
  }
201
+
202
+ // Hides the asterisk from both labels and placeholders
203
+ .mat-form-field-required-marker,
204
+ .mat-mdc-form-field-required-marker {
205
+ display: none !important;
206
+ }
201
207
  }