refactor(text-input): renamed some classes and removed some nesting

references #689
This commit is contained in:
Brandy Carney
2015-12-08 15:44:11 -05:00
parent 6a7f5fadc9
commit abc93bc355
6 changed files with 14 additions and 18 deletions

View File

@ -34,7 +34,7 @@ ion-input [text-input] {
pointer-events: none;
}
ion-input.has-focus [text-input] {
.input-focused [text-input] {
pointer-events: auto;
}