remove hover event on icons

This commit is contained in:
Matt Hill
2021-09-23 19:46:40 -06:00
parent 3c234d29f2
commit 43c1a5c047

View File

@@ -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);