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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-15 17:23:24 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-15 17:23:24 +0300
commit6769ae235fb462803de6bf8916167cea5d61d680 (patch)
treef448f6495638725147ae6135c469de0f01ea1f9e
parent1ed954e8a7abd3a8bc1649d0deec6d1ee2149496 (diff)
Fix odd numbered row bg color in striped 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;