Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHarden override selectors/approach to avoid future regressions #7676
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per discussion regarding: brave/ethereum-remote-client#104 - we should avoid using CSS index selectors to hide/modify elements as they are likely to break in the future. A better approach if we can't use unique ID's would be to override MM components.