From 73ed01715a81e06b25bb8c377b0249c5a8363d0f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 14 May 2024 10:44:56 +0200 Subject: [PATCH] removing unecessary comments --- src/assets/css/pages/Game.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/assets/css/pages/Game.scss b/src/assets/css/pages/Game.scss index 7c51203..fe718b5 100644 --- a/src/assets/css/pages/Game.scss +++ b/src/assets/css/pages/Game.scss @@ -26,9 +26,6 @@ &::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } - - // cursor: url("../../img/cursors/lhoist-curseur-pointeur.png"), auto; - // cursor: url("../../img/cursors/cursor-hand-pointer.svg"), auto; cursor: url("../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, auto; :active { cursor: url("../../img/cursors/lhoist-curseur-drag.svg") 64 64, auto;