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
  • #22307
Closed
Open
Issue created Mar 29, 2017 by Administrator@rootContributor

leftovers from renaming from .open to .shown

Created by: wojtask9

There were some changes to opened/expanded/shown state of widgets This commit https://github.com/twbs/bootstrap/commit/9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf renamed dropdown from ".open" to ".active" class

Another commit commit https://github.com/twbs/bootstrap/commit/bf39bb3ac3d2aef4687b3cd4762015d5f218e2bc renamed from ".active" to ".show".

But _navbar.scss weren't updated (should be .open -> .show) See https://github.com/twbs/bootstrap/blob/v4-dev/scss/_navbar.scss#L217 for example

Another file with wrong class: https://github.com/twbs/bootstrap/blob/v4-dev/scss/_button-group.scss#L83

This ".open" classes are leftovers and currently should be renamed to '.show'

Assignee
Assign to
Time tracking