From 56b4a4b8f49a70fd24709f3f47a3a1c87ae4bc4e Mon Sep 17 00:00:00 2001 From: Sarah Rietkerk Date: Mon, 8 Jun 2026 23:19:50 +0000 Subject: [PATCH] darker outline border on tab for sign in modal --- react-common/styles/profile/profile.less | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + } } }