general-library-union 3.0.79 → 3.0.81
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 +1 -1
- package/src/assets/layout/styles/theme/designer/components/input/_inputtext.scss +2 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +9 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +5 -0
- package/src/styles/primeng/sass/theme/designer/components/input/_inputtext.scss +2 -1
package/package.json
CHANGED
|
@@ -3824,6 +3824,11 @@ button.p-button-text.p-confirm-popup-reject.p-button-sm.p-button.p-component {
|
|
|
3824
3824
|
outline-offset: 4px;
|
|
3825
3825
|
}
|
|
3826
3826
|
|
|
3827
|
+
button:focus-visible {
|
|
3828
|
+
outline: 2px solid var(--color-300) !important;
|
|
3829
|
+
outline-offset: 4px !important;
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3827
3832
|
|
|
3828
3833
|
|
|
3829
3834
|
|