diff --git a/react-common/styles/profile/profile.less b/react-common/styles/profile/profile.less index cfba2b245442..f23d7daefac9 100644 --- a/react-common/styles/profile/profile.less +++ b/react-common/styles/profile/profile.less @@ -403,6 +403,10 @@ position: relative; overflow: visible; + &:focus-visible::after { + outline: var(--pxt-neutral-foreground1) solid 1px; + } + .label { display: flex; flex-direction: row; @@ -428,6 +432,10 @@ } } } + + .rememberme .common-checkbox:focus-within { + outline: var(--pxt-neutral-foreground1) solid 1px; + } } }