From b6981b74c4ac7028b69447142615e2b61f8ce92e Mon Sep 17 00:00:00 2001 From: tsanislavgatev Date: Mon, 10 Feb 2025 09:29:58 +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 a029fa142b0c..cedafd2ab279 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 {