mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(inputs): fix aria with shadow-dom (#16329)
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
display: inline-block;
|
||||
|
||||
outline: none;
|
||||
|
||||
contain: content;
|
||||
cursor: pointer;
|
||||
touch-action: none;
|
||||
@@ -28,10 +30,6 @@
|
||||
border: 2px solid #5e9ed6;
|
||||
}
|
||||
|
||||
:host(:focus) {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
:host(.toggle-disabled) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user