@onemrvapublic/design-system-theme 19.1.0 → 19.1.1-develop.2

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.
@@ -105,17 +105,6 @@
105
105
  }
106
106
 
107
107
  &.mat-form-field-onemrva-warning {
108
- &.mat-focused,
109
- &:hover {
110
- .mat-mdc-text-field-wrapper {
111
- .mat-mdc-form-field-flex {
112
- .mat-mdc-floating-label {
113
- left: 3px;
114
- }
115
- }
116
- }
117
- }
118
-
119
108
  .mat-mdc-form-field-error-wrapper {
120
109
  padding: 0;
121
110
  position: static;
@@ -169,17 +158,6 @@
169
158
  &:not(.mat-form-field-invalid):not(.mat-form-field-onemrva-warning):not(
170
159
  .mat-form-field-disabled
171
160
  ) {
172
- &.mat-focused,
173
- &:hover {
174
- .mat-mdc-text-field-wrapper {
175
- .mat-mdc-form-field-flex {
176
- .mat-mdc-floating-label {
177
- left: 3px;
178
- }
179
- }
180
- }
181
- }
182
-
183
161
  .mdc-notched-outline {
184
162
  .mdc-notched-outline__leading,
185
163
  .mdc-notched-outline__trailing {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v19.1.0",
3
+ "version": "v19.1.1-develop.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },