summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-07-18 09:58:12 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-07-18 10:34:00 -0500
commita80583a9d24d0ecd08d91dbfcb5198f7becca02c (patch)
tree0b4864ad9289f6e812a7d06200bb5db0054afcc3 /app/assets/stylesheets/framework/variables.scss
parent0cd42fea229a4e3ab9e7e11236b7bd08cff45d00 (diff)
downloadgitlab-ce-a80583a9d24d0ecd08d91dbfcb5198f7becca02c.tar.gz
Update avatar border to be opaque for better stacking32561-opaque-avatar-border-ee-backport
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32561
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 8bd69faf84c..7016208f624 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -379,7 +379,7 @@ $issue-boards-card-shadow: rgba(186, 186, 186, 0.5);
* Avatar
*/
$avatar_radius: 50%;
-$avatar-border: rgba(0, 0, 0, .1);
+$avatar-border: $border-color;
$gl-avatar-size: 40px;
/*