general-library-union 2.8.92 → 2.8.94

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.92",
3
+ "version": "2.8.94",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -107,14 +107,14 @@ body {
107
107
  #login .p-inputgroup {
108
108
  position: relative;
109
109
  }
110
+
110
111
 
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);
112
+ #login .p-inputgroup input:hover {
113
+ 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) !important;
113
114
  }
114
115
 
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
- }
116
+
117
+
118
118
 
119
119
  #login span.p-inputgroup-addon {
120
120
  position: absolute;