general-library-union 3.0.83 → 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
|
@@ -1910,10 +1910,20 @@ min-height: 60px !important;
|
|
|
1910
1910
|
// margin: 0 !important;
|
|
1911
1911
|
// }
|
|
1912
1912
|
|
|
1913
|
-
.p-menubar ul {
|
|
1914
|
-
|
|
1915
|
-
|
|
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
|
+
|
|
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
|
+
|
|
1917
1927
|
|
|
1918
1928
|
|
|
1919
1929
|
|
|
@@ -2013,6 +2013,12 @@ margin-left: 10px;
|
|
|
2013
2013
|
justify-content: center;
|
|
2014
2014
|
}
|
|
2015
2015
|
|
|
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
|
+
}
|
|
2016
2022
|
|
|
2017
2023
|
|
|
2018
2024
|
/******************************************************************************
|