Apologies @jhanstra for this large set of changes. I did some long overdue cleanup of the examples in the Toolkit (trying to get this ready for prime time).
The vast majority of these changes all happen within the various *-classic class scopes and won't impact MyUW at all.
But I did also make some changes to /src/less/uw-ui-toolkit/uw-navbar.less and some of those selectors exist within MyUW too.
I've run through all of these navbar changes comparing them against MyUW production beta markup/DOM. These are the changes that would affect the MyUW navbar:
.navbar-toggle
removed the border (MyUW's button will shrink a bit without the border)
Changed the padding from 9px 10px to 7px
.navbar-toggle .icon-bar
Increased the height from 2px to 3 px
.navbar-collapse
Changed max-height from 340px to inherit
All other changes should not impact My UW, but can you do a quick test against this branch? YOu might want to adjust margin-top on .navbar-toggle a pixel or two to push the button down a bit (it's a slightly smaller button now with slightly more pronounced hamburger bars.)
Also, I butchered the history on your most recent commits but those changes are reflected in here.
Apologies @jhanstra for this large set of changes. I did some long overdue cleanup of the examples in the Toolkit (trying to get this ready for prime time).
The vast majority of these changes all happen within the various *-classic class scopes and won't impact MyUW at all.
But I did also make some changes to
/src/less/uw-ui-toolkit/uw-navbar.less
and some of those selectors exist within MyUW too.I've run through all of these navbar changes comparing them against MyUW production beta markup/DOM. These are the changes that would affect the MyUW navbar:
.navbar-toggle
9px 10px
to7px
.navbar-toggle .icon-bar
.navbar-collapse
All other changes should not impact My UW, but can you do a quick test against this branch? YOu might want to adjust margin-top on .navbar-toggle a pixel or two to push the button down a bit (it's a slightly smaller button now with slightly more pronounced hamburger bars.)
Also, I butchered the history on your most recent commits but those changes are reflected in here.
Thanks