We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4516a commit d6b4d67Copy full SHA for d6b4d67
packages/components/src/components/text-field/text-field.css
@@ -28,7 +28,8 @@ scale-text-field {
28
--background-color-disabled: none;
29
--focus-outline: var(--telekom-line-weight-highlight) solid
30
var(--telekom-color-functional-focus-standard);
31
- --height: 44px;
+ --height: 2.75rem;
32
+ --min-height: 44px; /* for backward compatibility */
33
--spacing-x: var(--telekom-spacing-composition-space-05);
34
--color-disabled: var(--telekom-color-text-and-icon-disabled);
35
--background-disabled: none;
@@ -94,6 +95,7 @@ scale-text-field {
94
95
.text-field .text-field__control {
96
width: 100%;
97
height: var(--height);
98
+ min-height: var(--min-height);
99
margin: 0;
100
display: flex;
101
outline: none;
0 commit comments