From ada3e9ff9c26913ffcc01b9f6b80dee1c8785a46 Mon Sep 17 00:00:00 2001 From: Dudley C Date: Fri, 10 Sep 2021 16:33:04 +0900 Subject: [PATCH] css --- src/TestPanel.js | 4 ---- src/style.css | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/TestPanel.js b/src/TestPanel.js index 4a443e6..e36baca 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -600,10 +600,6 @@ useEffect(()=>{
  • test
  • test
  • test
  • -
  • test
  • -
  • test
  • -
  • test
  • -
  • test
  • diff --git a/src/style.css b/src/style.css index 166bf1e..6b7dc71 100644 --- a/src/style.css +++ b/src/style.css @@ -312,6 +312,7 @@ header a { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; + cursor: pointer; } .equipName:hover { background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));