Skip to content

Can we remove SVG styles to make local overrides easier? #1595

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

Open
corylown opened this issue Apr 10, 2025 · 0 comments
Open

Can we remove SVG styles to make local overrides easier? #1595

corylown opened this issue Apr 10, 2025 · 0 comments

Comments

@corylown
Copy link
Contributor

These styles are making it difficult for us to apply our local component library styles. Can we remove or modify them?

.btn-outline-secondary svg {
fill: $gray-600;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active svg,
.btn-outline-secondary:hover svg {
fill: $white;
}

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

No branches or pull requests

1 participant