diff --git a/src/lib/behavior/input/input-behavior.scss b/src/lib/behavior/input/input-behavior.scss index c36603b..a80f8a6 100644 --- a/src/lib/behavior/input/input-behavior.scss +++ b/src/lib/behavior/input/input-behavior.scss @@ -89,7 +89,7 @@ --_input-state-color: #{$input-state-color-active}; } -:host([dirty]), :host(:focus-within), :host([type="color"]), :host([type="date"]), :host([type="file"]), :host([type="range"]) { +:host([dirty]), :host(:focus-within), :host([type="color"]), :host([type="date"]), :host([type="datetime-local"]), :host([type="file"]), :host([type="range"]) { #label { font-size: $input-label-font-size; top: $input-padding-top-bottom; @@ -156,4 +156,4 @@ ::slotted([slot="after"]) { margin-right: $input-padding-left-right-outlined; } -} \ No newline at end of file +}