We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113656a commit 30f9d68Copy full SHA for 30f9d68
yaki_admin/src/assets/style/_style.scss
@@ -32,6 +32,18 @@ $color-font-sub-text: #7d818c;
32
height: 100svh;
33
}
34
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
+
47
.text_default__title_header {
48
font-family: $font-sf-compact;
49
font-size: 2.5rem;
0 commit comments