From b4926e5189383f36623d34aabb056901d54830c6 Mon Sep 17 00:00:00 2001 From: Daniel Cojocea Date: Mon, 22 Jul 2024 12:53:42 -0400 Subject: [PATCH] Disabled ripple effect from all components --- Client/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Client/src/index.css b/Client/src/index.css index 337e490f5..daf95c0a4 100644 --- a/Client/src/index.css +++ b/Client/src/index.css @@ -149,6 +149,10 @@ button:focus-visible { z-index: -1; } +.MuiTouchRipple-root { + display: none; +} + @media (prefers-color-scheme: light) { :root { color: #213547;