Icon color issue

Hi guys,

I have a little issue right now (only on device or emulator), when i tap on a icon on the header this change to pressed color but not return to normal, only return to normal color after tap any space of the device or emulator.

Any idea?

Thanks

Can you provide a codepen of what you have or an example of this? I can test it on a device to find the issue

I solve this overriding the css

The original are:

.button:hover {
    color: #444;
    text-decoration: none;
}

the new one:

.button:hover {
    color: #ffffff;
    text-decoration: none;
}

I think that the button still on the hover state until tap the screen again.

Do you still need the codepen ?

If not a codepen, the markup for the button.