Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-07-18 17:58:12 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-07-18 18:34:00 +0300
commita80583a9d24d0ecd08d91dbfcb5198f7becca02c (patch)
tree0b4864ad9289f6e812a7d06200bb5db0054afcc3 /app/assets/stylesheets/framework/variables.scss
parent0cd42fea229a4e3ab9e7e11236b7bd08cff45d00 (diff)
Update avatar border to be opaque for better stacking
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;
/*