Skip to content

Commit

Permalink
Minor UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
imisaacwu committed Aug 29, 2024
1 parent 996e0ce commit 419aa6b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ img#shop-logo {
line-height: 80px;
margin: 16px 0;
}
#cash-out {
cursor: pointer;
filter: brightness(.75);
}

#post-dots {
font-size: 32px;
Expand Down
1 change: 0 additions & 1 deletion src/components/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
.card:hover { scale: 1.1; }
.card.standard:hover {
cursor: pointer;
filter: brightness(.75);
}

.card:active { z-index: 1; }
Expand Down
1 change: 0 additions & 1 deletion src/components/Consumable.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ div[id^='consumable_'].shopping {

div[id^='consumable_']:hover {
cursor: pointer;
filter: brightness(.75);
scale: 1.1;
}

Expand Down
1 change: 0 additions & 1 deletion src/components/Joker.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ div[id^='joker_']:hover #joker-description-outline { display: initial; }
}

#joker-buy-button:hover {
filter: brightness(.75);
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/JokerInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const Jokers: JokerType[] = [
activation: [Activation.Independent]
}, {
name: 'Joker Stencil',
description: '{red}+/{red-invert}X1/ Mult for each\n empty/ {orange}Joker slot.\n Joker Stencil included\n {grey} (Currently /{red}X_/ {grey} Mult)',
description: '{red}+/{nospace red-invert}X1/ Mult for each\n empty/ {orange}Joker slot.\n Joker Stencil included\n {grey} (Currently /{red}X_/ {grey} Mult)',
cost: 8,
rarity: 'Uncommon',
activation: [Activation.Independent]
Expand Down

0 comments on commit 419aa6b

Please sign in to comment.