mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
fix(textfield): missing focused left border for textarea in HCM
PiperOrigin-RevId: 569336619
This commit is contained in:
parent
50037a1338
commit
9194cc94db
@ -110,6 +110,7 @@ $_md-sys-motion: tokens.md-sys-motion-values();
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
|
||||
@ -72,6 +72,7 @@ $_md-sys-motion: tokens.md-sys-motion-values();
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.outline-start,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user