Skip to content

Commit

Permalink
fix(textfield): remove Firefox high contrast mode background on linux
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591065806
  • Loading branch information
asyncLiz authored and Copybara-Service committed Dec 14, 2023
1 parent b0eea7f commit 926edfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textfield/internal/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

@media (forced-colors: active) {
background-color: Field; // Remove white background in Firefox HCM
background: none; // Remove background in Firefox HCM
}
}

Expand Down

0 comments on commit 926edfb

Please sign in to comment.