mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 21:56:11 -05:00
Merge pull request #947 from DoubleCookies/rewrite
Outline for tabbed add as text/user buttons
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -125,3 +125,7 @@
|
||||
.all-unset {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
.outline-theme:focus {
|
||||
outline: 2px solid var(--theme);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user