Skip to content

Commit 1041e25

Browse files
committed
fix: Re-enable highlighting of the tab buttons
1 parent a4cc506 commit 1041e25

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

extension/content/style.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,12 @@ h4 {
7575
}
7676

7777
.tab-button {
78-
margin: 0;
78+
margin: 0 1px;
7979
padding: 0;
80-
background-color: var(--in-content-button-background);
8180
}
8281

8382
.tab-button[selected] {
84-
background-color: transparent;
85-
}
86-
87-
.tab-button:hover {
88-
background-color: var(--in-content-button-background-hover);
83+
background-color: #d4d4d4;
8984
}
9085

9186
#tab-contents {

extension/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
"background": { "scripts": ["background.js"] },
1515
"browser_action": {
16-
"default_title": "SearchEngines Devtools",
17-
"browser_style": true
16+
"default_title": "SearchEngines Devtools"
1817
},
1918
"permissions": [
2019
"mozillaAddons",

0 commit comments

Comments
 (0)