The CreatorCon Call for Content is officially open! Get started here.

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

Ashish21
Giga Expert

Hi,

 

Screenshot is missing, please help with the screenshot.

 

Thanks

gouthami soma
Tera Contributor

find_real_file.png

Vinit6
Tera Contributor

Hi Gouthami,

Is your issue resolved? I'm also facing the same issue. 

Regards

Vinit

sushmitha4
Tera Expert

Hi 

I tried adding following and it worked.

a:focus
{
outline:none !important;
box-shadow: none !important;
}