Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit bd4c563

Browse files
aprigoginKenneth G. Franqueiro
authored andcommitted
fix(text-field): Hide extraneous border in FF in HC mode. (#2931)
(cherry picked from commit 418868a)
1 parent c311df5 commit bd4c563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-textfield/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
.mdc-text-field__input {
262262
display: flex;
263263
padding: 12px;
264-
border: none;
264+
border: none !important; // FF adds unwanted border in HC mode on windows.
265265
background-color: transparent;
266266
z-index: 1;
267267
}

0 commit comments

Comments
 (0)