Skip to content

Commit

Permalink
fix(input): keep input styling for input with size attributes
Browse files Browse the repository at this point in the history
fixes #55

Signed-off-by: Ashley Ryan <asryan@vmware.com>
  • Loading branch information
Ashley Ryan authored and ashleyryan committed May 2, 2022
1 parent a8cce3b commit dee97d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/src/input/input.element.scss
Expand Up @@ -30,7 +30,7 @@
}

// size/multiple are native select APIs
::slotted([slot='input']:not([multiple]):not([size])) {
::slotted([slot='input']:not(select[multiple]):not(select[size])) {
text-transform: var(--text-transform) !important;
border: var(--border) !important;
outline: var(--outline) !important;
Expand Down

0 comments on commit dee97d1

Please sign in to comment.