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
parent
commit
62286e29e1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      ui-ngx/src/form.scss

3
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;

Loading…
Cancel
Save