diff options
author | Phil Hughes <me@iamphill.com> | 2017-12-11 12:17:11 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-12-11 12:17:11 +0000 |
commit | f38a6d6ee610e7301be35740d1cc0e3a1cbd42d0 (patch) | |
tree | bfd39b0e38fd3328149966ecdc2329f932de9470 /app/assets/stylesheets | |
parent | 12d33b883adda7093f0f4b838532871036af3925 (diff) | |
download | gitlab-ce-f38a6d6ee610e7301be35740d1cc0e3a1cbd42d0.tar.gz |
Added LFS badge to indicate LFS tracked files
Closes #15567
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index 609f33582e1..1588036aeae 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -396,3 +396,8 @@ span.idiff { .file-fork-suggestion-note { margin-right: 1.5em; } + +.label-lfs { + color: $common-gray-light; + border: 1px solid $common-gray-light; +} |