We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd3e0f commit 0d273c4Copy full SHA for 0d273c4
core/src/components/input/input.md.solid.scss
@@ -32,6 +32,10 @@
32
--border-color: var(--highlight-color);
33
}
34
35
+/**
36
+ * The bottom content should never have
37
+ * a border with the solid style.
38
+ */
39
:host(.input-fill-solid) .input-bottom {
40
border-top: none;
41
core/src/components/input/input.scss
@@ -306,6 +306,8 @@
306
border-top: var(--border-width) var(--border-style) var(--border-color);
307
308
font-size: dynamic-font(12px);
309
+
310
+ white-space: normal;
311
312
313
/**
@@ -340,7 +342,7 @@
340
342
.input-bottom .helper-text {
341
343
display: block;
344
- color: #{$text-color-step-450};
345
+ color: $text-color-step-300;
346
347
348
:host(.ion-touched.ion-invalid) .input-bottom .error-text {
0 commit comments