Skip to content

Variable $enable-rounded doesn't disable border-radius in buttons #24503

Closed
@brunnopleffken

Description

@brunnopleffken

I don't know if this is the expected behavior, but in Beta.2 setting $enable-rounded to false doesn't change the border-radius value of .btn classes at all, instead it just left the browser's default value.

Shouldn't BS set it to zero like it does in .form-control? Otherwise I'll have to override CSS classes in my application.css anyway like .btn { border-radius: 0; } and I believe this is not the main BS4 goal.

screen shot 2017-10-22 at 19 03 45

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions