fix(textfield): missing focused left border for textarea in HCM

PiperOrigin-RevId: 569336619
This commit is contained in:
Elizabeth Mitchell 2023-09-28 17:35:31 -07:00 committed by Copybara-Service
parent 50037a1338
commit 9194cc94db
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ $_md-sys-motion: tokens.md-sys-motion-values();
pointer-events: none;
position: absolute;
width: 100%;
z-index: 1;
&::before,
&::after {

View File

@ -72,6 +72,7 @@ $_md-sys-motion: tokens.md-sys-motion-values();
height: 100%;
position: absolute;
width: 100%;
z-index: 1;
}
.outline-start,