@pepperi-addons/ngx-lib 0.4.2-beta.77 → 0.4.2-beta.79
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
|
@@ -140,10 +140,6 @@
|
|
|
140
140
|
.mat-form-field-label-wrapper {
|
|
141
141
|
display: none;
|
|
142
142
|
}
|
|
143
|
-
|
|
144
|
-
.mat-select-placeholder {
|
|
145
|
-
@include mixins.ellipsis();
|
|
146
|
-
}
|
|
147
143
|
}
|
|
148
144
|
}
|
|
149
145
|
|
|
@@ -165,6 +161,9 @@
|
|
|
165
161
|
border-radius: variables.$border-radius-md;
|
|
166
162
|
}
|
|
167
163
|
|
|
164
|
+
::ng-deep.mat-select-placeholder {
|
|
165
|
+
@include mixins.ellipsis();
|
|
166
|
+
}
|
|
168
167
|
}
|
|
169
168
|
|
|
170
169
|
@mixin pep-field-size($size: 'md') {
|