Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix background tab hover
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredwee committed Dec 31, 2018
1 parent 73713d8 commit 10084a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions userChrome-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@

.tab-background[selected="true"] {
border: none !important;
}

.tab-background {
pointer-events: none !important;
}

Expand Down
3 changes: 3 additions & 0 deletions userChrome-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@

.tab-background[selected="true"] {
border: none !important;
}

.tab-background {
pointer-events: none !important;
}

Expand Down
3 changes: 3 additions & 0 deletions userChrome-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@

.tab-background[selected="true"] {
border: none !important;
}

.tab-background {
pointer-events: none !important;
}

Expand Down

0 comments on commit 10084a4

Please sign in to comment.