summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-15 07:23:24 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-15 07:23:24 -0700
commit6769ae235fb462803de6bf8916167cea5d61d680 (patch)
treef448f6495638725147ae6135c469de0f01ea1f9e
parent1ed954e8a7abd3a8bc1649d0deec6d1ee2149496 (diff)
downloadgitlab-ce-47272-applications-table.tar.gz
Fix odd numbered row bg color in striped table47272-applications-table
-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 04d2a049f7d..3ee992879d1 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;