diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-19 10:39:18 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-28 10:02:27 -0500 |
commit | 764ef25c1145fc46a929b37d90423181bc295aa5 (patch) | |
tree | e7c9efb4673d8548c74df87a3036654ccc454a64 /app/assets/stylesheets/pages/commits.scss | |
parent | 68b3c8c2973a8fe1ee3f51091394acef2a25789d (diff) | |
download | gitlab-ce-764ef25c1145fc46a929b37d90423181bc295aa5.tar.gz |
Remove #faf9f9 and #f9f9f9 from color palette; replace with #fafafa
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss index 6a58b445afa..315b365886a 100644 --- a/app/assets/stylesheets/pages/commits.scss +++ b/app/assets/stylesheets/pages/commits.scss @@ -113,10 +113,10 @@ .commit-row-description { font-size: 14px; - border-left: 1px solid #eee; + border-left: 1px solid $btn-gray-hover; padding: 10px 15px; margin: 10px 0; - background: #f9f9f9; + background: $gray-light; display: none; pre { |