remove hover event on icons

This commit is contained in:
Matt Hill
2021-09-23 19:46:40 -06:00
committed by Aiden McClelland
parent 6de22116ce
commit 737edfe944

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