Show orange border over element in focus - ionic v4

Hi
in my app when tap(click) an element like item of list the orange border showed on item (and other element that clicked), how solve this issue ?
this issue is in ionic v4, in ionic 3 i haven’t this problem

Capture02

Thanks

hi, i have the same issue !!

Is this on device or in a browser? If on device, which one?

in both
in browser also android device

is it bug ? or something else

Hi, have you tried:

* {
	outline:none;
}

In global.scss

1 Like