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 e6a7533 commit c4b71c2Copy full SHA for c4b71c2
web_src/css/base.css
@@ -872,6 +872,11 @@ img.ui.avatar,
872
border-color: var(--color-error-border) !important;
873
}
874
875
+/* !important is only to override fomantic !important styles */
876
+input:-webkit-autofill,
877
+input:-webkit-autofill:focus,
878
+input:-webkit-autofill:hover,
879
+input:-webkit-autofill:active,
880
.ui.form .field.field input:-webkit-autofill,
881
.ui.form .field.field input:-webkit-autofill:focus,
882
.ui.form .field.field input:-webkit-autofill:hover,
@@ -882,7 +887,6 @@ img.ui.avatar,
887
border-color: var(--color-primary-light-4) !important;
883
888
884
889
885
-
886
890
.ui.form .field.muted {
891
opacity: var(--opacity-disabled);
892
0 commit comments