mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 04:57:08 -05:00
Fix TODO: no indicator when tabbing
This commit is contained in:
@@ -133,7 +133,6 @@ function InfoBannerActionButton() {
|
||||
.some(({ member }) => member.id === user.id);
|
||||
if (alreadyRegistered) {
|
||||
return (
|
||||
// TODO: no indicator when tabbing
|
||||
<Link
|
||||
to="manage-roster"
|
||||
className="info-banner__action-button"
|
||||
|
||||
@@ -84,6 +84,10 @@
|
||||
font-weight: var(--bold);
|
||||
}
|
||||
|
||||
.tournament__nav-link:focus-visible {
|
||||
background-color: var(--bg-lighter-transparent);
|
||||
}
|
||||
|
||||
.tournament__nav-link.active {
|
||||
background-color: transparent;
|
||||
color: var(--tournaments-text);
|
||||
@@ -183,6 +187,10 @@
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.info-banner__icon-button:focus-visible {
|
||||
outline: 2px solid var(--tournaments-text-transparent);
|
||||
}
|
||||
|
||||
.info-banner__action-button {
|
||||
all: unset;
|
||||
display: inline-flex;
|
||||
@@ -204,6 +212,10 @@
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.info-banner__action-button:focus-visible {
|
||||
outline: 2px solid var(--tournaments-text-transparent);
|
||||
}
|
||||
|
||||
.tournament__outlet-container {
|
||||
padding-block-start: var(--s-8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user