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
  • #29047
Closed
Open
Issue created Jul 15, 2019 by Patrick H. Lauke@patrickhlaukeContributor10 of 12 checklist items completed10/12 checklist items

v5 documentation new look and feel (meta bug)

seems https://github.com/twbs/bootstrap/pull/28450 introduced a large number of changes not only to forms, but to the actual look and feel of the v5 version of getbootstrap.com

a few initial problems/issues noted with that (please feel free to add more):

  • contrast in the top navigation bar for the links/icons falls below 4.5:1
  • left-hand navigation scrolling is borked when the nav and page get long (you have to scroll all the way to the end of the content before the left-hand navigation scrolls
  • once the navigation has expand/collapse disclosure widgets, they lack a role="button" and aria-expanded="true"/aria-expanded="false"
  • hover-specific styles for the top nav, breadcrumbs, left-hand navigation, which are not applied on :focus ... so they're all niceties and styles that only work for mouse users, not keyboard users; need doubling up of :hover and :focus styles
  • some changes were introduced to _tables.scss which don't make sense: https://github.com/twbs/bootstrap/pull/28450/files#diff-82ee1ffb694a87db828fe22dcd868aed
  • left-hand navigation also blows up in IE11 - will be fixed in #29029
  • Move any inline script code to application.js
  • The docs no longer have their toggler so there's no way to navigate the docs on mobile
  • Use our collapse plugin in the sidebar
  • Add transition in the sidebar arrow transform
  • Maybe we should move forms under components since they are components themselves
  • IE11 shrinks the search field
Assignee
Assign to
Time tracking