Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How do you hide/disable the active tab's border color?

How do you hide/disable the active tab’s border color? In the screenshot below, it is the red line at the top of the tab:

tab

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

By default, there is no color option specified for that (are you sharing a settings.json file?)

To remove the color of the top border, look at your setting.json and find workbench.colorCustomizations and within it, find tab.activeBorderTop and delete it:

"workbench.colorCustomizations": {
    "tab.activeBorderTop": "#ff0000"  //delete this line
  }
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading