Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Take Out Blue On Top Of Tab

  • 2 replies
  • 1 has this problem
  • 56 views
  • Last reply by tunescool
  • Solved

i have a userchrome file, how can i get this blue thing off on the top of the tab

i have a userchrome file, how can i get this blue thing off on the top of the tab
Attached screenshots

Chosen solution

The active tab has a colored tab line. You want to make it invisible, or some other color?

Historically this would eliminate it from all tabs (i.e., active tab and hovered background tab), but I haven't tested recently

.tab-line { display: none !important; }
Read this answer in context 👍 1

All Replies (2)

Chosen Solution

The active tab has a colored tab line. You want to make it invisible, or some other color?

Historically this would eliminate it from all tabs (i.e., active tab and hovered background tab), but I haven't tested recently

.tab-line { display: none !important; }