Skip to content

Commit b588b52

Browse files
committed
active tab
1 parent f2ea65f commit b588b52

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Diff for: 2.png

17.2 KB
Loading

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ I really disliked the purple on every new tab in private mode. Here's a light re
2424

2525
![](./1.png)
2626

27+
2. Disable blue active tab highlight:
28+
29+
I prefer my active tab to not have the little blue highlight above it.
30+
31+
![](./2.png)
32+
2733

Diff for: userChrome.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#tabbrowser-tabs:-moz-lwtheme {
2+
--tab-line-color: none !important;
3+
}

0 commit comments

Comments
 (0)