general-library-union 3.0.97 → 3.0.99

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.97",
3
+ "version": "3.0.99",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -64,6 +64,10 @@
64
64
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
65
65
  background:var(--color-85);
66
66
  }
67
+
68
+ .p-tieredmenu ul:focus-visible {
69
+ outline: 0;
70
+ }
67
71
  @media (max-width:1366px){
68
72
 
69
73
  .p-tieredmenu .p-menuitem-link {
@@ -1090,6 +1090,10 @@ margin-left: 10px;
1090
1090
  border-left: solid 4px var(--color-500)!important;
1091
1091
  }
1092
1092
 
1093
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
1094
+ background:#393740 !important;
1095
+ }
1096
+
1093
1097
 
1094
1098
 
1095
1099
  /******************************************************************************
@@ -68,6 +68,10 @@
68
68
  background:var(--color-85);
69
69
  }
70
70
 
71
+ .p-tieredmenu ul:focus-visible {
72
+ outline: 0;
73
+ }
74
+
71
75
  @media only screen and (max-width:1600px) and (min-width:1200px) {
72
76
  .p-tieredmenu.p-tieredmenu-overlay{
73
77
  min-width: 148px;