Content:url

Hello Guys,
I have started converting my project from ionic 3 to ionic 4
now I just found the below css not working and preventing app load

a[href$=".pdf"]:before {
  content: url("../../assets/ICONS/pdf.png");
}

please help
thanks