@revotech-group/revotech-ui-kit 0.1.1 → 0.1.20
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/library.css
CHANGED
|
@@ -1771,6 +1771,10 @@ body {
|
|
|
1771
1771
|
.rtg-no-autofill-bg:-webkit-autofill:active {
|
|
1772
1772
|
-webkit-transition: background-color 5000s ease-in-out;
|
|
1773
1773
|
transition: background-color 5000s ease-in-out;
|
|
1774
|
+
box-shadow: 0 0 0 1000px transparent inset !important;
|
|
1775
|
+
-webkit-text-fill-color: inherit !important;
|
|
1776
|
+
-webkit-transition: background-color 5000s ease-in-out 0s !important;
|
|
1777
|
+
transition: background-color 5000s ease-in-out 0s !important;
|
|
1774
1778
|
}
|
|
1775
1779
|
|
|
1776
1780
|
@media (max-width: 640px) {
|