From b516fe3d446bb451e1e0e8fd3fcb61a59794c313 Mon Sep 17 00:00:00 2001 From: tsanislavgatev Date: Thu, 6 Feb 2025 10:52:07 +0200 Subject: [PATCH] fix(ui5-button): remove tap highlight on safari --- packages/main/src/themes/Button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/main/src/themes/Button.css b/packages/main/src/themes/Button.css index 96bd880e08ac..7f932702c7e5 100644 --- a/packages/main/src/themes/Button.css +++ b/packages/main/src/themes/Button.css @@ -21,6 +21,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + -webkit-tap-highlight-color: transparent; } .ui5-button-root {