Skip to content

Commit c808e8f

Browse files
committed
fix(date-range): fix input border of notch when outlined
1 parent 7490a8c commit c808e8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/date-range-picker/themes/shared/date-range-picker.common.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ $theme: $material;
6060
}
6161
}
6262

63+
:host([outlined]) {
64+
igc-date-time-input::part(notch) {
65+
border-top: 2px solid transparent;
66+
}
67+
}
68+
6369
:host(:not([readonly])) {
6470
--affix-color: #{var-get($theme, 'input-prefix-color')};
6571

0 commit comments

Comments
 (0)