general-library-union 3.8.87 → 3.8.88

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.8.87",
3
+ "version": "3.8.88",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4,6 +4,7 @@
4
4
  color: $horizontalMenuTextColor;
5
5
  border: $horizontalMenuBorder;
6
6
  border-radius: $borderRadius;
7
+ font-size: 0.9rem;
7
8
 
8
9
  .p-menuitem-link {
9
10
  @include menuitem-link();
@@ -1913,6 +1913,7 @@ min-height: 60px !important;
1913
1913
  .p-menubar ul {
1914
1914
  align-items: center;
1915
1915
  justify-content: center;
1916
+ outline: none;
1916
1917
  }
1917
1918
 
1918
1919
  .p-menubar ul:focus-visible {
@@ -2011,6 +2011,7 @@ margin-left: 10px;
2011
2011
  .p-menubar ul {
2012
2012
  align-items: center;
2013
2013
  justify-content: center;
2014
+ outline: none;
2014
2015
  }
2015
2016
 
2016
2017
  .p-menubar ul:focus-visible {
@@ -4,6 +4,7 @@
4
4
  color: $horizontalMenuTextColor;
5
5
  border: $horizontalMenuBorder;
6
6
  border-radius: $borderRadius;
7
+ font-size: 0.9rem;
7
8
 
8
9
  .p-menuitem-link {
9
10
  @include menuitem-link();