optimized-react-component-library-xyz123 0.33.4 → 0.33.5
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/css/styles.css +0 -15
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -180,21 +180,6 @@ p[aria-live='assertive']:empty {
|
|
|
180
180
|
border: 0;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
input:autofill,
|
|
184
|
-
input:autofill:hover,
|
|
185
|
-
input:autofill:focus,
|
|
186
|
-
input:-webkit-autofill,
|
|
187
|
-
input:-webkit-autofill:hover,
|
|
188
|
-
input:-webkit-autofill:focus {
|
|
189
|
-
-webkit-box-shadow: 0 0 0 1000px var(--main) inset !important;
|
|
190
|
-
box-shadow: 0 0 0 1000px var(--main) inset !important;
|
|
191
|
-
-webkit-text-fill-color: inherit !important; /* behåller textfärgen */
|
|
192
|
-
background-color: var(--main) !important;
|
|
193
|
-
}
|
|
194
|
-
input:-moz-autofill {
|
|
195
|
-
box-shadow: 0 0 0 1000px transparent inset !important;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
183
|
button:focus-visible,
|
|
199
184
|
a:focus-visible,
|
|
200
185
|
input:focus-visible,
|