You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems #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
seems #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):
role="button"andaria-expanded="true"/aria-expanded="false":focus... so they're all niceties and styles that only work for mouse users, not keyboard users; need doubling up of:hoverand:focusstyles_tables.scsswhich don't make sense: https://github.com/twbs/bootstrap/pull/28450/files#diff-82ee1ffb694a87db828fe22dcd868aedscriptcode to application.jsAddtransitionin the sidebar arrow transformMaybe we should move forms under components since they are components themselvesIE11 shrinks the search field