Hi how to hide the blue border on click of links in the service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-12-2022 06:23 AM
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
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-12-2022 06:35 AM
Hi,
Screenshot is missing, please help with the screenshot.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-12-2022 11:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-18-2022 02:31 PM
Hi Gouthami,
Is your issue resolved? I'm also facing the same issue.
Regards
Vinit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-05-2023 01:54 AM
Hi
I tried adding following and it worked.
a:focus
{
outline:none !important;
box-shadow: none !important;
}