Skip to content

Commit 30f9d68

Browse files
authored
fix(autocomplete_blue): Prevent blue highlight when autocomplete fields (#1416)
1 parent 113656a commit 30f9d68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

yaki_admin/src/assets/style/_style.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ $color-font-sub-text: #7d818c;
3232
height: 100svh;
3333
}
3434

35+
// Prevent the blue higlight when autocomplete fields
36+
input:-webkit-autofill,
37+
input:-webkit-autofill:hover,
38+
input:-webkit-autofill:focus,
39+
input:-webkit-autofill:active,
40+
textarea:-webkit-autofill,
41+
textarea:-webkit-autofill:hover,
42+
textarea:-webkit-autofill:focus,
43+
textarea:-webkit-autofill:active {
44+
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
45+
}
46+
3547
.text_default__title_header {
3648
font-family: $font-sf-compact;
3749
font-size: 2.5rem;

0 commit comments

Comments
 (0)