general-library-union 2.8.91 → 2.8.92

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.8.91",
3
+ "version": "2.8.92",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -108,11 +108,11 @@ body {
108
108
  position: relative;
109
109
  }
110
110
 
111
- .p-inputgroup:focus input {
111
+ #login .p-inputgroup:focus input {
112
112
  box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400);
113
113
  }
114
114
 
115
- .p-inputgroup:focus p-password {
115
+ #login .p-inputgroup:focus p-password {
116
116
  box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400);
117
117
  }
118
118