<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disable outline in splunk in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751056#M12034</link>
    <description>&lt;P&gt;If its affecting things outside the dashboard then you could set it to only apply to links within your dashboard area with:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;div.dashboard a:focus {
    outline: none !important;
    box-shadow: none !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 21:10:49 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-08-05T21:10:49Z</dc:date>
    <item>
      <title>Disable outline in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751024#M12031</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;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.&lt;BR /&gt;In my css i'm trying with:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;a:focus{ outline: none !important}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work.&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 08:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751024#M12031</guid>
      <dc:creator>AleCanzo</dc:creator>
      <dc:date>2025-08-05T08:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable outline in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751027#M12032</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310860"&gt;@AleCanzo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try this below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a:focus {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;outline: none !important;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;box-shadow: none !important;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 09:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751027#M12032</guid>
      <dc:creator>thahir</dc:creator>
      <dc:date>2025-08-05T09:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable outline in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751028#M12033</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/154431"&gt;@thahir&lt;/a&gt;,&amp;nbsp;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 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;Thank you,&amp;nbsp;&lt;BR /&gt;AleCanzo.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 09:39:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751028#M12033</guid>
      <dc:creator>AleCanzo</dc:creator>
      <dc:date>2025-08-05T09:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable outline in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751056#M12034</link>
      <description>&lt;P&gt;If its affecting things outside the dashboard then you could set it to only apply to links within your dashboard area with:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;div.dashboard a:focus {
    outline: none !important;
    box-shadow: none !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 21:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Disable-outline-in-splunk/m-p/751056#M12034</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-08-05T21:10:49Z</dc:date>
    </item>
  </channel>
</rss>

