Description
This task is for the various design fixes we need to make to the user links & menu before we deploy.
These notes are based on what I'm seeing on beta on June 29th.
The CSS below is what needs to be changed and/or added:
General fixes
// Username & Create account buttons (this should be identical to an OOUI quiet, frameless button) font-size: 14px; font-weight: 700; padding: 6px 12px; margin: 0; border-radius: 2px :hover: background-color: rgba(0,24,73,0.02745098);
// Menu items font-size: 14px; padding: 6px 12px; // Note this is equivalent to a menu item with a 32px height (20px icon + 6px top padding + 6px bottom padding ) :hover: background-color: #EAECF0; :last-child: border-top: 1px solid #c8ccd1;
// Menu border-radius: 2px; box-shadow: 0 2px 2px 0 rgb(0 0 0 / 25%);
Logged-out
- all of the above changes should be applied (Create account button should be styled identically to Username above)
- remove the 12px of padding on the left of the user menu button
- remove icons from Talk & Contributions menu items (reminder: logged-out only)
- Pages for logged out editors (learn more):
- font-size: 14px; color: #54595D; padding: 8px 12px 6px 12px
- remove the margin on the inner <p>
- remove : from the end of the string
Logged in
- There should be padding between the notification icon and the username
Responsive / wrapping elements
Currently the username, bell icon, and inbox icon are wrapping at smaller screen widths. This should not be happening. See T285786#7212904.
Notes
- check logged-out
- check logged-in
- checked logged-in w/ 'you have a new talk page message' notice
































