In my case it was the webkit-focus-ring and this helped adding to the custom-css:
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
outline: none !important;
}
-
This reply was modified 4 years, 4 months ago by cyrill.