Skip to content

Commit c4b71c2

Browse files
committed
x
1 parent e6a7533 commit c4b71c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web_src/css/base.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,11 @@ img.ui.avatar,
872872
border-color: var(--color-error-border) !important;
873873
}
874874

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,
875880
.ui.form .field.field input:-webkit-autofill,
876881
.ui.form .field.field input:-webkit-autofill:focus,
877882
.ui.form .field.field input:-webkit-autofill:hover,
@@ -882,7 +887,6 @@ img.ui.avatar,
882887
border-color: var(--color-primary-light-4) !important;
883888
}
884889

885-
886890
.ui.form .field.muted {
887891
opacity: var(--opacity-disabled);
888892
}

0 commit comments

Comments
 (0)