Skip to content

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

@corylown

Description

@corylown

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions