DescriptionMainly tackled this because I was already working on #2383 through which I discovered some issues. This review includes the following style changes:
- Removed some vendor-specific properties where possible (e.g. margin and padding)
- Removed margin-top for icons
- Made navigation menu items independent of each other (i.e. independent of whether neighbor is selected or not)
- Corrected proportions as specified in design guide
- Fixed: fonts were missing
- Fixed: `border-radius` of selected navigation menu item is incorrect in RTL scenario (unfortunately, we cannot use `:dir()` for that yet)
- Fixed: sidebar was overflowing to the bottom
- Fixed: incorrect font-weight values (light: 300, normal: 400, semibold: 600)
- Fixed: incorrect background-position, width and height for sidebar icons
- Fixed: `white-space:nowrap` caused long navigation menu item texts to overflow
Patch Set 1 #
Total comments: 10
Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : Fixed adjustment of sidebar icons in sprite #
MessagesTotal messages: 7
|