summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-15 17:56:34 +0000
committerChris Peressini <cperessini@gitlab.com>2018-06-18 10:44:43 +0200
commit7f2b55755b5ce50bb161784b703d749220c15130 (patch)
treed2114fbe84d1062eb3f4fd907271ccab9b41cd04
parent7803a8eff1a3fc22b8a7f38b5e33e9f8fa6706c8 (diff)
downloadgitlab-ce-7f2b55755b5ce50bb161784b703d749220c15130.tar.gz
Merge branch '47272-applications-table' into 'master'
Resolve "odd numbered list rows have darker bg color?" Closes #47272 See merge request gitlab-org/gitlab-ce!19896
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 1232f88d575..576dc4c7463 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -834,3 +834,4 @@ $font-family-sans-serif: $regular_font;
$font-family-monospace: $monospace_font;
$input-line-height: 20px;
$btn-line-height: 20px;
+$table-accent-bg: $gray-light;