We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Hi how to hide the blue border on click of links in the service portal

gouthami soma
Tera Contributor

unable to remove the blue border 
i have tried using the below css

input:focus

{

outline:none !important;

}

kindly suggest what needs to be done attached the below screenshot

find_real_file.png

5 REPLIES 5

it is working thank u