Ion-items are a nice way of showing lists. The default behavior has some downsides, like a hover color. Here is how to disable it:
ion-item {
--background-hover: none;
}
Ion-items are a nice way of showing lists. The default behavior has some downsides, like a hover color. Here is how to disable it:
ion-item {
--background-hover: none;
}