mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(inputs): keyboard focus improvements (#16838)
fixes #16815 fixes #16872 fixes #13978 fixes #16610
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
z-index: $z-index-item-input;
|
||||
}
|
||||
|
||||
:host(.toggle-key) input {
|
||||
:host(.ion-focused) input {
|
||||
border: 2px solid #5e9ed6;
|
||||
}
|
||||
|
||||
@@ -33,8 +33,7 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
input {
|
||||
button {
|
||||
@include input-cover();
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user