optimized-react-component-library-xyz123 0.19.20 → 0.19.21
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +2 -6
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -64,7 +64,8 @@ main {
|
|
|
64
64
|
h1:focus:focus-visible,
|
|
65
65
|
h2:focus:focus-visible,
|
|
66
66
|
#pts-form-id-error-summary:focus:focus-visible,
|
|
67
|
-
#pts-error-summary:focus:focus-visible
|
|
67
|
+
#pts-error-summary:focus:focus-visible,
|
|
68
|
+
#pts-cookie-banner-placeholder:focus:focus-visible {
|
|
68
69
|
outline: none !important;
|
|
69
70
|
border: none;
|
|
70
71
|
}
|
|
@@ -727,11 +728,6 @@ textarea:focus-visible,
|
|
|
727
728
|
line-height: 25px;
|
|
728
729
|
}
|
|
729
730
|
|
|
730
|
-
.pts-footer-linkList button{
|
|
731
|
-
clear: unset;
|
|
732
|
-
background-color: transparent;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
731
|
.pts-footer-linkList a,
|
|
736
732
|
.pts-footer-linkList button {
|
|
737
733
|
color: var(--main);
|