Recently I did some css repairs in a site using a CSS trick to target only Safari browsers, some similar to this:
::i-block-chrome, .someclass{
atribute: value;
}
But I discovered that this trick is not working on Mac devices (Macbooks, iPhones or iPads). Anyone here can tell me some alternative to solve this ?
Thanks!