Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #24503
Closed
Open
Issue created Oct 22, 2017 by Administrator@rootContributor

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

Created by: 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!

Assignee
Assign to
Time tracking