From efae8fe06ee932de4195cd136c76154fb9f5c2c5 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Thu, 26 Oct 2023 12:14:17 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 4851d31 --- gui/src/components/infoScreen.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/src/components/infoScreen.vue b/gui/src/components/infoScreen.vue index 220c3d83..fe4bd754 100644 --- a/gui/src/components/infoScreen.vue +++ b/gui/src/components/infoScreen.vue @@ -216,12 +216,12 @@ onMounted(shuffleCards); \ No newline at end of file +.grayscale:hover { + filter: grayscale(0); +} +