We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c64f6 commit a95247bCopy full SHA for a95247b
web_src/less/_base.less
@@ -1354,6 +1354,12 @@ a.ui.card:hover,
1354
border-color: var(--color-error-border) !important;
1355
}
1356
1357
+// A fix for text visibility issue in Chrome autofill in dark mode.
1358
+// It's a problem from Formatic UI, and this rule overrides it.
1359
+.ui.form .field.field input:-webkit-autofill {
1360
+ -webkit-text-fill-color: var(--color-black) !important;
1361
+}
1362
+
1363
.ui.loading.loading.input > i.icon svg {
1364
visibility: hidden;
1365
0 commit comments