general-library-union 3.0.74 → 3.0.76
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
|
@@ -86,7 +86,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
&:focus {
|
|
89
|
-
@include focused();
|
|
89
|
+
// @include focused();
|
|
90
|
+
outline: 1px solid var(--color-300);
|
|
91
|
+
outline-offset: 2px;
|
|
92
|
+
box-shadow: none;
|
|
90
93
|
}
|
|
91
94
|
}
|
|
92
95
|
|
|
@@ -205,7 +208,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
|
205
208
|
}
|
|
206
209
|
|
|
207
210
|
&:focus {
|
|
208
|
-
@include focused();
|
|
211
|
+
// @include focused();
|
|
212
|
+
outline: 1px solid var(--color-300);
|
|
213
|
+
outline-offset: 2px;
|
|
214
|
+
box-shadow: none;
|
|
209
215
|
}
|
|
210
216
|
}
|
|
211
217
|
}
|
|
@@ -86,7 +86,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
&:focus {
|
|
89
|
-
@include focused();
|
|
89
|
+
// @include focused();
|
|
90
|
+
outline: 1px solid var(--color-300);
|
|
91
|
+
outline-offset: 2px;
|
|
92
|
+
box-shadow: none;
|
|
90
93
|
}
|
|
91
94
|
}
|
|
92
95
|
|
|
@@ -205,7 +208,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
|
205
208
|
// }
|
|
206
209
|
|
|
207
210
|
&:focus {
|
|
208
|
-
@include focused();
|
|
211
|
+
// @include focused();
|
|
212
|
+
outline: 1px solid var(--color-300);
|
|
213
|
+
outline-offset: 2px;
|
|
214
|
+
box-shadow: none;
|
|
209
215
|
}
|
|
210
216
|
}
|
|
211
217
|
}
|