general-library-union 3.0.85 → 3.0.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.0.85",
3
+ "version": "3.0.88",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4,9 +4,11 @@
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();
11
+ font-size: 0.9rem
10
12
  }
11
13
 
12
14
  .p-menubar-root-list {
@@ -1911,10 +1911,9 @@ min-height: 60px !important;
1911
1911
  // }
1912
1912
 
1913
1913
  .p-menubar ul {
1914
+ align-items: center;
1915
+ justify-content: center;
1914
1916
  outline: none;
1915
- outline: 2px solid var(--color-300) !important;
1916
- outline-offset: 2px;
1917
- border-radius: 2px;
1918
1917
  }
1919
1918
 
1920
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,9 +4,11 @@
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();
11
+ font-size: 0.9rem;
10
12
  }
11
13
 
12
14
  .p-menubar-root-list {