general-library-union 3.0.84 → 3.0.85
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
|
@@ -1917,6 +1917,13 @@ min-height: 60px !important;
|
|
|
1917
1917
|
border-radius: 2px;
|
|
1918
1918
|
}
|
|
1919
1919
|
|
|
1920
|
+
.p-menubar ul:focus-visible {
|
|
1921
|
+
outline: none;
|
|
1922
|
+
outline: 2px solid var(--color-300) !important;
|
|
1923
|
+
outline-offset: 2px;
|
|
1924
|
+
border-radius: 2px;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1920
1927
|
|
|
1921
1928
|
|
|
1922
1929
|
|
|
@@ -2008,15 +2008,17 @@ 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
2015
|
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2016
|
+
.p-menubar ul:focus-visible {
|
|
2017
|
+
outline: none;
|
|
2018
|
+
outline: 2px solid var(--color-300) !important;
|
|
2019
|
+
outline-offset: 2px;
|
|
2020
|
+
border-radius: 2px;
|
|
2021
|
+
}
|
|
2020
2022
|
|
|
2021
2023
|
|
|
2022
2024
|
/******************************************************************************
|