Add common styling for avatars.

Review Request #10445 — Created March 13, 2019 and submitted

Information

Review Board
release-3.0.x

Reviewers

We previously styled avatars differently in different parts of the UI.
Most places would style the avatars to be rounded, but some places would
not, and it entirely depended on where the avatar was.

This adds some common styling that gives avatars a rounded look by
default. Places that need to show a square view (such as the infobox)
can (and currently do) override the border-radius to remove the
rounded look.

Looked around the UI for all places where we use avatars, both in
Review Board and RBCommons, checking that they appeared as expected.

Summary ID
Add common styling for avatars.
We previously styled avatars differently in different parts of the UI. Most places would style the avatars to be rounded, but some places would not, and it entirely depended on where the avatar was. This adds some common styling that gives avatars a rounded look by default. Places that need to show a square view (such as the infobox) can (and currently do) override the `border-radius` to remove the rounded look.
edcd1a79405e2aedfbdc77662e6d9091e044f7f7
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (d77a021)
Loading...