From a373be896a7126235f03f06794a77da1f484ebdd Mon Sep 17 00:00:00 2001 From: hex4 <121138331+Hex-4@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:25:39 -0600 Subject: [PATCH] Update "Report a bug" button to be less eyecatching (#1972) (#2376) * Update "Report a bug" button to be less eyecatching * Hopefully fix vercel build by reverting changes related to yarn --- src/components/navbar.module.css | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/navbar.module.css b/src/components/navbar.module.css index 04f9995220..0669d5f179 100644 --- a/src/components/navbar.module.css +++ b/src/components/navbar.module.css @@ -154,7 +154,7 @@ width: 24px; } -.stuckBtn { +.stuckBtn:not(:disabled):hover { background-color: rgb(255, 66, 66); } diff --git a/yarn.lock b/yarn.lock index b2686fe55c..07c1fcbd23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7404,4 +7404,4 @@ zod@^3.20.6: zwitch@^2.0.0, zwitch@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7" - integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== + integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== \ No newline at end of file