diff --git a/client/src/app/shared/shared-forms/input-switch.component.html b/client/src/app/shared/shared-forms/input-switch.component.html index 2def02a05..996655e4a 100644 --- a/client/src/app/shared/shared-forms/input-switch.component.html +++ b/client/src/app/shared/shared-forms/input-switch.component.html @@ -1,2 +1,2 @@ - + diff --git a/client/src/app/shared/shared-forms/input-switch.component.scss b/client/src/app/shared/shared-forms/input-switch.component.scss index 8ee8a371d..0814bd8c2 100644 --- a/client/src/app/shared/shared-forms/input-switch.component.scss +++ b/client/src/app/shared/shared-forms/input-switch.component.scss @@ -3,7 +3,8 @@ input { position: absolute; - visibility: hidden; + top: -100px; + left: -100px; + label { cursor: pointer; @@ -41,4 +42,8 @@ input { transform: translateX(-100%); } } + + &:focus-visible + label { + outline: 2px solid; + } }