From 737edfe944f752c5f856fb4a9719d9df546d18e8 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 23 Sep 2021 19:46:40 -0600 Subject: [PATCH] remove hover event on icons --- ui/src/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/global.scss b/ui/src/global.scss index 4c3e6485d..25ad70771 100644 --- a/ui/src/global.scss +++ b/ui/src/global.scss @@ -143,6 +143,10 @@ ion-badge { font-weight: bold; } +ion-icon { + pointer-events: none; +} + ion-toolbar { --min-height: 72px; --ion-background-color: var(--ion-color-light);