We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7490a8c commit c808e8fCopy full SHA for c808e8f
src/components/date-range-picker/themes/shared/date-range-picker.common.scss
@@ -60,6 +60,12 @@ $theme: $material;
60
}
61
62
63
+:host([outlined]) {
64
+ igc-date-time-input::part(notch) {
65
+ border-top: 2px solid transparent;
66
+ }
67
+}
68
+
69
:host(:not([readonly])) {
70
--affix-color: #{var-get($theme, 'input-prefix-color')};
71
0 commit comments