general-library-union 3.0.78 → 3.0.79
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
|
@@ -3819,6 +3819,12 @@ button.p-button-text.p-confirm-popup-reject.p-button-sm.p-button.p-component {
|
|
|
3819
3819
|
background: #35353e !important;
|
|
3820
3820
|
}
|
|
3821
3821
|
|
|
3822
|
+
.p-button.p-button-icon-only.p-button-rounded:focus-visible {
|
|
3823
|
+
outline: 2px solid #fff !important;
|
|
3824
|
+
outline-offset: 4px;
|
|
3825
|
+
}
|
|
3826
|
+
|
|
3827
|
+
|
|
3822
3828
|
|
|
3823
3829
|
|
|
3824
3830
|
/******************************************************************************
|