fix(all): improve text customization

This commit is contained in:
Manu Mtz.-Almeida
2018-08-10 00:35:59 +02:00
parent 4ec038d507
commit 6e3e07bc8b
11 changed files with 44 additions and 76 deletions

View File

@ -36,13 +36,14 @@
box-sizing: border-box;
background: var(--background);
color: var(--color);
}
:host(.ion-color) {
background: initial;
}
:host(.ion-color) .native-textarea {
:host(.ion-color) {
color: current-color(base);
}
@ -73,7 +74,6 @@
outline: none;
background: transparent;
color: var(--color);
box-sizing: border-box;
resize: none;