From 8a0401ec59273b0f087147abcb20f05a35a1d9f1 Mon Sep 17 00:00:00 2001 From: djmil Date: Thu, 26 Oct 2023 09:30:37 +0200 Subject: [PATCH] front: unify path indication css --- webapp/src/components/Game/GameHeader.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/components/Game/GameHeader.css b/webapp/src/components/Game/GameHeader.css index aa4107d..51a7ea4 100644 --- a/webapp/src/components/Game/GameHeader.css +++ b/webapp/src/components/Game/GameHeader.css @@ -26,6 +26,5 @@ .game-header a:hover:not(.active) { color: cadetblue; - - /* box-shadow: 0 1.5px 0 0 currentColor; */ + box-shadow: 0 1.5px 0 0 currentColor; } \ No newline at end of file