Remove blue box on portal

Jyoti Tripathi
Giga Guru

Hi All,

We have noticed in our portal that there is a blue box/blue outline on any click of portal . How to remove the blue outline.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Jyoti Tripathi ,

Use the following CSS code:

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

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hi @Jyoti Tripathi ,

Use the following CSS code:

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

Anil Lande
Kilo Patron

Hi,

Can you please share the screesnhot?

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Jyoti Tripathi 

 

Which blue box you are referring? Please provide screen shots.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************