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 7dbb66d commit 448549e
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;
padding: var(--padding);
Expand Down

0 comments on commit 448549e

Please sign in to comment.