fix(switch): make switch more accessible
This commit is contained in:
parent
7225d9d4ad
commit
83f9564ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export class LionSwitchButton extends DisabledWithTabIndexMixin(LitElement) {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host(:focus) .btn {
|
:host(:focus:not([disabled])) .btn {
|
||||||
/* if you extend, please overwrite */
|
/* if you extend, please overwrite */
|
||||||
outline: 2px solid #bde4ff;
|
outline: 2px solid #bde4ff;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue