mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-30 04:07:18 +00:00
make SOLO button highlight on hover
This commit is contained in:
@@ -125,7 +125,7 @@ export class GameModeSelector extends LitElement {
|
|||||||
${this.renderSmallActionCard(
|
${this.renderSmallActionCard(
|
||||||
translateText("main.solo"),
|
translateText("main.solo"),
|
||||||
this.openSinglePlayerModal,
|
this.openSinglePlayerModal,
|
||||||
"bg-sky-600",
|
"bg-sky-600 hover:bg-sky-500 active:bg-sky-700",
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<!-- Create/ranked/join: mobile only, below solo -->
|
<!-- Create/ranked/join: mobile only, below solo -->
|
||||||
@@ -196,7 +196,7 @@ export class GameModeSelector extends LitElement {
|
|||||||
${this.renderSmallActionCard(
|
${this.renderSmallActionCard(
|
||||||
translateText("main.solo"),
|
translateText("main.solo"),
|
||||||
this.openSinglePlayerModal,
|
this.openSinglePlayerModal,
|
||||||
"bg-sky-600",
|
"bg-sky-600 hover:bg-sky-500 active:bg-sky-700",
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<!-- Bottom row: create + ranked + join (desktop only) -->
|
<!-- Bottom row: create + ranked + join (desktop only) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user