From 519beafe6eda0162defd888709bd66ca2508dfa1 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 6 Oct 2025 00:53:55 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/css/VideoGrid.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/css/VideoGrid.css b/public/css/VideoGrid.css index 1946537d..a2671c31 100644 --- a/public/css/VideoGrid.css +++ b/public/css/VideoGrid.css @@ -197,9 +197,6 @@ align-items: center; justify-content: center; border: none; - transition: - background 0.2s, - transform 0.1s; outline: none; cursor: pointer; } @@ -209,7 +206,6 @@ .videoMenuBarShare button:hover { color: #fff; background: var(--btns-bg-color); - box-shadow: 0 4px 16px rgba(58, 139, 253, 0.15); } /* Touch-friendly sizing for buttons within menu bar */