mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(cssClass): update/cleanup css class usage
This commit is contained in:
@ -24,13 +24,13 @@ ion-input.item {
|
||||
}
|
||||
}
|
||||
|
||||
ion-input .text-input {
|
||||
ion-input [text-input] {
|
||||
flex: 1;
|
||||
background-color: $text-input-background-color;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
ion-input.has-focus .text-input {
|
||||
ion-input.has-focus [text-input] {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user