general-library-union 3.0.83 → 3.0.84

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.83",
3
+ "version": "3.0.84",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1910,10 +1910,13 @@ min-height: 60px !important;
1910
1910
  // margin: 0 !important;
1911
1911
  // }
1912
1912
 
1913
- .p-menubar ul {
1914
- align-items: center;
1915
- justify-content: center;
1916
- }
1913
+ .p-menubar ul {
1914
+ outline: none;
1915
+ outline: 2px solid var(--color-300) !important;
1916
+ outline-offset: 2px;
1917
+ border-radius: 2px;
1918
+ }
1919
+
1917
1920
 
1918
1921
 
1919
1922
 
@@ -2008,10 +2008,14 @@ margin-left: 10px;
2008
2008
  // margin: 0 !important;
2009
2009
  // }
2010
2010
 
2011
- .p-menubar ul {
2012
- align-items: center;
2013
- justify-content: center;
2014
- }
2011
+
2012
+ .p-menubar ul {
2013
+ outline: none;
2014
+ outline: 2px solid var(--color-300) !important;
2015
+ outline-offset: 2px;
2016
+ border-radius: 2px;
2017
+ }
2018
+
2015
2019
 
2016
2020
 
2017
2021