Skip to content

Commit

Permalink
show background of blocked/highlighted results
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Jul 15, 2024
1 parent b9fe610 commit 879407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/search-engines/google-mobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const mobileSerpHandlers: Record<string, SerpHandler> = {
"": handleSerp({
globalStyle: {
...mobileGlobalStyle,
"[data-ub-blocked] .ZINbbc, [data-ub-highlight] .ZINbbc, [data-ub-blocked] .D9l01, [data-ub-highlight] .D9l01, .BmkBMc g-inner-card":
":is([data-ub-blocked], [data-ub-highlight]) :is(.ZINbbc, .D9l01, .y6CIle), .BmkBMc g-inner-card":
{
backgroundColor: "transparent !important",
},
Expand Down

0 comments on commit 879407a

Please sign in to comment.