function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
guest1231231guest1231231 

Remove Tabpane/Tab Outline

How do you remove the Tabpane/Tab outline?  Here is my current CSS style that I would like to remove the outline from.

 

 

<style>
      .activeTab {
        background-color: #236FBD;
        border-top-left-radius: 8px;
        border-top-right-radius:  8px;
        color:white;
        background-image:none
      }
</style>