general-library-union 3.0.63 → 3.0.65

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": "3.0.63",
3
+ "version": "3.0.65",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -46,4 +46,8 @@ p-dropdown.ng-dirty.ng-invalid {
46
46
  box-shadow: inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor;
47
47
  }
48
48
  }
49
- }
49
+ }
50
+
51
+ .p-dropdown .p-inputtext:focus-visible {
52
+ outline: 2px solid transparent;
53
+ }
@@ -1071,6 +1071,11 @@ margin-left: 10px;
1071
1071
  background: #4f4f5f !important;
1072
1072
  }
1073
1073
 
1074
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
1075
+ color: var(--color-200) !important;
1076
+ background: #4f4f5f !important;
1077
+ }
1078
+
1074
1079
  .layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items > li > div a {
1075
1080
  color: #fff !important;
1076
1081
  }
@@ -48,3 +48,7 @@ p-dropdown.ng-dirty.ng-invalid {
48
48
  }
49
49
  }
50
50
  }
51
+
52
+ .p-dropdown .p-inputtext:focus-visible {
53
+ outline: 2px solid transparent;
54
+ }