Splunk Dev

Disable outline in splunk

AleCanzo
Explorer

Hi guys,
I'm searching for a way to disable the outline of the links in splunk classic dashboard. There was a similar question on the community, but i'm not understanding the answers.
In my css i'm trying with:


a:focus{ outline: none !important}

but it doesn't work.
Thank you!

Labels (1)
Tags (2)
0 Karma
1 Solution

thahir
Communicator

Hi @AleCanzo ,

 

Can you try this below

 

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

View solution in original post

thahir
Communicator

Hi @AleCanzo ,

 

Can you try this below

 

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

AleCanzo
Explorer

Thank you @thahir, it's working. But when i try to navigate the page with TAB, the outlines are hidden... I'm taking your answer as correct, hoping no developer is going to hate me 😉
Thank you, 
AleCanzo.

0 Karma

livehybrid
SplunkTrust
SplunkTrust

If its affecting things outside the dashboard then you could set it to only apply to links within your dashboard area with:

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

🌟 Did this answer help you? If so, please consider:

  • Adding karma to show it was useful
  • Marking it as the solution if it resolved your issue
  • Commenting if you need any clarification

Your feedback encourages the volunteers in this community to continue contributing

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...