general-library-union 2.8.90 → 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.90",
3
+ "version": "2.8.92",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -108,8 +108,17 @@ body {
108
108
  position: relative;
109
109
  }
110
110
 
111
+ #login .p-inputgroup:focus input {
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
+ }
114
+
115
+ #login .p-inputgroup:focus p-password {
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
+ }
118
+
111
119
  #login span.p-inputgroup-addon {
112
- height: 100%;
120
+ position: absolute;
121
+ height: 100% !important;
113
122
  z-index: 99;
114
123
  }
115
124