Skip to content

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

@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!

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