Browse Source
Merge pull request #12628 from maxunbearable/fix/mdc-notch-border
Fixed mdc notch unnecessary border
pull/12738/head
Igor Kulikov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
ui-ngx/src/form.scss
|
|
|
@ -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; |
|
|
|
|