Skip to content

Commit 715f852

Browse files
committed
fix(input): material readonly invalid state
1 parent 63ac8d6 commit 715f852

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/input/themes/shared/input.material.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,10 @@ input:placeholder-shown + [part='notch'] [part='label'],
560560
var-get($theme, 'error-secondary-color');
561561
}
562562
}
563+
564+
[part~='filled'] + [part='notch'] {
565+
border-top: $idle-border-width solid transparent !important;
566+
}
563567
}
564568

565569
:host([invalid]) {

0 commit comments

Comments
 (0)