@maplander/components 0.21.56 → 0.21.57
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/_theming.scss +1 -1
- package/package.json +1 -1
package/_theming.scss
CHANGED
|
@@ -5865,7 +5865,7 @@ $mat-form-field-dedupe: 0;
|
|
|
5865
5865
|
[class^="ic-property-"], [class*=" ic-property-"] {
|
|
5866
5866
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
5867
5867
|
font-family: 'ic-property' !important;
|
|
5868
|
-
speak:
|
|
5868
|
+
speak: never;
|
|
5869
5869
|
font-style: normal;
|
|
5870
5870
|
font-weight: normal;
|
|
5871
5871
|
font-variant: normal;
|