Skip to content

Commit 926edfb

Browse files
asyncLizcopybara-github
authored andcommitted
fix(textfield): remove Firefox high contrast mode background on linux
PiperOrigin-RevId: 591065806
1 parent b0eea7f commit 926edfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textfield/internal/_input.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
@media (forced-colors: active) {
42-
background-color: Field; // Remove white background in Firefox HCM
42+
background: none; // Remove background in Firefox HCM
4343
}
4444
}
4545

0 commit comments

Comments
 (0)