Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blocked request filtering in the dev-tools panel UI #2437

Merged
merged 1 commit into from Feb 9, 2024

Conversation

kzar
Copy link
Collaborator

@kzar kzar commented Feb 9, 2024

Apparently base.css is clashing with the devtools-panel stylesheet,
causing rows for blocked requests to be displayed incorrectly. The
workaround for that appears to have prevented the rows from being
hidden, when the toggle to show blocked requests is used. Without
digging more deeply into it for now, let's just ensure that blocked
requests are hidden with a more specific selector.

Reviewer: @GuiltyDolphin
CC: @tagawa, @laghee

Apparently base.css is clashing with the devtools-panel stylesheet,
causing rows for blocked requests to be displayed incorrectly. The
workaround for that appears to have prevented the rows from being
hidden, when the toggle to show blocked requests is used. Without
digging more deeply into it for now, let's just ensure that blocked
requests are hidden with a more specific selector.
@GuiltyDolphin
Copy link
Member

Thanks, I tested by pasting the new CSS into the live extension debugger and it worked!

LGTM :)

@kzar kzar merged commit bf211cc into duckduckgo:main Feb 9, 2024
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants