Skip to content

Commit

Permalink
tweak focused chart items z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 27, 2024
1 parent aced8d6 commit 89ebe06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/(app)/match/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@
.player-scores .line {
&.focused {
stroke-width: 0.175em;
z-index: 1;
}
&:not(.focused) {
opacity: 0.25;
Expand All @@ -719,6 +720,8 @@
.interactive-points .item {
&.focused {
opacity: 1;
z-index: 1;
.emoji {
font-size: 110%;
}
Expand Down

0 comments on commit 89ebe06

Please sign in to comment.