Merge pull request #947 from DoubleCookies/rewrite

Outline for tabbed add as text/user buttons
This commit is contained in:
Kalle
2022-09-15 10:52:55 +03:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -402,6 +402,7 @@ function Players({
variant="minimal"
onClick={() => handlePlayerInputTypeChange(i)}
data-cy="change-input-type-button"
className="outline-theme"
>
{asPlainInput
? t("forms.team.player.addAsUser")

View File

@@ -125,3 +125,7 @@
.all-unset {
all: unset;
}
.outline-theme:focus {
outline: 2px solid var(--theme);
}