Skip to content

Commit

Permalink
fix(ui5-step-input): apply overstyling correctly (#9610)
Browse files Browse the repository at this point in the history
the input control wasn't correctly inheriting the styles from step input overstyling.

Before:
image

After:
image

fixes: #9365
tsanislavgatev authored Aug 2, 2024
1 parent aea62ef commit 1a12e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/themes/StepInput.css
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@

:host .ui5-step-input-input {
text-align: inherit;
height: inherit;
}

:host(:not([value-state]):not([readonly]):not([disabled])){
@@ -166,6 +167,7 @@
line-height: inherit;
letter-spacing: inherit;
word-spacing: inherit;
height: inherit;
}

:host .ui5-step-input-input[text-align=left] {

0 comments on commit 1a12e52

Please sign in to comment.