Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions react-common/styles/profile/profile.less
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@
position: relative;
overflow: visible;

&:focus-visible::after {
outline: var(--pxt-neutral-foreground1) solid 1px;
}

.label {
display: flex;
flex-direction: row;
Expand All @@ -428,6 +432,10 @@
}
}
}

.rememberme .common-checkbox:focus-within {
outline: var(--pxt-neutral-foreground1) solid 1px;
}
Comment thread
srietkerk marked this conversation as resolved.
}
}

Expand Down
Loading