We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55557f8 commit 0130f4aCopy full SHA for 0130f4a
src/VueInputUi/index.vue
@@ -222,6 +222,7 @@
222
border-radius: $border-radius;
223
font-size: 14px;
224
z-index: 0;
225
+ caret-color: $primary-color;
226
227
&:not(.textarea) {
228
height: 42px;
@@ -546,11 +547,12 @@
546
547
}
548
549
- input:-webkit-autofill,
550
- input:-webkit-autofill:hover,
551
- input:-webkit-autofill:focus,
552
- input:-webkit-autofill:active {
553
- box-shadow: 0 0 0 30px $second-color inset;
+ &__input:-webkit-autofill,
+ &__input:-webkit-autofill:hover,
+ &__input:-webkit-autofill:focus,
+ &__input:-webkit-autofill:active {
554
+ box-shadow: 0 0 0 1000px $bg-color inset;
555
+ -webkit-text-fill-color: $second-color;
556
557
558
</style>
0 commit comments