DevTools: Create browser specific styles for chrome and firefox #45889
Labels
comp: devtools
feature
Issue that requests a new feature
good first issue
An issue that is suitable for first-time contributors; often a documentation issue.
Milestone
Description
Currently Angular DevTools is designed to mimic the styling of Chrome DevTools. Now that DevTools can be built for Firefox, we can style Angular DevTools with some browser specific styling to match the DevTools of the browser that it was built for.
Proposed solution
Let’s create some styles for each browser and then programmatically toggle them based on the browser environment. We can use https://material.angular.io/cdk/platform/overview to detect which browser we're running in.
The text was updated successfully, but these errors were encountered: