general-library-union 3.0.82 → 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
|
@@ -1910,10 +1910,13 @@ 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
|
+
|
|
1917
1920
|
|
|
1918
1921
|
|
|
1919
1922
|
|
|
@@ -3351,7 +3354,7 @@ p.chip {
|
|
|
3351
3354
|
|
|
3352
3355
|
button:focus-visible {
|
|
3353
3356
|
outline: 2px solid var(--color-300) !important;
|
|
3354
|
-
outline-offset:
|
|
3357
|
+
outline-offset: 2px !important;
|
|
3355
3358
|
}
|
|
3356
3359
|
|
|
3357
3360
|
|
|
@@ -2008,10 +2008,14 @@ margin-left: 10px;
|
|
|
2008
2008
|
// margin: 0 !important;
|
|
2009
2009
|
// }
|
|
2010
2010
|
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
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
|
|
|
@@ -3825,8 +3829,8 @@ button.p-button-text.p-confirm-popup-reject.p-button-sm.p-button.p-component {
|
|
|
3825
3829
|
}
|
|
3826
3830
|
|
|
3827
3831
|
button:focus-visible {
|
|
3828
|
-
outline: 2px solid
|
|
3829
|
-
outline-offset:
|
|
3832
|
+
outline: 2px solid #fff !important;
|
|
3833
|
+
outline-offset: 2px !important;
|
|
3830
3834
|
}
|
|
3831
3835
|
|
|
3832
3836
|
|