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 4497193 commit 686fda2Copy full SHA for 686fda2
core/src/components/textarea/textarea.ionic.solid.scss
@@ -10,15 +10,19 @@
10
11
:host(.textarea-fill-solid) .textarea-wrapper {
12
border-bottom: none;
13
+
14
background: none;
15
}
16
17
:host(.textarea-fill-solid) .textarea-wrapper-inner {
18
--border-width: #{globals.$ion-border-size-050};
19
20
@include globals.border-radius(var(--border-radius));
21
position: relative;
- background: var(--background);
22
23
border: var(--border-width) var(--border-style) var(--border-color);
24
25
+ background: var(--background);
26
27
28
:host(.textarea-fill-solid) .textarea-bottom {
0 commit comments