Merge pull request #12628 from maxunbearable/fix/mdc-notch-border

Fixed mdc notch unnecessary border
This commit is contained in:
Igor Kulikov 2025-02-24 14:44:51 +02:00 committed by GitHub
commit 62286e29e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,6 +398,9 @@
border-color: rgba(0, 0, 0, 0.12);
}
}
.mdc-notched-outline__notch {
border-left: none;
}
.mdc-floating-label {
top: 20px;
font-weight: 400;