org settings: Fix box-shadow in organization logos section.

The box-shadow was
* Not being applied to the images (the images get their box shadow from a
  more specific rule)
* Being unintentionally applied to the upload/delete buttons
* Being unintentionally applied to the container housing the buttons and
  error messages.

The last one especially looked bad, since it added boxes where there
otherwise wouldn't be a box.
This commit is contained in:
Rishi Gupta
2019-05-15 10:33:13 -07:00
committed by Tim Abbott
parent 7c9f377db0
commit e9a180dcb4

View File

@@ -127,6 +127,9 @@ label {
vertical-align: top;
border-radius: 4px;
}
.user-avatar-section .inline-block {
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
}