From d16fca16e23a2e92b5bdd5882589ef69d52eedf0 Mon Sep 17 00:00:00 2001
From: Martin I <33766476+martinIvovIv@users.noreply.github.com>
Date: Fri, 6 Feb 2026 18:56:30 +0100
Subject: [PATCH] fix: adjust style for plus and minor leaderboard button to
match other buttons (#3132)
## Description:
Changes the leaderboard + / - buttons to follow the styling of other
buttons.
Suggested by @FloPinguin
## Please complete the following:
- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
***
Screenshots:
Example with previous (above) and new style (below):
Example with previous (above) and new style (below) with onhover effect:
##Discord username: martoi
***
Signed-off-by: MartinIvovIv
---
src/client/graphics/layers/Leaderboard.ts | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/client/graphics/layers/Leaderboard.ts b/src/client/graphics/layers/Leaderboard.ts
index 19aec6643..3e0a302c6 100644
--- a/src/client/graphics/layers/Leaderboard.ts
+++ b/src/client/graphics/layers/Leaderboard.ts
@@ -265,7 +265,9 @@ export class Leaderboard extends LitElement implements Layer {