fix(inputs): fix aria with shadow-dom (#16329)

This commit is contained in:
Manu MA
2018-11-16 19:26:55 +01:00
committed by GitHub
parent 10971cc3ca
commit fd79b57748
41 changed files with 399 additions and 327 deletions

View File

@@ -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;
}